DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39788>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39788 ------- Additional Comments From [EMAIL PROTECTED] 2006-06-15 14:13 ------- Okay. I make clean-ed and recompiled apache using the ./configure options you specified (leaving out --with-mod_jk for now). Using no options on ./configure gave me an apache that started, but did not work with LoadModule. Using the options you recomment gives an apache that does not start, because the modules that enable stuff like 'Order' cannot be loaded via LoadModule. So either way, I am unable to use 'LoadModule': /usr/apache2/bin>./apachectl start Syntax error on line 233 of /usr/apache2/conf/httpd.conf: Cannot load /usr/apache2/modules/mod_access.so into server: Now I use your tool cantloaddso.pl and I get the same error: /usr/apache2/modules>/tmp/cantloaddso.pl ./mod_access.so /usr/apache2 libapr[-0].so wasn't found; is prefix /usr/apache2 correct? Inspecting the apache2 and apache 1.3 modules I see they look like they are in the same format: /usr/apache2/modules>file ./mod_access.so ./mod_access.so: executable (RISC System/6000) or object module not stripped /usr/apache2/modules>file /usr/apache/libexec/mod_jk.so /usr/apache/libexec/mod_jk.so: executable (RISC System/6000) or object module not stripped But I still do not know where to start to fix it. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
