You must keep the followups on the list, Steve.

> [EMAIL PROTECTED] root]# ldd /etc/httpd/2.0/extramodules/mod_perl.so
>         libperl.so => not found
>         libnsl.so.1 => /lib/libnsl.so.1 (0x4003e000)
>         libdl.so.2 => /lib/libdl.so.2 (0x40052000)
>         libm.so.6 => /lib/i686/libm.so.6 (0x40056000)
>         libcrypt.so.1 => /lib/libcrypt.so.1 (0x40079000)
>         libutil.so.1 => /lib/libutil.so.1 (0x400a6000)
>         libpthread.so.0 => /lib/i686/libpthread.so.0 (0x400a9000)
>         libc.so.6 => /lib/i686/libc.so.6 (0x400f9000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

you must have moved your perl or rebuilt it without shared library after building perl (or may be it's a prepackaged software, in which case you don't have the prerequisite installed).

The simplest way is to build mod_perl by yourself. See:
http://perl.apache.org/docs/2.0/user/install/install.html

__________________________________________________________________
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


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to