On Tue, 19 Sep 2006, Raffaele Pantaleoni wrote:

> When I try to "make" I got the following error:
>
> /usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient_r.a
> when searching for -lmysqlclient_r.
>
> What does it mean? It this related to the x86_64 bit architecture? How
> could I solve it?

You have the wrong(*) mysql static client libraries loaded, so things are 
breaking when it attempts to compile statically-linked programs (these are 
needed for recovery mode/rescue disks)

(*) Wrong, as in "dynamic and static library versions don't match"

If you ensure your library versions are correctly matched this problem 
should disappear.

AB


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to