Error install DA with CentOS 5.2

heineken

New member
Joined
Oct 7, 2008
Messages
1
when I install DA, get a error:

Code:
--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
 
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.
 
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.
 
I am trying to figure out what mysql has to do with the above problem?
 
I am trying to figure out what mysql has to do with the above problem?

The wgets are:
Code:
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
 
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.
 
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
 
Back
Top