mysql how!

Code:
cd /usr/local/directadmin/custombuild
./build update
perl -pi -e 's/mysql_inst=no/mysql_inst=yes/' options.conf
perl -pi -e 's/mysql=5.0/mysql=5.1/' options.conf
./build mysql
./build php n
 
box:/usr/local/directadmin/custombuild# ./build mysql
Cannot find /usr/bin/mysqldump
Stopping mysqld ...
Stopping mysqld: [ FAILED ]

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./build: line 2241: cd: mysql: No such file or directory
chown: cannot access `/usr/local/mysql-5.1.30-linux-i686': No such file or directory
/etc/init.d/mysqld: line 9: cd: /usr/local/mysql: No such file or directory
Giving mysqld a few seconds to start up...
Restarting MySQL.
Stopping mysqld: [ FAILED ]
/etc/init.d/mysqld: line 9: cd: /usr/local/mysql: No such file or directory
It is recommended to do "./build php n" after MySQL update.

./build php n
configure: error: Cannot find MySQL header files under yes.
Note that the MySQL client library is not bundled anymore!

*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file

box:/usr/local/directadmin/custombuild#

MYSQL IS STOPPED AND I CAN'T RUN THE SERVICE :(

box:~# /etc/init.d/mysqld start
/etc/init.d/mysqld: line 9: cd: /usr/local/mysql: No such file or directory
box:~#


:( what i can solve this?

Regards
 
Last edited:
gzip: stdin: unexpected end of file

Your mysql download was corrupted.
 
Back
Top