[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with smsd and mysql
From: |
Jan Derfinak |
Subject: |
Re: Problem with smsd and mysql |
Date: |
Wed, 18 Aug 2004 21:54:34 +0200 (CEST) |
On Tue, 17 Aug 2004 address@hidden wrote:
> I have run nm against both your libmysql and libmysqlclient. Both show
> mysql_init.
In smsd's libmysql should be only reference to mysql_init.
>
> I have also run ldd on smsd and libmysql. Neither show a link to
> libmysqlclient.
>
> libmysql:
>
> libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x4001a000)
> libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
libmysql must be linked against libmysqlclient. Please show output from make
when linking libmysql.so.
jan
--