Results 1 to 2 of 2
Hello All,
I need to help to compile apache 2.0.50
i use the following commands for compile
./configure \
--prefix=/usr/local/apache2 \
--enable-so
and after starting apache and get this error
...
- 07-23-2004 #1Just Joined!
- Join Date
- Jul 2004
- Posts
- 2
Apache compile
Hello All,
I need to help to compile apache 2.0.50
i use the following commands for compile
./configure \
--prefix=/usr/local/apache2 \
--enable-so
and after starting apache and get this error
[root@ownwebserver httpd-2.0.50]# /usr/local/apache2/bin/apachectl start
/usr/local/apache2/bin/httpd: error while loading shared libraries: mod_access.so: cannot open shared object file: No such file or directory
thankz for you help
- 07-23-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
./configure with "--enable-access" as well as what you already have. During the ./configure output, look for the line "checking whether to enable mod_access.." and see what it says after it, either yes or no.


Reply With Quote
