A
April69
I got the following error messages after I moved my code to a different
SunOS box. Everything worked fine in the previous Sun box:
install_driver(Sybase) failed: Can't load
'/pie/perl-5.6.0/lib/site_perl/5.6.0/sun4-solaris/auto/DBD/Sybase/Sybase.so'
for module DBD::Sybase: ld.so.1: perl: fatal: libtcl.so: open failed:
No such file or directory at
/pie/perl-5.6.0/lib/5.6.0/sun4-solaris/DynaLoader.pm line 200.
at (eval 9) line 3
Compilation failed in require at (eval 9) line 3.
Perhaps a required shared library or dll isn't installed where expected
at /pie/bin/pdl_sp line 164
I know this is a classic one. I have tried:
1. Move "/usr/lib" after "$SYBASE/lib" in LD_LIBRARY_PATH
2. re-compile DBD, DBI and FreeTDS
But I still got the message. Any thoughts please?
SunOS box. Everything worked fine in the previous Sun box:
install_driver(Sybase) failed: Can't load
'/pie/perl-5.6.0/lib/site_perl/5.6.0/sun4-solaris/auto/DBD/Sybase/Sybase.so'
for module DBD::Sybase: ld.so.1: perl: fatal: libtcl.so: open failed:
No such file or directory at
/pie/perl-5.6.0/lib/5.6.0/sun4-solaris/DynaLoader.pm line 200.
at (eval 9) line 3
Compilation failed in require at (eval 9) line 3.
Perhaps a required shared library or dll isn't installed where expected
at /pie/bin/pdl_sp line 164
I know this is a classic one. I have tried:
1. Move "/usr/lib" after "$SYBASE/lib" in LD_LIBRARY_PATH
2. re-compile DBD, DBI and FreeTDS
But I still got the message. Any thoughts please?