[Sqlrelay-discussion] Perl compilation error with 0.36.4
Brought to you by:
mused
|
From: David E. <dav...@lb...> - 2005-11-03 10:56:32
|
I am trying to use SQL Relay via the DBI driver from a simple Perl script, but have run into a problem. On our development environment - using SQL Relay 0.33.1 - we have no problems. However, using SQL Relay 0.36.4 on our production environment, trying to run the same script results in the following Perl error: install_driver(SQLRelay) failed: Bareword "DBD::SQLRelay::SQL_CLOB" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.6.1/DBD/SQLRelay.pm line 282. Bareword "DBD::SQLRelay::SQL_BLOB" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.6.1/DBD/SQLRelay.pm line 282. Bareword "DBD::SQLRelay::SQL_CLOB" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.6.1/DBD/SQLRelay.pm line 294. Bareword "DBD::SQLRelay::SQL_BLOB" not allowed while "strict subs" in use at /usr/lib/perl5/site_perl/5.6.1/DBD/SQLRelay.pm line 294. Compilation failed in require at (eval 4) line 3. Is this an issue with our Perl, or a problem with the SQL Relay code? If the former, does anyone have any suggestions as to how to solve the problem? Thanks, David |