PHP 5.5 + mod_ruid2 FAILED

mohs3n

Verified User
Joined
Jun 28, 2013
Messages
9
Hi,

Im new to DA and just got my trial license so bear with me.
OS: Debian 6 x64

CB 2
options.conf :
Code:
#PHP settings.
#Default version of PHP is always php1_release. Possible values for php1/php2_release: 5.3, 5.4, 5.5, no. php1/php2_mode: mod_php, fastcgi, php-fpm or suphp)
php1_release=5.5
php2_release=no
php1_mode=mod_php
php2_mode=suphp
php_ini=yes
php_timezone=IRDT
#Possible values - production or development
php_ini_type=production
ioncube=no
zend=no

#HTTP server. Possible values: apache, nginx
webserver=apache

#Apache settings
#Possible value: 2.4
apache_ver=2.4
mod_ruid2=yes
secure_htaccess=no
harden-symlinks-patch=yes
use_hostname_for_alias=no
redirect_host=lx02.network-tools.ws
redirect_host_https=no

#Possible values - 5.1, 5.5, 5.6
mysql=5.6
mysql_inst=no
mysql_backup=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups

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

#Mail options
exim=yes
eximconf=yes
clamav=no
spamassassin=yes
dovecot=yes
pigeonhole=no

#Statistics
awstats=no
webalizer=yes

#FTP options - possible values: proftpd, pureftpd
ftpd=pureftpd

#Jailed shell
jail=no

#Autoconf/automake/libtool options
autoconf=yes
automake=yes
libtool=yes
curl=yes

#new version of zlib and libxml2 (experts only)
zlib=yes
new_zlib=yes
new_xml2=yes
new_pcre=yes

#Custombuild options
custombuild=2.0
autover=no
bold=yes
clean=yes
cleanapache=no
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files.directadmin.com

#Cron settings
cron=no
cron_frequency=daily
[email protected]
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=yes

#Cloudlinux settings
cloudlinux=no
cagefs=no
old_apr_util=no


When i run './build all' i get the below error :

Error:
Code:
cd support && make suexec
make[2]: Entering directory `/usr/local/directadmin/custombuild/httpd-2.4.4/support'
make[2]: `suexec' is up to date.
make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.4.4/support'
Installing configuration files
[PRESERVING EXISTING HTDOCS SUBDIR: /var/www/htdocs]
[PRESERVING EXISTING ERROR SUBDIR: /var/www/error]
[PRESERVING EXISTING ICONS SUBDIR: /var/www/icons]
[PRESERVING EXISTING CGI SUBDIR: /var/www/cgi-bin]
Installing header files
Installing build system files
Installing man pages and online manual
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.4.4'
Restoring certificate and key, and turning on httpd for DirectAdmins's check.
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'K01directadmin' missing LSB tags and overrides
insserv: warning: script 'K01mysqld' missing LSB tags and overrides
insserv: warning: script 'K01da-popb4smtp' missing LSB tags and overrides
insserv: warning: script 'mysqld' missing LSB tags and overrides
insserv: warning: script 'da-popb4smtp' missing LSB tags and overrides
insserv: warning: script 'directadmin' missing LSB tags and overrides
File already exists:	mod_ruid2-0.9.8.tar.bz2
MD5 Checksum on mod_ruid2-0.9.8.tar.bz2 passed.
Found /usr/local/directadmin/custombuild/mod_ruid2-0.9.8.tar.bz2
Extracting /usr/local/directadmin/custombuild/mod_ruid2-0.9.8.tar.bz2...
Installing mod_ruid2-0.9.8...
gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -DNO_DBM_REWRITEMAP -DMOD_SSL=208131 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../lib/expat-lite -fpic -DSHARED_MODULE -I/usr/include/apache  -c mod_ruid2.c
gcc -shared -o mod_ruid2.so mod_ruid2.o -lcap 
apxs:Error: Sorry, cannot determine bootstrap symbol name.
apxs:Error: Please specify one with option `-n'.

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

Does anyone have a solution for this?
 
Back
Top