LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache installation (https://www.linuxquestions.org/questions/linux-newbie-8/apache-installation-160011/)

phamtranquocvie 03-19-2004 07:49 PM

Apache installation
 
Hello,
Here is how I install my Apache2.0.48 package:
- tar -zxf httpd-2.0.48.tar.gz
- cd httpd-2.0.48
- ./configure --prefix=/usr/local/apache --enable-so
- make
- make install

I get these error messages after comand "make install":
libtool: install: warning: `modules/aaa/mod_access.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/aaa/mod_auth.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/filters/mod_include.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/loggers/mod_log_config.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/metadata/mod_env.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/metadata/mod_setenvif.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/http/mod_mime.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/generators/mod_status.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/generators/mod_autoindex.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/generators/mod_asis.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/generators/mod_cgi.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/mappers/mod_negotiation.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/mappers/mod_dir.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/mappers/mod_imap.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/mappers/mod_actions.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/mappers/mod_userdir.la' has not been installed in `/usr/local/apache/modules'
libtool: install: warning: `modules/mappers/mod_alias.la' has not been installed in `/usr/local/apache/modules'

and cannot start the web server because it says,
/usr/local/apache/bin/httpd: error while loading shared libraries: mod_access.so: cannot open shared object file: No such file or directory

Could you please tell me what I did wrong. Thank you.

souljah 03-20-2004 12:04 AM

./configure --prefix=/usr/local/apache --enable-mods-shared=all is probably a better confiure line for what I think you are trying to do. Also go get the newest 2.0.49 release of apache httpd :) Enjoy


All times are GMT -5. The time now is 04:17 PM.