[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Edlug Archive Mar 2004
]
Fwd: Re: [edlug] Fedora core2+apache+mod_perl problem
Ok well running strace -f -e stat,stat64,open httpd returned a whole lot
of stuff that meant not a lot to me, however running ldd mod_perl returned
libperl.so => not found
libnsl.so.1 => /lib/libnsl.so.1 (0x00111000)
libdl.so.2 => /lib/libdl.so.2 (0x00e55000)
libm.so.6 => /lib/tls/libm.so.6 (0x0022b000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00d0b000)
libutil.so.1 => /lib/libutil.so.1 (0x00831000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00609000)
libc.so.6 => /lib/tls/libc.so.6 (0x0033b000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00b1b000)
Ok so libperl.so => not found but
[root@www root]# slocate libperl.so
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/libperl.so
/usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE/libperl.so
/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE/libperl.so
So is my libperl.so just in the wrong place? where should it be
Subject: Re: [edlug] Fedora core2+apache+mod_perl problem
Date: Saturday 20 Mar 2004 7:23 pm
From: Jørgen Hovland <jorgen@xxx.xxx.xxx>
To: <paul@xxx.xxx.xxx>, <edlug@xxx.xxx.xxx>
You are most likely missing library file(s), or there are incompabilities
between them. You could try using strace -f -e stat,stat64,open httpd ,
or ldd your mod-files and see what's missing.
Cheers
-j
_______________________________________________________
Do you Yahoo!?
If not please join us and you also can get annoying spam in your email!
http://www.yahoo.com/
----- Original Message -----
From: <paul@xxx.xxx.xxx>
To: <edlug@xxx.xxx.xxx>
Sent: Saturday, March 20, 2004 3:18 PM
Subject: [edlug] Fedora core2+apache+mod_perl problem
> Just wandering if anyone has any idea regarding a problem im having with
Apache under fedora core 2. The error is this
>
> [root@www root]# httpd -k start
> Syntax error on line 10 of /etc/httpd/conf.d/perl.conf:
> Cannot load /etc/httpd/modules/mod_perl.so into server: libperl.so:
cannot open shared object file: No such file or directory
> [root@www root]#
>
> I have checked that both perl and mod_perl are installed and mod_perl
seems to be in the specefied location. Cant think of anything else to
check and help much appreciated. Further info if required. Cheers
>
>
>
> -
> ----------------------------------------------------------------------
You can find the EdLUG mailing list FAQ list at:
> http://www.edlug.org.uk/list_faq.html
-------------------------------------------------------
--
"To err is human, to screw up royally requires me!"
-
----------------------------------------------------------------------
You can find the EdLUG mailing list FAQ list at:
http://www.edlug.org.uk/list_faq.html