Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to configure apache 2.0.35 with "--enable-mods-shared=most"

Status
Not open for further replies.

cyan01

Programmer
Mar 13, 2002
143
US
As root, I did the following:

root@tbird 70 %> ./configure --enable-mods-shared=most --prefix=/usr/tomcat/apache_source_withMod
root@tbird 71 %> make
root@tbird 72 %> make install
root@tbird 73 %> cd /usr/tomcat/apache_source_withMod/modules
root@tbird 74 %> ls -l
total 5762
-rw-r--r-- 1 root other 7556 Apr 25 23:37 httpd.exp
-rwxr-xr-x 1 root other 73255 Apr 25 23:50 mod_access.so*
-rwxr-xr-x 1 root other 75695 Apr 25 23:50 mod_actions.so*
-rwxr-xr-x 1 root other 78451 Apr 25 23:50 mod_alias.so*
-rwxr-xr-x 1 root other 73535 Apr 25 23:50 mod_asis.so*
-rwxr-xr-x 1 root other 80197 Apr 25 23:50 mod_auth.so*
-rwxr-xr-x 1 root other 75824 Apr 25 23:50 mod_auth_anon.so*
-rwxr-xr-x 1 root other 79978 Apr 25 23:50 mod_auth_dbm.so*
-rwxr-xr-x 1 root other 126550 Apr 25 23:50 mod_autoindex.so*
-rwxr-xr-x 1 root other 107544 Apr 25 23:50 mod_cgi.so*
-rwxr-xr-x 1 root other 318374 Apr 25 23:50 mod_dav.so*
-rwxr-xr-x 1 root other 209307 Apr 25 23:50 mod_dav_fs.so*
-rwxr-xr-x 1 root other 75759 Apr 25 23:50 mod_dir.so*
-rwxr-xr-x 1 root other 68108 Apr 25 23:50 mod_env.so*
-rwxr-xr-x 1 root other 73515 Apr 25 23:50 mod_expires.so*
-rwxr-xr-x 1 root other 81663 Apr 25 23:50 mod_headers.so*
-rwxr-xr-x 1 root other 94528 Apr 25 23:50 mod_imap.so*
-rwxr-xr-x 1 root other 144315 Apr 25 23:50 mod_include.so*
-rwxr-xr-x 1 root other 90790 Apr 25 23:50 mod_info.so*
-rwxr-xr-x 1 root other 103135 Apr 25 23:50 mod_log_config.so*
-rwxr-xr-x 1 root other 92119 Apr 25 23:50 mod_mime.so*
-rwxr-xr-x 1 root other 127840 Apr 25 23:50 mod_negotiation.so*
-rwxr-xr-x 1 root other 170755 Apr 25 23:50 mod_rewrite.so*
-rwxr-xr-x 1 root other 78492 Apr 25 23:50 mod_setenvif.so*
-rwxr-xr-x 1 root other 77077 Apr 25 23:50 mod_speling.so*
-rwxr-xr-x 1 root other 99203 Apr 25 23:50 mod_status.so*
-rwxr-xr-x 1 root other 75550 Apr 25 23:50 mod_userdir.so*
-rwxr-xr-x 1 root other 73922 Apr 25 23:50 mod_vhost_alias.so*

So I made sure that most modules were installed as expected.

However, I can not invoke apache:

root@tbird 75 %> /usr/tomcat/apache_source_withMod/bin/apachectl start

(125)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
./apachectl start: httpd could not be started


Can someone please explain it to me?

Many thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top