Franklin,

On Oct 27, 2005, at 12:59 AM, Parlamis Franklin wrote:

> ld: truncated or malformed archive: /usr/local/mysql/lib/
> libmysqlclient.a (ranlib structures in table of contents extends past
> the end of the table of contents, can't load from it)
>

As the compiler tells you your libmysqlclient is damaged. You can try  
to run in Terminal:

sudo ranlib /usr/local/mysql/lib/libmysqlclient.a

If that doesn't help, then you need to wait for an update of MySQL  
(or compile MySQL from sources), because the library is corrupted.

Cheers,
Simon

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to