INSTALL DIRECTADMIN ERROR

lrdmafia

Verified User
Joined
Jun 30, 2020
Messages
48
HELLO,
I installed directadmin on a new server
and I get this error :

Restarting apache.
Downloading bubblewrap-0.6.2.tar.xz...
################################################################################################################################################################# 100.0%################################################################################################################################################################# 100.0%
Downloaded file /usr/local/directadmin/custombuild/bubblewrap-0.6.2.tar.xz does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
################################################################################################################################################################# 100.0%
tar (child): bubblewrap-0.6.2.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
./build: line 24525: cd: bubblewrap-0.6.2: No such file or directory
./build: line 24530: ./configure: Is a directory
Trying to make bubblewrap
make: *** No targets specified and no makefile found. Stop.
 
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
################################################################################################################################################################# 100.0%
grep: jailshell-0.6: No such file or directory
/usr/bin/jailshell has been installed.
Downloading mysql/centos8-64.txt...
################################################################################################################################################################# 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/centos8-64.txt does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
################################################################################################################################################################# 100.0%
grep: mysql/centos8-64.txt: No such file or directory
Downloading mysql/centos8-64.txt...
################################################################################################################################################################# 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/centos8-64.txt does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
################################################################################################################################################################# 100.0%

Too many failed attempts with files1.directadmin.com. Will try a different server.
We'll temporarily try using 69.162.69.58 instead
 
[root@vhost custombuild]# ./build mysql
Downloading mysql/centos8-64.txt...
################################################################################################################################################################# 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/centos8-64.txt does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
################################################################################################################################################################# 100.0%
grep: mysql/centos8-64.txt: No such file or directory
Downloading mysql/centos8-64.txt...
################################################################################################################################################################# 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/centos8-64.txt does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
################################################################################################################################################################# 100.0%
./build: line 11336: [: too many arguments
./build: line 11341: [: too many arguments
./build: line 11344: [: too many arguments
./build: line 11347: [: too many arguments
./build: line 11350: [: too many arguments
./build: line 11375: [: too many arguments
*** Cannot find /usr/local/directadmin/custombuild/mysql/mysql/centos8-64.txt. Aborting ***
 
It’s been fixed. Try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build all
 
still an error at our side when using all default options :

Code:
/usr/bin/jailshell has been installed.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.cu.be
 * epel: mirror.nl.leaseweb.net
 * extras: centos.cu.be
 * updates: centos.cu.be
No package rpcgen available.
Error: Nothing to do
Attempting to compile a package from source...
Extracting mariadb-10.6.8.tar.gz ...
./build: line 9606: cmake: command not found
Done. Making mariadb-10.6.8...
Trying to make mariadb-10.6.8...
./build: line 9613: cmake: command not found

Also tested with "mysql_force_compile no" and then it went trough.
 
still an error at our side when using all default options :

Code:
/usr/bin/jailshell has been installed.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.cu.be
 * epel: mirror.nl.leaseweb.net
 * extras: centos.cu.be
 * updates: centos.cu.be
No package rpcgen available.
Error: Nothing to do
Attempting to compile a package from source...
Extracting mariadb-10.6.8.tar.gz ...
./build: line 9606: cmake: command not found
Done. Making mariadb-10.6.8...
Trying to make mariadb-10.6.8...
./build: line 9613: cmake: command not found

Also tested with "mysql_force_compile no" and then it went trough.
Which OS is it?
 
Back
Top