Hello.


It is a bug:

  http://bugs.mysql.com/bug.php?id=6521



"H. Steuer" <[EMAIL PROTECTED]> wrote:

> hello guys,

> 

> after compiling and installing mysql 4.1.9 from sources, the database server 
> seems to work fine, but everything from client/ seems to somehow "hardcode" 
> the client library path into the binary.

> 

> when e.g. trying to start "mysqladmin" it goes:

> 

> # mysqladmin                                               

> mysqladmin: can't load library '../libmysql/.libs/libmysqlclient.so.14.0'

> 

> when starting from the client/ directory, it works fine. I fixed that stuff 
> for the mysql binary by linking it manually. 

> 

> # strings mysqladmin |grep mysqlcl

> ../libmysql/.libs/libmysqlclient.so.14.0

> 

> thats for OpenBSD 3.6 on various installations.

> thats the linkage line that the autotools do:

> 

> /bin/sh ../libtool --preserve-dup-deps --mode=link g++ -O3 
> -fno-implicit-templates -fno-exceptions -fno-rtti -o mysql mysql.o readline.o 
> sql_string.o completion_hash.o ../cmd-line-utils/libedit/libedit.a -lncurses 
> ../libmysql/libmysqlclient.la -lm -lz

> 

> 

> 

> any ideas on this?

> 

> regards,

> heri

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to