Tom Caldwell wrote:
So here are the reuslts of the versbose tests and the contents of
t/logs/error_log after running the failed tests.
[...]
# testing : testing subproc's stdin -> stderr + list context
# expected: my stderr
# received: /opt/perl/bin/perl: error while loading shared libraries:
libperl.so: cannot open shared object file: No such file or directory
not ok 5

excellent. So it fails to run the scripts located in t/htdocs/util/. Can you run those from the command line? It looks like /opt/perl/bin/perl can't find libperl.so when run as 'nobody'. Try:


su
su - nobody
/opt/perl/bin/perl -V

Do you have some special env vars that tell perl where to find libperl.so? check the output of 'printenv' in your shell.

BTW, what's the first line of t/TEST?

Finally, please post the output of:

  ldd /opt/perl/bin/perl

thanks.

--
__________________________________________________________________
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

Reply via email to