error during installtion

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
hi ,

i have the following error during installation, may i know how to fixed it?
 

Attachments

  • directadmin.PNG
    directadmin.PNG
    33.2 KB · Views: 117
Your probably gonna want to install those things its complaining about with yum.

You can install custombuild by doing:

Code:
cd /usr/local/directadmin
wget "http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz"
tar xvzf custombuild.tar.gz
cd custombuild
./build update
./build all d
 
Your probably gonna want to install those things its complaining about with yum.

You can install custombuild by doing:

Code:
cd /usr/local/directadmin
wget "http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz"
tar xvzf custombuild.tar.gz
cd custombuild
./build update
./build all d

Thanks for your reply;...

i have follow your cmd, but it still show out this error...
 

Attachments

  • buildall.PNG
    buildall.PNG
    20.5 KB · Views: 94
See posts #2 and #3.

Your probably gonna want to install those things its complaining about with yum.

gcc and g++ are required to compile apache and php

If you are not going to do what we tell you then we are all wasting our time.
 
Thanks

I have done the installation.

But may i know what is my admin password?

What cmd to create my admin password?
 
At the end of the installation it tells you what the admin password is.
 
Ya, previously it have this , but dont know why i read few times, not found it.

anyway to reset the password?
 
check /var/log/directadmin/install.log

If not type:

passwd admin

and you can set a new one.
 
May i know how to check /var/log/directadmin/install.log?

It have the following error after i type the cmd

[root@server5 ~]# passwd admin
passwd: Unknown user name 'admin'.
[root@server5 ~]#
 
You should reinstall directadmin then I dont think it installed correctly.
 
hi try this:
Code:
yum install gcc cpp gcc-c++ flex make
and reinstall the panel.
good luck
 
yum install gcc gcc-c++ flex automake make ntp lynx nmap mc bison autoconf
 
WOW............... I suggest you just pay the little extra and have it installed by DA.
 
Back
Top