realy lose after custombuild

bjp

Verified User
Joined
Mar 9, 2008
Messages
13
Hello
Sorry for my english

I juste made custombuild from apache 1.3 to apache 2.2 and mysql 5, php 5 as explain here http://directadmin.com/forum/showpost.php?p=104525&postcount=1

Everything seems to be ok, but I am lose and and dont konw where are php.ini for php5, my.cnf and the new httpd.conf for apache 2.2

Before, it was there
/usr/local/lib/php.ini
/etc/my.cnf
/etc/httpd/conf/httpd.conf

I also have a probleme. In
/usr/local/directadmin/custombuild/options.conf
mysql=5.0

but direct admin panel tell me that MySQL 4.1.10 is Running


#PHP settings. default_php possible values - 4 or 5
default_php=5
php4_cli=no
php4_cgi=no
php5_cli=yes
php5_cgi=no
zend=no

#Possible values - 4.1, 5.0 or 5.1
mysql=5.0
mysql_inst=no
mysql_backup=no

#Possible values - 1.3, 2.0 or 2.2
apache_ver=2.2

If i can have some hekp
thank you

http://www.bts-muc.com/php.php
 
Your server can tell you where files are located:
Code:
# find / -name php.ini
# find / -name my.cnf
# find / -name httpd.conf
Jeff
 
Hello
I tried but it doesnt find mysql 5
I am on desbian 4


da8237:~# cd /usr/local/directadmin
da8237:/usr/local/directadmin# cd custombuild

da8237:/usr/local/directadmin/custombuild# ./build update_data
File already exists: httpd-2.2.8.tar.gz
MD5 Checksum on httpd-2.2.8.tar.gz passed.
File already exists: httpd_2
File already exists: httpd_2_freebsd
File already exists: httpd_2_debian
File already exists: mime.types
File already exists: mod_perl-2.0.4.tar.gz
MD5 Checksum on mod_perl-2.0.4.tar.gz passed.
File already exists: curl-7.18.1.tar.gz
MD5 Checksum on curl-7.18.1.tar.gz passed.
File already exists: pcre-7.7.tar.gz
MD5 Checksum on pcre-7.7.tar.gz passed.
File already exists: libmcrypt-2.5.8.tar.gz
MD5 Checksum on libmcrypt-2.5.8.tar.gz passed.
File already exists: mhash-0.9.9.tar.gz
MD5 Checksum on mhash-0.9.9.tar.gz passed.
File already exists: freetype-2.3.5.tar.gz
MD5 Checksum on freetype-2.3.5.tar.gz passed.
File already exists: libiconv-1.12.tar.gz
MD5 Checksum on libiconv-1.12.tar.gz passed.
File already exists: libxml2-2.6.32.tar.gz
MD5 Checksum on libxml2-2.6.32.tar.gz passed.
File already exists: libxslt-1.1.23.tar.gz
MD5 Checksum on libxslt-1.1.23.tar.gz passed.
File already exists: icu4c-3_8_1-src.tgz
MD5 Checksum on icu4c-3_8_1-src.tgz passed.
File already exists: php-5.2.6.tar.gz
MD5 Checksum on php-5.2.6.tar.gz passed.
File already exists: php-5.2.6-mail-header.patch
MD5 Checksum on php-5.2.6-mail-header.patch passed.
File already exists: webalizer-2.01-10-src.tgz
File already exists: proftpd-1.3.1.tar.gz
MD5 Checksum on proftpd-1.3.1.tar.gz passed.
File already exists: suphp-0.6.3.tar.gz
MD5 Checksum on suphp-0.6.3.tar.gz passed.
File already exists: dovecot-1.0.13.tar.gz
MD5 Checksum on dovecot-1.0.13.tar.gz passed.
File already exists: dovecot.boot
File already exists: dovecot.boot.freebsd
File already exists: dovecot.boot.debian
File already exists: dovecot.conf
File already exists: exim.conf.dovecot.patch
File already exists: autoconf-2.61.tar.gz
MD5 Checksum on autoconf-2.61.tar.gz passed.
File already exists: automake-1.10.1.tar.gz
MD5 Checksum on automake-1.10.1.tar.gz passed.
File already exists: libtool-2.2.4.tar.gz
MD5 Checksum on libtool-2.2.4.tar.gz passed.

da8237:/usr/local/directadmin/custombuild# ./build options
Apache: 2.2.8
Dovecot: 1.0.13
exim.conf update: no
MySQL: no
MySQL backup: no
PHP: 5.2.6 as CLI with mail() header patch
phpMyAdmin: 2.11.6-all-languages
ProFTPD: 1.3.1
RoundCube webmail: 0.1.1
Run "clean" every time: yes
SquirrelMail: 1.4.13
UebiMiau: no
Zend Optimizer: no

da8237:/usr/local/directadmin/custombuild# ./build mysql
You can not install MySQL, because you do not have it set in options.conf file.

da8237:/usr/local/directadmin/custombuild# mysql_inst=yes
da8237:/usr/local/directadmin/custombuild#
 
Back
Top