>>>>> "Misha" == Misha Sekey <ck@stripped> writes:
Misha> Hello everybody,
Misha> When I'm trying to compile MyODBC sources om my sparc machine with
Misha> Solaris 2.7, I'm getting message:
Misha> # ./configure --with-unixODBC=/usr/local
Misha> \^J--with-mysql-sources=/osd1/ck/src/mysql/mysql-3.22.25
<cut>
> checking for mysql_query in -lmysqlclient... no
> configure: error: Could not find libmysqlclient in .
> Try another location.
Hi!
Try adding:
--with-mysql-libs=...
To your configure line
Regards,
Monty