suphp problem

seachen

Verified User
Joined
Feb 3, 2007
Messages
491
i follow http://help.directadmin.com/item.php?id=197

it show this.

[root@localhost ~]# ./build set php5_cgi yes
-bash: ./build: No such file or directory
[root@localhost ~]# ./build set php5_cli no
-bash: ./build: No such file or directory
[root@localhost ~]# ./build all d
-bash: ./build: No such file or directory
[root@localhost ~]# ./build rewrite_confs
-bash: ./build: No such file or directory
 
[root@localhost ~]# cd /usr/local/directadmin/custombuild
-bash: cd: /usr/local/directadmin/custombuild: No such file or directory
[root@localhost ~]#

got this error.
 
[root@localhost ~]# ls -s /usr/local/directadmin
total 18756
8 conf 232 da-popb4smtp 6424 dataskq 8 scripts
8 customapache 8 data 6404 directadmin 5664 update.tar.gz
[root@localhost ~]#

like this...........
 
Ok, you still using customapache.

That setup is not applicable.

For update to custombuild keep in mind that php 4 is no more supported.

The steps for install custombuild are those:

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

Now, before procede with installations and updates you MUST edit options.conf with your needs (ex. php 5.2 5.3 6, apache 1.3 2.0 2.2 mysql 5.0 5.1 5.5 and other).

Once done those settings do
Code:
./build update
./build versions

This will show you the avaible updates for you software, at this point you can use those build command you was trying to use and also update avaible software.

Hope is ok my explanation, if you need someone to do that, im avaible for some dollars, otherwise other people on this forum can be hired for those skills, example jlasman zeiter and smtalk.

Regards
 
Back
Top