On Thu, May 10, 2007 at 08:04:51 -0500, P Kishor wrote:
> are there any guidelines on how to hook a new SQLite lib with the
> DBD package since the CPAN version seems to be running a few
> versions late.

No special actions needed, default build of DBD::SQLite will use
pre-installed shared library instead of the shipped code:

$ ldd /usr/lib/perl5/..../DBD/SQLite/SQLite.so
        linux-gate.so.1 =>  (0xb7fc0000)
 (!)    libsqlite3.so.0 => /usr/local/lib/libsqlite3.so.0 (0xb7f25000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7dfe000)
        /lib/ld-linux.so.2 (0x80000000)



-- 
   Tomash Brechko

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

Reply via email to