MySQL Forums
Forum List  »  Ruby

Re: Help needed with installing MySQL binding for Ruby
Posted by: Keith Rosema
Date: October 03, 2007 11:03AM

The -lmysqlclient line means that it is looking for the libmysqlclient that you have. The problem is that the ruby gem can't find it.
To tell the gem where it is:

> gem install mysql -- --with-mysql-lib=/usr/lib/mysql/lib

...or wherever your libmysqlclient* libraries are

Options: ReplyQuote


Subject
Written By
Posted
Re: Help needed with installing MySQL binding for Ruby
October 03, 2007 11:03AM
November 08, 2007 12:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.