Author Topic: PSServer OS X 10.5.8 1.3 GHz Intel Core 2 Duo  (Read 1392 times)

verden

  • Hydlaa Notable
  • *
  • Posts: 716
    • View Profile
PSServer OS X 10.5.8 1.3 GHz Intel Core 2 Duo
« 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!

Nakem

  • Traveller
  • *
  • Posts: 42
    • View Profile
Re: PSServer OS X 10.5.8 1.3 GHz Intel Core 2 Duo
« Reply #1 on: November 30, 2009, 08:41:57 pm »
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.

verden

  • Hydlaa Notable
  • *
  • Posts: 716
    • View Profile
Re: PSServer OS X 10.5.8 1.3 GHz Intel Core 2 Duo
« Reply #2 on: November 30, 2009, 09:27:24 pm »
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?
« Last Edit: December 01, 2009, 12:35:09 am by verden »

Nakem

  • Traveller
  • *
  • Posts: 42
    • View Profile
Re: PSServer OS X 10.5.8 1.3 GHz Intel Core 2 Duo
« Reply #3 on: December 03, 2009, 05:03:28 pm »
If you run ./configure then it checks for libmysqlclient15, right? Does it say "yes" or "no" ?

verden

  • Hydlaa Notable
  • *
  • Posts: 716
    • View Profile
Re: PSServer OS X 10.5.8 1.3 GHz Intel Core 2 Duo
« Reply #4 on: December 08, 2009, 02:36:19 pm »
It appears to be checking for libmysqlclient, but not libmysqlclient15.

Quote
checking if pkg-config recognizes mysqlclient... no
checking for mysqlclient-config... no
checking for libmysqlclient... no