Carl Brewer wrote:

2. Used Components and their Configuration:

*** The httpd binary was not found

doh! another Apache-Test bug to fix :(

*** (apr|apu)-config linking info

 -L/usr/local/apache2/lib -lapr-0 -lm -lcrypt -lresolv
 -L/usr/local/apache2/lib -laprutil-0 -lexpat

Looks good. It's probably a problem of symlinks then. It should be:

ls -l ~/httpd/prefork/lib/libapr-0*
-rw-r--r-- 1 stas stas 475250 Aug 20 12:19 /home/stas/httpd/prefork/lib/libapr-0.a
-rw-r--r-- 1 stas stas 765 Aug 20 12:19 /home/stas/httpd/prefork/lib/libapr-0.la
lrwxrwxrwx 1 stas stas 17 Aug 20 12:19 /home/stas/httpd/prefork/lib/libapr-0.so -> libapr-0.so.0.9.5
lrwxrwxrwx 1 stas stas 26 Aug 20 12:19 /home/stas/httpd/prefork/lib/libapr-0.so.0 -> libapr-0.so.0.9.5-nondebug
-rwxr-xr-x 1 stas stas 383263 Aug 20 12:19 /home/stas/httpd/prefork/lib/libapr-0.so.0.9.5
-rwxr-xr-x 1 stas stas 1381266 Sep 30 2003 /home/stas/httpd/prefork/lib/libapr-0.so.0.9.5-debug
-rwxr-xr-x 1 stas stas 1379306 Sep 30 2003 /home/stas/httpd/prefork/lib/libapr-0.so.0.9.5-nondebug


at least that's how things work on linux.

ldd /home/stas/apache.org/mp2-pool/blib/arch/Apache2/auto/APR/APR.so
libapr-0.so.0 => /home/stas/httpd/prefork/lib/libapr-0.so.0 (0x40007000)


So -lapr-0 links to libapr-0.so.0 which is a symlink to libapr-0.so.0.9.5

I'd suggest to completely nuke /usr/local/apache2, install Apache from scratch and chances are that everything will work fine. You have too many old libs there.

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to