Discussion about CustomBuild

i know i'm a little outdated on the version but what is causing this error?
Failed loading /ea/eaccelerator-0.9.3/modules/eaccelerator.so: /ea/eaccelerator-0.9.3/modules/eaccelerator.so: undefined symbol: empty_string
Failed loading /ea/eaccelerator-0.9.3/modules/eaccelerator.so: /ea/eaccelerator-0.9.3/modules/eaccelerator.so: undefined symbol: empty_string
Failed loading /ea/eaccelerator-0.9.3/modules/eaccelerator.so: /ea/eaccelerator-0.9.3/modules/eaccelerator.so: undefined symbol: empty_string
 
What happened to eaccelerator in custom build? Just came to install on a new server and it's gone?
 
Smtalk,

So what was the conclusion on mod_frontpage. Is it being installed by default with AP 1.x? It sounds like things are pretty stable and I am going to jump on board with a beta machine and give custom build a shot. I want to keep PHP 4 as default on AP 1.x, PHP 5 with php suexec, and keep MySQL 4.18. All on a FreeBSD 6.2 server.

Any suggestions? Will this do the trick?

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

#Possible values - 5.0 or 5.1 (4.1 is possible too, but it's EOL)
mysql=4.1   
mysql_inst=no   

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

#Web applications
phpmyadmin=yes
squirrelmail=yes
roundcube=yes

#Mail options
mail-header-patch=yes
dovecot=yes  
eximconf=yes

#FTP options
proftpd=yes

#Custombuild options
clean=yes

BigWil
 
No, it's not installed by default, but you can run build command to install it :) And options.conf is looking good :) Good luck!
 
Question on your libxslt: Is this compatible with Sablot? Can they work together?
 
Yes, you can use "--with-xslt-sablot" together with "--enable-xslt" (using PHP 4.x).
 
Smtalk,

Not too shabby there buddy. Took me a minute to figure out that I needed to delete my custom/virtual_host.conf files and rewrite the httpds but I now have installed exactly what I wanted. Now I shall just go make the few customizations that I require and I will be a very happy man. I ran into a script that I require that requires PHP5 and it took alot less than I was ready to invest. Good job! 5 Kudos!

BigWil
 
Quick correction. There was one thing I needed to do. doZend didn't run because I needed to open up the build script and change install.sh to install-tty. I then ran ./build zend and installed it for PHP4. One question though. How do I get it to install for PHP5?

BigWil
 
Do you have PHP5 as CGI? If yes, on the install time you need to change the configure path (see CustomBuild FAQ first post). Good luck! :)
 
Code:
[root@servidor custombuild]# ./build mysql
Shutting down MySQL. SUCCESS! 
--15:25:47--  http://files.directadmin.com/services/all/mysql/MySQL-client-4.1.22-0.i386.rpm
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:25:48 ERROR 404: Not Found.

--15:25:48--  http://files.directadmin.com/services/all/mysql/MySQL-devel-4.1.22-0.i386.rpm
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:25:48 ERROR 404: Not Found.

--15:25:48--  http://files.directadmin.com/services/all/mysql/MySQL-server-4.1.22-0.i386.rpm
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:25:49 ERROR 404: Not Found.

--15:25:49--  http://files.directadmin.com/services/all/mysql/MySQL-shared-4.1.22-0.i386.rpm
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:25:49 ERROR 404: Not Found.

*** Cannot find /usr/local/directadmin/custombuild/mysql/MySQL-client-4.1.22-0.i386.rpm. Aborting ***

The RPM´s for MySQL 4.1.22 are not in DA´s webspace.
 
Smtalk,

Any idea as to what could be causing the Frontpage Admin link in DA to not work anymore. I can connect with the software just can't do anything in Frontpage Admin. Probably something missing out of the new httpd.conf or a conflict of some kind.

BigWil
 
BigWil, you should contact DirectAdmin support if the problem exists only in DirectAdmin interface :)
 
After using custombuild an updated our server.
the options.conf we have been using:

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

#Possible values - 5.0 or 5.1 (4.1 is possible too, but it's EOL)
mysql=5.0
mysql_inst=yes

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

#Web applications
phpmyadmin=yes
squirrelmail=yes
roundcube=yes

#Mail options
mail-header-patch=yes
dovecot=no
eximconf=no

#FTP options
proftpd=yes

#Custombuild options
clean=yes


some costumers complaint about that frontpage extensions isn't working.

any idea's how to fix this issue?
 
You can build mod_frontpage using:
Code:
./build frontpage_ext
./build mod_frontpage     #dso depreciated
And, only for apache 1.3. mod_dav is installed by default with Apache 2.x.
 
Ok let me rephrase that. The link is fine and so is the URL that it goes to. Frontpage Admin just isn't working with this build.
 
Back
Top