in reply to Re^4: Perl5.8.8 error
in thread Perl5.8.8 error
On linux you have a file /etc/ld.so.conf that contains the directories (beside /lib and /usr/lib) to be searched for libraries. If you have that file and it doesn't contain a /usr/local/lib line, you should probably add it and run ldconfig. On BSD things are probably a bit different. Look for documentation on ld.so and the LD_LIBRARY_PATH environment variable.
|
|---|