FS#1947 - mysql libmysqlclient missing .so extension is still a problem

Attached to Project: Arch Linux
Opened by Tobias Kieslich (tobias) - Thursday, 30 December 2004, 18:39 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Judd Vinet (judd)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

In the latest release the missing .so was fixed manually but the .la file still lists the crappy libraries for linking. I can confirm that libgda doesn't built until this is changed.

sed -i "s|libmysqlclient.14|libmysqlclient.so.14|" $startdir/pkg/usr/lib/mysql/libmysqlclient.la
sed -i "s|libmysqlclient\'|libmysqlclient.so\'|" $startdir/pkg/usr/lib/mysql/libmysqlclient.la

should work as a q'n d hack (I know pre make install is better :) )
All this is releated to a bug in MySQL itself:
http://bugs.mysql.com/bug.php?id=7401
and I think this will be fixed by another upstream release then.
This task depends upon

Closed by  Judd Vinet (judd)
Thursday, 30 December 2004, 22:36 GMT
Reason for closing:  Fixed
Additional comments about closing:  Okay, I'll add this for 4.1.8-3

Loading...