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

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

Reply via email to