problem after new custombuild update

husbrain

Verified User
Joined
Jun 23, 2008
Messages
8
Hi,

after update of new custombuild i got problem with httpd. i tried almost every tip from this forum but nothing helped.

i tried this: /usr/local/directadmin/custombuild# ./build rewrite_confs and got this alert:

Starting httpd: httpd: Syntax error on line 50 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/mod_ruid2.so into server: /usr/lib/apache/mod_ruid2.so: cannot open shared object file: No such file or directory

could someone help?
 
Have you followed the FAQ to upgrade? Please do: "./build apache; ./build php n" before doing "./build rewrite_confs" on CB 2.0 upgrade time. Don't forget to run pre-installation commands (URL is also mentioned in FAQ), as mod_ruid2 requires libcap-devel to be insatlled.
 
hi,

i tried some things from your FAQ but nothing helped. could you help me? i will pay for your work.
 
Code:
./build update
./build apache
./build php d
./build rewrite_confs


*********
after ./build apache

i got this:
MD5 Checksum on httpd_2_debian passed.
Cannot find libcap.so. Please install libcap
apt-get install libcap-dev


*********
after ./build php d

i got this:
configure: error: in `/usr/local/directadmin/custombuild/icu/source':
configure: error: C compiler cannot create executables
See `config.log' for more details
Done. Making icu-4_8_1_1...
Trying to make icu...
make: *** No targets specified and no makefile found. Stop.

**********
after ./build rewrite_confs

i got this:
perl: warning: Falling back to the standard locale ("C").
Restarting apache.
Stopping httpd:
Starting httpd: httpd: Syntax error on line 50 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/mod_ruid2.so into server: /usr/lib/apache/mod_ruid2.so: cannot open shared object file: No such file or directory


Server OS is debian.
 
Code:
export PATH="/usr/bin:/bin:$PATH"
apt-get install libcap-dev
./build update
./build apache
./build php d
./build rewrite_confs
 
after apt-get install libcap-dev

i got this:

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
binutils: Depends: libc6 (>= 2.11) but 2.7-18lenny6 is to be installed
Depends: libstdc++6 (>= 4.6) but 4.3.2-1.1 is to be installed
cpp-4.7: Depends: libc6 (>= 2.11) but 2.7-18lenny6 is to be installed
gcc-4.7: Depends: libc6 (>= 2.11) but 2.7-18lenny6 is to be installed
libc-bin: Breaks: libc6 (< 2.10) but 2.7-18lenny6 is to be installed
libc-dev-bin: Depends: libc6 (> 2.13) but 2.7-18lenny6 is to be installed
Recommends: manpages-dev but it is not going to be installed
libc6-dev: Depends: libc6 (= 2.13-38+deb7u2) but 2.7-18lenny6 is to be installed
libquadmath0: Depends: libc6 (>= 2.10) but 2.7-18lenny6 is to be installed
locales: Depends: glibc-2.13-1 but it is not installable
nscd: Depends: libc6 (> 2.13) but 2.7-18lenny6 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
/usr/local/directadmin/custombuild#
 
Back
Top