> I am not sure if the missing file is Embperl.so itself. Take a look
> at a previous error I got :
>
> [Wed Feb 04 14:53:51 2004] [notice] Apache/2.0.48 (Unix)
> mod_perl/1.99_12 Perl/v5.8.3 configured -- resuming normal operations
> [Thu Feb 05 10:39:33 2004] [notice] SIGHUP received.  Attempting to
> restart
> [Thu Feb 05 10:39:37 2004] [error] Can't load
> '/usr/local/lib/perl5/site_perl/5.8.3/aix/auto/Embperl/Embperl.so'
> for module Embperl: No such file or directory at
> /usr/local/lib/perl5/5.8.3/aix/DynaLoader.pm line 229.
>
> Its like something is not found by DynaLoader.pm... how is this
> related to Embperl anyway?
>

The C part of Embperl resides in Embperl.so, DynaLoader.pm is the Perl
module which is responsible for loading such libraries like Embperl.so.

Since you have verified that Embperl.so is there and has the corect access
right, I guess that some of the dependendcy that Embperl.so needs are not
available.

I don't know how this works on AIX, but on Linux you can say

ldd /path/to/Embperl.so

this command will list you all libraries that Embperl.so needs and where
they reside or if they can't be found.

I case libaraies can't be found, you need to search them on your disk, add
the directory to /etc/ld.so.conf and run ldconfig.

That prodcedure might be different on AIX. Maybe it's enougth to copy the
libraries that can't be found to a standard library location, like
/usr/local/lib

Gerald

--------------------------------------------------------------
Gerald Richter     ecos electronic communication services gmbh
IT-Securitylösungen * dynamische Webapplikationen * Consulting

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
--------------------------------------------------------------
|
|   ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
|
+-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to