exactly same error when transferring the module .so and .c in the /var/apache2/2.2/libexec dir
... libtool: install: warning: remember to run `libtool --finish /usr/apache2/2.2/libexec' chmod 755 /var/apache2/2.2/libexec/mod_echo.so apxs:Error: Config file /etc/apache2/2.2/conf.d/modules-32.load not found. # pwd /var/apache2/2.2/libexec # ls -altr total 32 drwxr-xr-x 2 root bin 512 Dec 7 09:13 amd64 drwxr-xr-x 9 root bin 512 Dec 7 09:13 .. -rw-r--r-- 1 root root 3308 Dec 12 16:55 mod_echo.c -rwxr-xr-x 1 root root 8400 Dec 12 19:14 mod_echo.so drwxr-xr-x 3 root bin 512 Dec 12 19:14 . # cd /etc/apache2/2.2/conf.d # ls modules-32.load modules-64.load php5.conf # tail -10 modules-32.load LoadModule vhost_alias_module libexec/mod_vhost_alias.so LoadModule negotiation_module libexec/mod_negotiation.so LoadModule dir_module libexec/mod_dir.so LoadModule imagemap_module libexec/mod_imagemap.so LoadModule actions_module libexec/mod_actions.so LoadModule speling_module libexec/mod_speling.so LoadModule userdir_module libexec/mod_userdir.so LoadModule alias_module libexec/mod_alias.so LoadModule rewrite_module libexec/mod_rewrite.so LoadModule echo_module libexec/mod_echo.so jean jayet wrote: > same error reproduced whatever load module file is containing new > extension to add or not > > # cd /etc/apache2/2.2/conf.d > # ls > modules-32.load modules-64.load php5.conf > # > # tail -10 modules-32.load > LoadModule vhost_alias_module libexec/mod_vhost_alias.so > LoadModule negotiation_module libexec/mod_negotiation.so > LoadModule dir_module libexec/mod_dir.so > LoadModule imagemap_module libexec/mod_imagemap.so > LoadModule actions_module libexec/mod_actions.so > LoadModule speling_module libexec/mod_speling.so > LoadModule userdir_module libexec/mod_userdir.so > LoadModule alias_module libexec/mod_alias.so > LoadModule rewrite_module libexec/mod_rewrite.so > LoadModule echo_module > /opt/coolstack/src/httpd-2.2.6/modules/echo/.libs/mod_echo.so > > > > seems like the error raised is happening before : meaning rather a pb > the load module file itself is not located by apxs > > > Jean > > Seema Alevoor wrote: >> Can you check if /etc/apache2/2.2/modules-32.load has the LoadModule >> entry for the compiled module ? >> >> -- Seema. >> >> Eric wrote: >>> Jyri, >>> >>> this file exists : >>> >>> bash-3.2# ls -l /etc/apache2/2.2/conf.d/ >>> total 26 >>> -rw-r--r-- 1 root bin 4689 Nov 29 23:18 modules-32.load >>> -rw-r--r-- 1 root bin 5143 Nov 29 23:17 modules-64.load >>> -rw-r--r-- 1 root bin 1535 Nov 29 23:44 php5.conf >>> >>> Then i don't understand the message, could be apxs doesn't manage >>> correctly error messages >>> >>> >>> Jyri Virkki wrote: >>> >>>> Eric wrote: >>>> >>>> >>>>> apxs:Error: Config file /etc/apache2/2.2/conf.d/modules-32.load not found. >>>>> >>>>> >>>> /etc/apache2/2.2/conf.d/modules-32.load is delivered by SUNWapch22r >>>> so it should be there. Is the file there or is the error message >>>> misleading? >>>> What's in your /etc/apache2/2.2/conf.d/ dir? >>>> >>>> >>>> >>>> >>> _______________________________________________ >>> webstack-discuss mailing list >>> webstack-discuss at opensolaris.org >>> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss >>> >> _______________________________________________ >> webstack-discuss mailing list >> webstack-discuss at opensolaris.org >> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss > > _______________________________________________ > webstack-discuss mailing list > webstack-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
