Hi all,
I'm Davide and I'm new with lazarus and, as every other newbies, I've got some strange issues to solve!
I imported a windows running application on my mac (snow leopard) to build the mac os version, but it cannot run for some trouble with mysql client library, here is the message:
"Project p raised an exception class 'EInOutError' with message:
Can not load MySQL library ("libmysqlclient.dylib.15" or "libmysqlclient.dylib"). Check your installation.
Using google I find something and I used every advice read:
1. Create a simbolic link from /usr/local/mysql/lib/libmysqlclient.dylib to /usr/lib
2. Adding /usr/local/mysql/lib to $PATH variable
3. Add /usr/local/mysql/lib location to fpc.cfg
4. Add full library path to mysql.inc
5. Add to ~/.MacOSX/environment.plist key/value pairs as follow:
LD_LIBRARY_PATH = /usr/local/mysql/lib
Nothing's happend! Every time the same error... I can't tell my program to use the correct library! What I have to do???
In mysql lib folder I've libmysqlclient.16.dylib and libmysqlclient.dylib as a symbolic link to the first one, but error looks like lib missing at runtime...

Please help me I read everything's possible!
Ciao, Davide.