mysql 5.0.67 on debian

jresp

Verified User
Joined
Nov 7, 2007
Messages
11
On a debian sarge (3.1) machine, when I try to update mysql to version 5.0 using the custombuild script, it downloads a file mysql-5.0.67-linux-i686.tar.gz expands it, and when it tries to run, I see the following in the mysql err log:

081018 01:06:01 mysqld started
/usr/local/mysql/bin/mysqld: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
081018 01:06:01 mysqld ended

a line from the command: ldd /usr/local/bin/mysql

libstdc++.so.6 => not found

When I downloaded the same version 5.0.67 static file from dev.mysql.com, mysql 5.0.67 worked fine.

Is custombuild downloading a version compiled with shared libraries?

The version downloaded from the DA server with custombuild is 27mb, and the version from dev.mysql.com is 113mb.
 
Back
Top