On Fri, Dec 19, 2008 at 1:28 PM, Jean-Francois Malouin <[email protected]> wrote: > for module Amanda::Types: > /usr/local/share/perl/5.8.8/auto/Amanda/Types/libTypes.so: cannot open shared > object file: No such file or > directory at /usr/lib/perl/5.8/DynaLoader.pm line 225.
> Should I be worried? I guess this is part of the new API > and all the swig stuff which I'm totally clueless about. > Is something not quite kosher in my local perl setup? Yep. Does that .so file exist? Sometimes libdl gives "No such file or directory" when it can't find the *dependencies* of a shared object. Assuming libTypes.so exists, what does 'ldd' tell you about it? What platform is this? Was it installed from a package or from source? Dustin -- Storage Software Engineer http://www.zmanda.com
