[fpc-pascal]=?X-UNKNOWN?Q?Re=3A_=5Bfpc-pascal=5DCan't_find_lmysqlclient_=BFWh?= =?X-UNKNOWN?Q?at_I'm_missing=3F?=

Michael Van Canneyt michael.vancanneyt at wisa.be
Mon Jun 7 17:25:20 CEST 2004


On Mon, 7 Jun 2004, Eduardo Lopez wrote:

> Hello all:
>
> I'm just trying to compile the testdb.pp and I get the following error:
>
> ...../ld:    can't find lmysqlclient
>
> 1) I'm working with Mandrake 8.2
> 2) Installed mysql with all library (database and development)
> 3) Installed fpc 1.9.3 rpm, fpc doc rpm and fpcsrc 1.9.3 rpm.
> 4) copy testdb.pp to my home directory
> 5) In /etc/fpc.cfg added the following line:
>
> -Fl/lib;/usr/lib
>
> 6) In /usr/lib added the symbolic link:
>
> ln -s libmysqlclient.so.10.0.0 lmysqlclient

This should be:
ln -s libmysqlclient.so.10.0.0 lmysqlclient.so

Michael.




More information about the fpc-pascal mailing list