On 17/10/2007, Alvise Nicoletti <[EMAIL PROTECTED]> wrote:
> Hi...
>
> I tryed to compile my linux service for a server with ubuntu 64 bit and
> mysql 5.
> So I changed in the code every mysql40 reference to mysql50.
> I tryed to change target, compile, and copy the binary to the another
> server, when I try to connect to the database all I get is:
> Can not load MySQL library "libmysqlclient.so". Please check your
> installation.
>
> The server configuration is ubuntu 64 bit, mysql 5.0 (client and server).
>
> I need an application that works on this kind of server, so if you
> suspect that I can have any trouble with this in the future please
> notify it to me. I'm a little scared about that.
> Is it just a misconfiguration problem?
>
> If I do a locate libmysqlclient.so I found:
> /usr/lib/libmysqlclient.so.15
> /usr/lib/libmysqlclient.so.15.0.0
>

you will need to install the -dev package (which will make the
libmysqlclient.so link).

henry

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to