Hi everyone, my system is a Pentium 3 500MHz running OpenBSD3.3 and Perl 5.8.0. I have just installed Teradata 1.3 and tried to connect to a remote database using:
use DBI;
$dbh = DBI->connect("DBI:Teradata:my-database-host.com", "userid", "password"
and this is the error message I got at that connect line:
install_driver(Teradata) failed: DBD/Teradata.pm did not return a true value at (eval 1) line 3.
I have looked everywhere for an explaination to this error, but nobody seems to know. I have even used the Teradata 1.2, but same problem occured. Any help would be greatly appreciated. Thank you.
use DBI;
$dbh = DBI->connect("DBI:Teradata:my-database-host.com", "userid", "password"
and this is the error message I got at that connect line:
install_driver(Teradata) failed: DBD/Teradata.pm did not return a true value at (eval 1) line 3.
I have looked everywhere for an explaination to this error, but nobody seems to know. I have even used the Teradata 1.2, but same problem occured. Any help would be greatly appreciated. Thank you.