PlaneShift
Development => Development Deliberation => Topic started by: verden on November 30, 2009, 07:54:04 pm
-
OS X 10.5.8 1.3 GHz Intel Core 2 Duo
The compling guide was fairly easy to follow. I encountered no errors during the entire process to the point of running the server. I simply get these errors below, and the server will not start.
WARNING: could not load plugin 'planeshift.database.mysql'
planeshift.application.server: No iDataConnection plugin!
MySQL database is running on the workstation. Port is open, admin utility can connect. Setup commands to MySQL were successful, all tables are present.
Status Name Latest Binary
Current mysql 5.0.27-1001 5.0.27-1001
Current mysql-client 5.0.27-1001 5.0.27-1001
Current mysql15-dev 5.0.27-1001 5.0.27-1001
Current mysql15-shlibs 5.0.27-1001 5.0.27-1001
I have checked settings and made sure various components were present numerous times. I have done the following numerous times after checking settings and verifying that the 15 dev packages were installed. I have gotten no significant errors during this process, some deprecation messages were all I believe.
./autogen.sh
./configure --with-cal3d=$HOME/development/cal3d
jam -aq server
I have tried setting it from localhost, to 127.0.0.1, to 192.168.1.100 (verfied local IP). I have connected to the database with utilities and it works fine with the MySQL Admin tool.
So...
I am a bit stumped. There are, of course the two commands for exporting these paths, which work just fine:
export PATH=$PATH:/sw/bin/
export CRYSTAL=$HOME/development/cs
Is there a path that needs to be exported to point the server to the MySQL location? Or perhaps a path that should have been set during the MySQL installation, that could be causing it not to see the database?
Thanks for any feedback!
-
You need the headers for the client as well.
I don't know how it's called on OS X but I think it's libmysqlclient15-dev.
-
Failed: no package found for specification 'libmysqlclient15-dev'!
"mysql15-dev" appears to be the name of the package. Its installed.
Anything else I can check, anyone?
-
If you run ./configure then it checks for libmysqlclient15, right? Does it say "yes" or "no" ?
-
It appears to be checking for libmysqlclient, but not libmysqlclient15.
checking if pkg-config recognizes mysqlclient... no
checking for mysqlclient-config... no
checking for libmysqlclient... no