DBD::SQLite and dynamic linking

Matts on 2005-06-16T18:38:13

I get a *lot* of requests to make DBD::SQLite link to a system library instead of compile its own. Unfortunately I simply don't have time to do this. Every one of these emails I respond that I would gladly accept patches.

It should be a simple matter of moving all the .h/.c files except the DBD ones out of the main directory, and modifying the Makefile.PL to DTRT depending on whether there is a system library present. Should be simple but I don't have the tuits to do it and test it.

If anyone is willing to take this on I'd be really happy, as would a lot of users.


Hmmm...

rjray on 2005-06-16T20:56:06

I have free time this weekend, coupled with a vested interest in DBD::SQLite. I'll see what I can do.

Re:Hmmm...

sigzero on 2005-06-17T13:32:46

That would very nice.

Done.

rjray on 2005-06-20T10:54:56

Diff against Makefile.PL mailed to your sergeant-org address.