Ldmud cannot find mysqlclient.18

So I was trying to install LDMud with LPmud 2.4.5, and I keep getting a shared library does not exist mysqlclient.18.

/usr/local/lib/mysql does not show this file.

/usr/ports/databases/mysql55-client says it has been installed.

Any ideas on what I should be looking for?

 
It's probably looking for a different version. Try setting the default MySQL version in /etc/make.conf and try again.

Code:
DEFAULT_MYSQL_VER=55
 
Back
Top