[R-SIG-Mac] RMySQL problem

Simon Urbanek simon.urbanek at r-project.org
Thu Oct 27 10:43:19 CEST 2005


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



More information about the R-SIG-Mac mailing list