PDA

View Full Version : Error install DA with CentOS 5.2



heineken
10-07-2008, 11:01 AM
when I install DA, get a error:



--23:35:51-- https://www.directadmin.com/cgi-bin/daupdate?uid=xxx&lid=xxx
(try:18) => `/usr/local/directadmin/update.tar.gz'
Connecting to www.directadmin.com|66.51.122.131|:443... failed: Cannot assign requested address.
Retrying.

--23:36:01-- https://www.directadmin.com/cgi-bin/daupdate?uid=xxx&lid=xxx
(try:19) => `/usr/local/directadmin/update.tar.gz'
Connecting to www.directadmin.com|66.51.122.131|:443... failed: Cannot assign requested address.
Retrying.



--23:36:11-- https://www.directadmin.com/cgi-bin/daupdate?uid=xxx&lid=xxx
(try:20) => `/usr/local/directadmin/update.tar.gz'
Connecting to www.directadmin.com|66.51.122.131|:443... failed: Cannot assign requested address.
Giving up.


gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
Cannot find the DirectAdmin binary. Extraction failed

If you see an error that says to add --no-check-certificate, recompile wget:
http://help.directadmin.com/item.php?id=119

I just recompile wget --wit -ssl same topic http://help.directadmin.com/item.php?id=119[/CODE]


But, when I try re install, still get same old error.

can help me. thanks

daveyw
10-08-2008, 01:32 AM
I guess this has nothing to do with DirectAdmin on CentOS 5.2, we have a few servers with DA on CentOS 5.2 without any problems.

Try to remove the update.tar.gz and try again, maybe is that the problem.

hostpc.com
10-19-2008, 07:30 PM
CentOS 5.2 install tonight:

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
20:15:13 ERROR 404: Not Found.

--20:15:13-- http://files.directadmin.com/services/all/mysql/MySQL-devel-5.1.23-rc-0.i386.rpm
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
20:15:14 ERROR 404: Not Found.

--20:15:14-- http://files.directadmin.com/services/all/mysql/MySQL-server-5.1.23-rc-0.i386.rpm
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
20:15:14 ERROR 404: Not Found.

--20:15:14-- http://files.directadmin.com/services/all/mysql/MySQL-shared-5.1.23-rc-0.i386.rpm
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
20:15:14 ERROR 404: Not Found.

scsi
10-20-2008, 08:38 AM
You have to use mysql 5.0 not 5.1

floyd
10-20-2008, 10:21 AM
I am trying to figure out what mysql has to do with the above problem?

hostpc.com
10-20-2008, 11:45 AM
I am trying to figure out what mysql has to do with the above problem?

The wgets are:

http://files.directadmin.com/services/all/mysql/MySQL-devel-5.1.23-rc-0.i386.rpm

DA had a 5.1 release in the latest custombuild (not sure if it was John or one of the others that included it) - but it's still a release candidate and shouldn't be used - and the option shouldn't have been enabled.

They've (John) removed the 5.1 option from the install

floyd
10-20-2008, 11:56 AM
Oh ok. I see. After you had mentioned mysql I did a search of the page and could not find mysql anywhere so I thought I was going crazy.

DirectAdmin Support
10-20-2008, 05:13 PM
We don't like supporting anything but "stable" versions of things because I don't want to have to do support for any issues with the release candidate that have not yet been resolved (if there are any). You're welcome to use them and try them out, but they have to be done manually without the build script. If the authors of something aren't confident enough to label them as stable, then I don't want to give you an unstable option. (Regardless of the actual stability of the software). Once they're out of RC, then I'll throw it in.

John