|
probs running MYSQL-SERVER on debian
I just installed mysql server and i try to make a database and get following error :
# mysqladmin -u root create mydb
mysqladmin: relocation error: /usr/lib/libmysqlclient.so.10: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
I use following gcc version and libgcc1 is installed...
# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
Can anyone give me some advice ?
grtZ
Benjamin
|