I was working on building the mysql ruby gem. My mysql install is in a non-standard location. I could get the gem to build with syntax like:gem install mysql -- --with-mysql-config=/path/to/bin/mysql_configHowever, I noticed that the resulting library did not embed the path to the mysql library, ldd on the mysql.so indicated:libmysqlclient.so.16 => not foundI did not want to have to fiddle with
↧