- the makefile copies libSQLDBC_C.so to /usr/lib/perl5/vendor_perl/5.8.4/i686-linux/auto/DBD/MaxDB/libSQLDBC_C.so.
That place is not searched automatically. Either don't copy it there, or instruct Perl somehow, to search that place for the library (i don't know, if this is possible)

So does anybody know, if is possible or if it isn't possible that DBD::MaxDB uses the libSQLDBC_C.so copied to /usr/lib/perl5/vendor_perl/5.8.4/i686-linux/auto/DBD/MaxDB/ ?


That would make DBD::MaxDB independant of any other installed SQLDBC, since the way it is now, the LD_RUN_PATH is used which is set while linking MaxDB.so.



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to