I figured it out, i needed to pass a parm to Makefile.Pl to force it to use the local SQLite source.

Jim Dodgen wrote:
Im having a problem geting the perl DBD working with 3.3.15

I integrated the 3.3.15 source with the perl module and all seemed ok.

all is fine with the command line version (sqlite3) but when I run a perl script i get this:

--- cut here ---
[EMAIL PROTECTED] perl]# ./sqlite_version.pl
install_driver(SQLite) failed: Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread- multi/auto/DBD/SQLite/SQLite.so' for module DBD::SQLite: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread- multi/auto/DBD/SQLite/SQLite.so: undefined symbol: sqlite3_version at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at (eval 3) line 3
Compilation failed in require at (eval 3) line 3.
Perhaps a required shared library or dll isn't installed where expected
 at ./sqlite_version.pl line 8
--- end ---

at first glance it looks as SQLite.so is missing but when I do a ls it is found:

--- cut here ---
[EMAIL PROTECTED] perl]# ls -l /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-
thread-multi/auto/DBD/SQLite/SQLite.so
-r-xr-xr-x 1 root root 83835 Apr 11 14:11 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-
multi/auto/DBD/SQLite/SQLite.so
--- end ---

the "undefined symbol: sqlite3_version" has me stumped, any ideas.



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------





-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to