Hi, I've got crazy trying to install DBD::Sybase (after I had installed libtool, libiconv and freetds 0.82) on a AIX 5.2 platform.
The installation itself runs without errors, but the perl scripts I had prepared to connect to SQLServer doen't work. The DBI-->installed_versions gives the following output : # perl -MDBI -e 'DBI->installed_versions' Perl : 5.008009 (aix-thread-multi-64all) OS : aix (5.2.0.0) DBI : 1.609 DBD::Sybase : install_driver(Sybase) failed: Can't load '/usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so' for module DBD::Sybase: rtld: 0712-001 Symbol ct_data_info was referenced from module /usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol ct_send_data was referenced from module /usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol ct_send was referenced from module /usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol ct_describe was referenced from module /usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol ct_bind was referenced from module /usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol ct_fetch/usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so was referenced from module /usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so(), but a runtime definition of the symbol was not found. rtld: 0712-001 Symbol ct_cancel was referenced from module /usr/opt/perl5_64/lib/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/Sybase/Sybase.so(), but a runtime definition of the symbol was not found. Additional errors occurred but are not reported. at /usr/opt/perl5_64/lib/5.8.9/aix-thread-multi-64all/DynaLoader.pm line 226. at (eval 23) line 3 Compilation failed in require at (eval 23) line 3. Perhaps a required shared library or dll isn't installed where expected at -e line 1 Thank you
