i'm trying to install some extra modules to an apache setup (build with openpkg, of course)


1.
+ apxs -i -a -n mod_security mod_security.so
apxs:Error: Activation failed for custom /home/www-test/local/etc/apache/apache.conf file.
apxs:Error: At least one `LoadModule' directive already has to exist.


2.
Adding a dummy one as comment
$ apachectl start
Syntax error on line 32 of /home/www-test/local/etc/apache/apache.conf:
Cannot load /home/www-test/local/var/apache/lib/apache/mod_security.so into server: ld.so.1: /home/www-test/local/sbin/a
pache: fatal: /home/www-test/local/var/apache/lib/apache/mod_security.so: open failed: No such file or directory
/home/www-test/local/sbin/apachectl start: httpd could not be started
=> path problem
3.
change
$ apachectl start
Syntax error on line 32 of /home/www-test/local/etc/apache/apache.conf:
Cannot load /home/www-test/local/lib/apache/mod_security.so into server: ld.so.1: /home/www-test/local/sbin/apache: fata
l: relocation error: file /home/www-test/local/lib/apache/mod_security.so: symbol ap_document_root: referenced symbol no
t found
/home/www-test/local/sbin/apachectl start: httpd could not be started


is someone knowing this problem ? have a solution ?
or the only one is to added all mods in apache src rpm ?

thanks
Regards

                Julien
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to