I had a problem in installing MySQL on 10.2.5

lelereb

Registered
I've a problem in installing "MySQL 4.0.12 Darwin Jaguar 10.2.x Binary Distribution" from "http://openjaguar.online.fr/" site.

I've downloaded the tgz and followed the "Installing MySQL 4.0.12 Binary Distribution" instructions from the command line.


The command "sudo bin/mysql_install_db" give me an error of "no such file or directory"

This is the result I get:
Preparing db tables
....
....
Preparing columns_priv table
Installing all prepared tables
dyld: /usr/local/mysql/libexec/mysqld can't open library /usr/lib/libdl.0.dylib (No such file or directory, errno = 2)
bin/mysql_install_db: line 1: 944 Trace/BPT trap /usr/local/mysql/libexec/mysqld --bootstrap --skip-grant-tables --basedir=/usr/local/mysql --datadir=/usr/local/mysql/var --skip-innodb --skip-bdb
Installation of grant table failed

I'm newby in booth unix and mysql. What can I do to solve the problem above?

Thanks in advance.
 
Installing and setting up MySQL with this package was super easy, worked flawlessly, and if something goes wrong, is easy to remove to try for a reinstall.

Actually, you should check out the other packages offered at their site. They have similar packages for Apache2 and PHP. I had all three installed and working together beautifully.

Aaron Faby does good work.

http://www.serverlogistics.com/mysql.php
 
Originally posted by lelereb
dyld: /usr/local/mysql/libexec/mysqld can't open library /usr/lib/libdl.0.dylib (No such file or directory, errno = 2)

The problem here is that you forgot to re-install the DevTools after updating to 10.2.5 ;)
 
Back
Top