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!