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
