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
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
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
> 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
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
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
_