custombuild 2.0

firejake

Verified User
Joined
May 4, 2011
Messages
56
Hi!

Fix please:)

Code:
[root@server custombuild]# ./build mod_ruid2
File already exists:    mod_ruid2-0.9.4.tar.bz2
MD5 Checksum on mod_ruid2-0.9.4.tar.bz2 passed.
Found /usr/local/directadmin/custombuild/mod_ruid2-0.9.4.tar.bz2
Extracting /usr/local/directadmin/custombuild/mod_ruid2-0.9.4.tar.bz2...
Installing mod_ruid2-0.9.4...
./build: line 3721: /usr/sbin/apxs: No such file or directory

*** There was an error while trying to install mod_ruid2-0.9.4.

[root@server custombuild]# which apxs
/usr/bin/apxs
[root@server custombuild]# vi build ++3721
[root@server custombuild]# uname -a
Linux server.*.net 2.6.32-220.7.1.el6.x86_64 #1 SMP Wed Mar 7 00:52:02 GMT 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@server custombuild]# cat /etc/redhat-release
CentOS release 6.2 (Final)
Custombuild 2.0 find apxs at path /usr/sbin/, not in /usr/bin/ ;)
 
Cause ive notice that for example in CentOS 6 dont know why apxs is in /usr/sbin...

Maybe a check for which one exist before could fix this issue.

But.. afaik.. custombuild 2.0 is still beta...

Regards
 
Cause ive notice that for example in CentOS 6 dont know why apxs is in /usr/sbin...

Maybe a check for which one exist before could fix this issue.

But.. afaik.. custombuild 2.0 is still beta...

Regards

Not beta, but alpha, and we will not support any posts of that alpha version, because we have almost finished a completely different product, which will be named CB 2.0.
 
Not beta, but alpha, and we will not support any posts of that alpha version, because we have almost finished a completely different product, which will be named CB 2.0.
Could you please write some details and info when it will be available?
 
Do you get any errors? Why you think it does not work? :) I need further info to fix it. Thank you for the report.
 
[root@server custombuild]#./build rewrite_confs
"no" not allowed in expression at -e line 1, near "print "
syntax error at -e line 1, near "print no "
Execution of -e aborted due to compilation errors.
Using **.**.**.** for your server IP
./build: line 7174: /etc/init.d/php-fpm54: No such file or directory
error reading information on service php-fpm54: No such file or directory
 
Last edited:
Try "./build update" probably you are using an old version. I was not able to reproduce your problem. If the problem still persists, please PM me the login details of your server or post the content of the options.conf file. Thank you.

Update: I think we found the problem :) We are fixing it now.
 
Last edited:
The specified problem is now fixed and updated CB files are uploaded to DirectAdmin servers. Thank you for the report.
 
It's finished :) BETA release should be available next week, main improvements:
* Dropped PHP 4.4, 5.2 support
* Dropped Apache 1.3, 2.0, 2.2 support
* Dropped MySQL 4.1 support
* Dropped suPHP support.
* Dropped UebiMiau and Atmail Open webmail support.
* Ability to install PHP 5.3 + 5.4 together
* Major change: PHP-FPM support was added (replacing suPHP), it's the default mode of PHP, new paths to PHP binaries/configs (/usr/local/php53(54))
* Major change: mod_ruid2 support was added
* Major change: event MPM is now used instead of the prefork one, if PHP-FPM is running
* Major change: new way of PHP exension installations (using php.conf.d, not the main php.ini), ability to include many new extensions to the future versions of CB
* Major change: mysqlnd (MySQL native driver) is used for MySQL, pdo-MySQL and MySQLi in php configuration.
* Added --with-xsl, --enable-soap to PHP configuration files
* php1_mode/php2_mode + php1_release/php2_release options.conf settings. php1_release is the main version of PHP, php2 is the additional one.​
 
Last edited:
It will be beta stable enough to run on production server? How to migrate? Just download new custombuild and build all?

BTW: Is any chance to add to custombuild/DA option to set custom path for subdomain? ie. ability to set below-> /home/{account}/domains/{mydomain.com}/{custom_folder} not directly on main domain public_html path.
 
Last edited:
It will be beta stable enough to run on production server? How to migrate? Just download new custombuild and build all?

BTW: Is any chance to add to custombuild/DA option to set custom path for subdomain? ie. ability to set below-> /home/{account}/domains/{mydomain.com}/{custom_folder} not directly on main domain public_html path.

Yes, beta should be pretty stable. http://help.directadmin.com/item.php?id=199 has nothing to do with CustomBuild, but you can place a feature request here: http://www.directadmin.com/forum/forumdisplay.php?f=8.
 
Thank you for the answer. Can you write how to migrate to new custombuild on the working server?
 
Back
Top