CustomBuild 1.1.12

smtalk

Administrator
Staff member
Joined
Aug 22, 2006
Messages
10,628
Location
LT, EU
CustomBuild 1.1.12 will be released today. New features:

  • Atmail webmail
  • update_versions and versions includes webmail applications and phpMyAdmin too
  • bolded text can be turned off
  • MySQL backup only lists directories now
  • Jailed shell support
Email notifications about the updates will be available into CustomBuild 1.1.13.

All these features will be implemented into CustomBuild 1.2 too.
 
[root@venom:/usr/local/directadmin/custombuild] ./build atmail
/packages/atmailopen-.tgz: No such file or directory
Can not download /packages/atmailopen-.tgz

Also cannot get ./build cron to do anything but flash the screen.

I use FreeBSD 7.0
 
Fixing. "./build cron" shouldn't work, it's said that it will be available only in 1.1.13.
 
Fixed and included new features to CustomBuild 1.2 too. Files will be uploaded to DirectAdmin servers soon.
 

Attachments

  • build-1.1.txt
    196.1 KB · Views: 353
  • build-1.2.txt
    204.5 KB · Views: 1,002
what i have to do to upgrade my custom built to the lastest version (1.1.12) ?? (sorry the noob question but i start with DA just a moth ago)
 
./build update :)

P.S. chatwizrd, try ./build atmail now :)
 
Seems like there are still some errors in the new build

web:/usr/local/directadmin/custombuild# ./build update_versions

Updating RoundCube webmail.
./build: line 6385: doroundube: command not found

Updating phpMyAdmin.
./build: line 6399: dophpmyadmin: command not found

Updating SquirrelMail webmail.
./build: line 6413: dosquirrelmail: command not found
 
some questions

hello,

i am getting the above errors too. But only on squirrelmail and roundcube.

Could you give some more information on some options?
like the jailed shell, what does it do exactly and for who?
what is the bold=yes option?
And those cron settings, are they to build cron from source or is it just to get an email when there is an update?

thx,
Kiekeboe100
 
The roundcube error can be fixed by replacing doroundube on line 6385 with doroundcube

The phpmyadmin error can be fixed by replacing dophpmyadmin on line 6399 with dophpMyAdmin.
The same for squirrelmail. Replace dosquirrelmail with doSquirrelmail on line 6413.
 
hello,

thanks for the fix :)
i didn't see the typo in roundube, otherwise i would have started looking myself.

Can anyone explain those options I asked about?
 
The roundcube error can be fixed by replacing doroundube on line 6385 with doroundcube

The phpmyadmin error can be fixed by replacing dophpmyadmin on line 6399 with dophpMyAdmin.
The same for squirrelmail. Replace dosquirrelmail with doSquirrelmail on line 6413.

It's fixed and will be uploaded soon.
 
what i have to do to upgrade my custom built to the lastest version (1.1.12) ?? (sorry the noob question but i start with DA just a moth ago)

Code:
cd /usr/local/directadmin/custombuild
./build update
 
which version will have pdo_mysql? thanks

You should ask DA support about it :) It's easy to add it :) Just copy configure.php5 (or configure.php4/6) file from configure to custom directory and add --with-pdo-mysql to it :) Then run "./build php n".
 
Back
Top