Re: [fpc-pascal] lmysqlclient not found again while compile in fedora 7

2007-09-25 Thread Joost van der Sluis
I've found how Fedora handles this: edit /etc/ld.so.conf.d/mysqlclient14-i386.conf (-x86_64 for 64 bit) and change it to (for example) /lib/mysql4/mysql Then run ldconfig. If you want to link statically, you'll need the -dev-package. Note that this has nothing to do with fpc, but it's a fedora i

Re: [fpc-pascal] lmysqlclient not found again while compile in fedora 7

2007-09-25 Thread Jonas Maebe
On 25 Sep 2007, at 04:37, Andi Purwito wrote: Sorry, i mean that i have made a symbolic link to /usr/lib/mysql/ libmysqlclient_r.so.15.0.0 as lmysqlclient. You should not make these symlinks manually. These should be made automatically when installing the "-dev" versions of the rpm/deb/ wh

[fpc-pascal] lmysqlclient not found again while compile in fedora 7

2007-09-25 Thread Andi Purwito
Sorry, i mean that i have made a symbolic link to /usr/lib/mysql/libmysqlclient_r.so.15.0.0 as lmysqlclient. But compiler said lmysqlclient not found. And then in separately, another one to /usr/lib/mysql/libmysqlclient.so.15.0.0, there's still not found. Until final i am confused because there

Re: [fpc-pascal] lmysqlclient not found again while compile in fedora 7

2007-09-21 Thread Marco van de Voort
> Op donderdag 20-09-2007 om 15:24 uur [tijdzone -0700], schreef Andi > Purwito: > > found". Even after make symbolic link to /usr/lib/mysql/...I have > > no idea why this always happen again every migrate. > I had the same problem yesterday. And it has to do with Fedora 7. Some > ppl thought tha

Re: [fpc-pascal] lmysqlclient not found again while compile in fedora 7

2007-09-21 Thread Joost van der Sluis
Op donderdag 20-09-2007 om 15:24 uur [tijdzone -0700], schreef Andi Purwito: > I have just update my fpc to v2.2.0 under fedora 7. But error occured while > compile program that uses mysql4, "lmysqlclient not found". Even > after make symbolic link to /usr/lib/mysql/...I have no idea why this alw

[fpc-pascal] lmysqlclient not found again while compile in fedora 7

2007-09-20 Thread Andi Purwito
I have just update my fpc to v2.2.0 under fedora 7. But error occured while compile program that uses mysql4, "lmysqlclient not found". Even after make symbolic link to /usr/lib/mysql/...I have no idea why this always happen again every migrate. Thanks _