install DA problem

franky

Verified User
Joined
Mar 11, 2010
Messages
17
(1)yum install gcc gcc-c++ bind-chroot flex
(2)wget http;//www.directadmin.com/setup.sh
(3)chmod 755 setup.sh
(4)./setup.sh
problem is :
make[3]: *** [tables/apr_tables.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.16/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.16/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.16/srclib'
make: *** [all-recursive] Error 1
:confused:
Please give to help ~ I tried. / Build all d. / Build php n yum install update-y can not solve this problem
 
hi.try:
Code:
yum install cpp gcc-c++
then:
Code:
rm -rf /usr/local/directadmin
wget -O setup.sh http;//www.directadmin.com/setup.sh
sh  setup.sh
 
Misunderstanding on Multi Server

1 have 3 direct admin server

Server A (v1.35.1) - held NO DNS records
Server B (v1.35.1) - held some DNS records
Server C (v1.36) - held some DNS records


I would like to set up Multi Server for all of them

I'm confuse about the setting direction.
In the "List of External Servers", does it mean, auto transfer new DNS records from local to those remote servers on the list? or vice versa?

As i'm not sure, i did all of them.

I've try:
Server C > Server A : test connection OK
Server C > Server B : test connection OK

Server A > Server C : test connection OK
Server A > Server B : test connection OK

Server B > Server C : test connection OK
Server B > Server A : test Unable to get api result. Check your configuration options. <<<<< PROBLEM


There're now:
Server C's DNS record on Server A : Local Data = No
Server C's DNS record on Server B : Local Data = No
Server C's DNS record on Server C : Local Data = Yes

Server B's DNS record NOT on Server A <<<<< PROBLEM
Server B's DNS record on Server B : Local Data = Yes
Server B's DNS record on Server C : Local Data = No

Server A has only Server C's record


I know it's complicated ...
Please give some help

Thx
 
You need to run command

Code:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue

in SSH (on every of three servers) in order to sync DNS records between newly created Multiserver (DNS) Cluster.
 
If you have a new question you need to make a new thread not just keep posting questions on a single thread that has nothing to do with the topic or original question.
 
I install these packages before executing the DirectAdmin setup script:

Code:
yum install autoconf automake bison bzip2 cyrus-sasl-devel db4-devel e2fsprogs-devel flex ftp gcc gcc-c++ gpg ImageMagick iptables jwhois krb5-devel less libaio libaio-devel libcap-devel libc-client libc-client-devel libc-client-devel.x86_64 libdbi-devel libdbi-drivers libstdc++ lynx mailx make mc mlocate nano nmap ntp openssh openssl openssl-devel p7zip perl perl-libwww-perl quota ruby system-config-date system-config-network-tui system-config-securitylevel-tui telnet unzip vim-minimal wget which xinetd yum-utils zip
 
Back
Top