in reply to Re: Re: perl can't find my modules
in thread perl can't find my modules

According to your logs, DynLoader.pm has been found but can't find libclntsh.so.1

It seems to be an oracle library. You should set LD_LIBRARY_PATH environment variable or it Solaris equivalent to include the directory path that contains the said library. Or add this path to /etc/ld.so.conf and runs ldconfig (if Solaris works like linux).

Good Luck.

-- stefp