Gregory Machin wrote:
Hi
I'm having a lot of trouble getting application with mysql
dependencies to compile, all the errors are the same with the make
"
/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so
when searching for -lmysqlclient
Don't know the answer, but to start off:
- where does that file come from ?
rpm -qf /usr/lib/mysql/libmysqlclient.so

- what mysql related packages do you have installed ?
rpm -qa|grep -i sql|sort

- perhaps you need the devel packages for the headers ?
yum install mysql-devel

DaveT.

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to