Hi,
i've spent the last few hours to write an ebuild for gentoo linux, that compiles and installs DBD::MaxDB. Since there is no ebuild for the SQLDBC, i tried to link DBD::MaxDB statically against SQLDBC, but i failed.
I'd like the following to be improved:
- 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)
- There is a libSQLDBC.a, but no libSQLDBC_C.a - why? If i'd had a libSQLDBC_C.a, i could statically link it into MaxDB.so. You could than add an option to Makefile.PL, so that it does not use libSQLDBC_C.so but libSQLDBC_C.a instead
Thx Sven
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
