MySQL 4.0.12 for Solaris 7

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
bluenote
Forum Commoner
Posts: 93
Joined: Sat Mar 01, 2003 4:59 am
Location: Heidelberg, Germany

MySQL 4.0.12 for Solaris 7

Post by bluenote »

Hello,

the "oldest" 4.0.12 version of MySQL available for Solaris is mysql-max-4.0.12-sun-solaris2.8-sparc.tar.gz. I am using Solaris 7.

The installation was no problem, but firing up mysqld failed because of a library version mismatch:

Code: Select all

FATAL: ї...] required "librt.so SUNW_1.2"
On the Sun Download site there is a patch (Patch ID 111565-01) available which propably would fix this and upgrade the librt, but it is available to somewhat registred bla bla customers only...

Does anyone of you have the same hassle, or even a solution for it?

Thanx, bluenote
User avatar
bluenote
Forum Commoner
Posts: 93
Joined: Sat Mar 01, 2003 4:59 am
Location: Heidelberg, Germany

RE: MySQL 4.0.12 for Solaris 7

Post by bluenote »

Here is the exact log message:

Code: Select all

sun1# pg /export/home/local/mysql-max-4.0.12-sun-solaris2.8-sparc/data/sun1.err
030422 17:00:47  mysqld started
ld.so.1: 
/export/home/local/mysql-max-4.0.12-sun-solaris2.8-sparc/bin/mysqld: 
fatal: librt.so.1: version `SUNW_1.2' not found (required by file 
/export/home/local/mysql-max-4.0.12-sun-solaris2.8-sparc/bin/mysqld)
030422 17:00:47  mysqld ended
Post Reply