Custombuild update error and mysql not working anymore fine

SeLLeRoNe

Super Moderator
Joined
Oct 9, 2004
Messages
6,643
Location
A Coruña, Spain
Hi,

i was updating system with custombuild system.

I made ./build mysql d

adnd i got this:

Code:
--12:53:47--  http://files.directadmin.com/services/all/mysql/debian/mysql-4.1.22-linux-i686.tar.gz
           => `mysql-4.1.22-linux-i686.tar.gz'
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com[72.35.85.222]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
12:53:47 ERROR 404: Not Found.

Stopping mysqld ...
Stopping mysqld:                [ OK ]
tar: mysql-4.1.22-linux-i686.tar.gz: impossibile open: No such file or directory
tar: Errore irrimediabile: esco subito
tar: Child returned status 2
tar: Uscita per errore ritardata dall'errore precedente
./build: line 2071: cd: mysql: No such file or directory
chown: impossibile accedere a `/usr/local/mysql-4.1.22-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...
cp: target `/usr/lib/mysql/' is not a directory: No such file or directory
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.

So looks like he dont find the file for upgrade, ive check on files.directadmin.com and there is no mysql-4.1.22 file anywhere...

after that i used /usr/local/directadmin/mysql.sh file for reinstall mysql, and now seem to work but, not for all customers (dunno really why) and on phpMyAdmin i got that error:

Code:
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client

Ive check around and is the mysql-client that is not on correct version but ive tryed to reinstall it without success..

Anyone can help me solve all with custombuild system?

Thanks for attention.

Best regards
 
Code:
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com[72.35.85.222]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
12:53:47 ERROR 404: Not Found.

And it's end of life, use MySQL 5.0 instead.
 
Ok but the problem is.. how? custombuild look for that file and i dont know how to find it or how to change what he look for.. and script setup is the same...

could u please help me find out?
 
same, dont find this file from files.directadmin.com.. i should download it manually, but, from where?

>./build mysql
--14:39:02-- http://files.directadmin.com/services/all/mysql/debian/mysql-4.1.11-linux-i686.tar.gz
=> `mysql-4.1.11-linux-i686.tar.gz'
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com[72.35.85.222]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
14:39:03 ERROR 404: Not Found.
 
Last edited:
hehe is what i was trying to say :P

BUT:

http://files.directadmin.com/services/debian_4.0/

here there are many packet of mysql 4.1

mysql-client_4.1.7-2_i386.deb
mysql-common_4.1.7-2_all.deb
mysql-server_4.1.7-2_i386.deb
mysql-standard-4.1.10-pc-linux-gnu-i686.tar.gz

Do you know ho i should use those for have correct client (for error on phpmyadmin) and for make custombuil work without pass to mysql5?

And, an explain... please.. what the effective difference passing to mysql5.0? How many problems my customers should have if i install directly that?

Thanks for your help
 
Back
Top