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
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.
Michael Van Canneyt escribiÃ:
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:
ln -s libmysqlclient.so.10.0.0 lmysqlclient
This should be:
ln -s libmysqlclient.so.10.0.0 lmysqlclient.so
Michael.
Thank you very muc
I have tried to build last cvs version 1.9.4 for ARM and It can't
compile
#>
#> make clean all OS_TARGET=linux CPU_TARGET=arm
BINUTILSPREFIX=arm-linux-
#>
-- DUMP SCREEN ---
/trabajo/programas/freepascal/cvs/fpc/compiler/ppcrossarm -Ur
-XParm-linux- -Xc -Xr
Michael Van Canneyt wrote:
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
On Mon, 7 Jun 2004, Anton Tichawa wrote:
> Michael Van Canneyt wrote:
>
> >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
Anton Tichawa escribió:
Excuse me if I#m wrong, but shouldn't that read:
ln -s libmysqlclient.so.10.0.0 libmysqlclient.so
('lib' instead of 'l' in the second argument)
I'm sorry, but the error say:
can't find _lmysqlclient_
In /usr/bin I 've created :
lmysqlclient
lmysqlclient.so
libmysqlclient
li
Eduardo Lopez wrote:
Anton Tichawa escribió:
Excuse me if I#m wrong, but shouldn't that read:
ln -s libmysqlclient.so.10.0.0 libmysqlclient.so
('lib' instead of 'l' in the second argument)
I'm sorry, but the error say:
can't find _lmysqlclient_
traditionally, libraries are prefixed -lbla for gcc a