getLicense.sh errors

BitTraffic

New member
Joined
Apr 18, 2008
Messages
3
Updated DirectAdmin - encountered some other issues on the way. My current problem is that we cannot update our license.


hercules# sh /usr/local/directadmin/scripts/getLicense.sh **** *****
--09:27:30-- https://www.directadmin.com/cgi-bin/licenseupdate?lid=*****&uid=****
=> `/usr/local/directadmin/conf/license.key'
Resolving www.directadmin.com... 66.51.122.131
Connecting to www.directadmin.com|66.51.122.131|:443... connected.
Segmentation fault (core dumped)
Error downloading the license file
hercules#

Any help would be greatly appreciated.


(p.s. DirectAdmin is running and accepting connections but when I attempt to login it produces the error 'License has expired')

Thank you,

Eric
BitTraffic
1.520.309.5786
 
Last edited:
I performed the following by the request of a DA support rep;

http://help.directadmin.com/item.php?id=119

Now my new error is;

hercules# sh getLicense.sh **** *****
wget: unrecognized option `--no-check-certificate'
Usage: wget [OPTION]... ... Try `wget --help' for more opti...on are appreciated. Thanks, Eric BitTraffic
 
Amazingly its fixed specifying --prefix=/usr/local instead of /usr !!!!!


Thank you DirectAdmin!
 
then you probably have two wget's on your system... or maybe the script tried to use some programs from some paths and it should have used other paths, maybe the DA path... glad you fixed your problem.
 
Back
Top