MySQL -- Undefined Symbols

whiteshoesbob

Registered
I've installed the newest version of MySQL 3.23.52 along with the tool that places it in my start-up items, but when I try running it in the terminal I get the following error:

dyld: ./bin/mysql Undefined symbols:
./bin/mysql undefined reference to _BC expected to be defined in /usr/lib/libSystem.B.dylib
./bin/mysql undefined reference to _PC expected to be defined in /usr/lib/libSystem.B.dylib
./bin/mysql undefined reference to _UP expected to be defined in /usr/lib/libSystem.B.dylib
Trace/BPT trap

I don't know what this error means or how to correct it, but I am unable to run MySQL because of it. Any ideas on how to correct this error?

Thanks,

Bob.
 
Did you upgrade to 10.2 recently, if so you need the Jaguar version of MySQL.

I was able to use PHP but I could not get into mysql and got your message.

I upgraded to the Jag version and all worked out ok. Do take care to follow the instructions to the letter, about persmission etc its critical also.
 
Back
Top