yum update is ok.
Install error:
Install error:
Code:
18:02:22 (25.8 KB/s) - `/usr/local/directadmin/update.tar.gz' saved [3384055/3384055]
Cannot find /etc/sysconfig/rhn/up2date... up2date may break things.
*** gcc is required for compiling, please install gcc (yum install gcc)***
*** g++ is required for compiling, please install g++ (yum install gcc-c++)***
*** You have /var partition. The databases, emails and logs will use this partition. *MAKE SURE* its adequately large (6 gig or larger)
Press ctrl-c in the next 3 seconds if you need to stop
Installation didn't pass, halting install.
*******************************************
*******************************************
Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d
This appears to be a 64-bit system.
a common cause of http/php compile failures is mentioned here:
http://help.directadmin.com/item.php?id=213
If this applies to you, then type:
ln -sf /usr/lib64/libexpat.so /usr/lib/libexpat.so
ln -sf /usr/lib64/libm.so /usr/lib/libm.so
ln -sf /usr/lib64/libssl.so /usr/lib/libssl.so
cd /usr/local/directadmin/custombuild
./build all d
*******************************************
*******************************************
Code:
[root@localhost scripts]# cd /usr/local/directadmin/custombuild
[root@localhost custombuild]# ./build all d
File already exists: pcre-7.9.tar.gz
MD5 Checksum on pcre-7.9.tar.gz passed.
Found /usr/local/directadmin/custombuild/pcre-7.9.tar.gz
Extracting ...
Done.
Configuring pcre-7.9...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/usr/local/directadmin/custombuild/pcre-7.9':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Done. Making pcre-7.9...
Trying to make PCRE...
make: *** No targets specified and no makefile found. Stop.
[root@localhost custombuild]#