"Guangzu Wang (Houston)" wrote:
> I downloaded DataDirect Connect ODBC yesterday and installed on my Redhat
> Linux 6.1. I then installed DBI-1.15 and DBD:ODBC 0.28. I tested
> successfully DBD:ODBC with Openlink before. But when I re-install it for
> DataDirect, "make test" failed and indicated a required shared library isn't
> installed successfully.  When I tried to connect to SQL Server database in
> perl script like:
> my $dbHandle = DBI->connect('dbi:ODBC:direct_test7', 'sa', 'mypassword')
> I got a error message of:
> perl: error in loading shared libraries:
> /usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBD/ODBC/ODBC.so: undefined
> symbol: SQLAllocEnv

I never used DataDirect Connect ODBC, but what does 

   ldd /usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBD/ODBC/ODBC.so

print?

Reply via email to