Hello All,
I am suffering from CustomBuild. I have wasted all day on it.
I DONT want MariaDB.
I get clean CentOS 7. I then remove MariaDB and install MySQL.
I check MySQL by typing # mysql
After that I create the file options.conf using this command
I pasted my options
Still when I start install ./setup.sh It removes my MYSQL installed with so much hard work and installs MariaDB.
Why cant i have a clean install working with customBuild....?
Why this post is not correct
See the custom build going for MariaDB ignoring my options.conf
Please help. I am very frustrated.
I am suffering from CustomBuild. I have wasted all day on it.
I DONT want MariaDB.
I get clean CentOS 7. I then remove MariaDB and install MySQL.
I check MySQL by typing # mysql
After that I create the file options.conf using this command
Code:
# mkdir -p /usr/local/directadmin/custombuild/; nano /usr/local/directadmin/custombuild/options.conf
I pasted my options
Code:
#PHP Settings
php1_release=7.0
php1_mode=php-fpm
php2_release=5.6
php2_mode=php-fpm
opcache=no
htscanner=no
php_ini=no
php_timezone=Europe/London
php_ini_type=production
ioncube=yes
zend=no
suhosin=yes
x_mail_header=yes
#MySQL Settings
mysql=5.6
mysql_inst=mysql
mysql_backup=yes
mysql_backup_gzip=no
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no
#WEB Server Settings
webserver=nginx
litespeed_serialno=trial
modsecurity=no
modsecurity_ruleset=comodo
apache_ver=2.4
apache_mpm=auto
mod_ruid2=no
userdir_access=yes
harden_symlinks_patch=yes
use_hostname_for_alias=no
redirect_host=host1.pearlwebhost.com
redirect_host_https=no
#WEB Applications Settings
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=no
roundcube=no
webapps_inbox_prefix=no
#ClamAV-related Settings
clamav=no
clamav_exim=yes
modsecurity_uploadscan=no
proftpd_uploadscan=no
pureftpd_uploadscan=no
suhosin_php_uploadscan=no
#Mail Settings
exim=yes
eximconf=no
eximconf_release=4.4
blockcracking=no
easy_spam_fighter=no
spamassassin=no
sa_update=daily
dovecot=yes
dovecot_conf=yes
pigeonhole=no
#FTP Settings
ftpd=proftpd
#Statistics Settings
awstats=no
webalizer=no
#CustomBuild Settings
custombuild=2.0
autover=no
bold=yes
clean=yes
cleanapache=yes
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files18.directadmin.com
#Cronjob Settings
cron=no
cron_frequency=weekly
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes
#CloudLinux Settings
cloudlinux=no
cloudlinux_beta=no
cagefs=no
#Advanced Settings
autoconf=yes
automake=yes
libtool=yes
curl=yes
new_pcre=no
Still when I start install ./setup.sh It removes my MYSQL installed with so much hard work and installs MariaDB.
Why cant i have a clean install working with customBuild....?
Why this post is not correct
http://forum.directadmin.com/showthread.php?t=39339&p=197041#post197041There are a few hidden trick you can use.
If you plan on using custombuild, you can create the file:
/usr/local/directadmin/custombuild/options.conf
before calling the setup.sh.
See the custom build going for MariaDB ignoring my options.conf
Code:
mysql_inst=mysql is set in the options.conf, but MariaDB is currently installed
If you wish to use MySQL, please remove MariaDB and install MySQL before setting CustomBuild to manage it.
*******************************************
*******************************************
Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d
Please help. I am very frustrated.
Last edited: