Error of upgrade to apache 2.2.15

freed1985

New member
Joined
Apr 7, 2010
Messages
3
When I upgrade my apache to 2.2.15 with custombuild 1.1
My apache can`t start now.

There was no error report.
Only like this:
Code:
[root@anqun217 httpd]# service httpd start
Starting httpd: 
[root@anqun217 httpd]#

When I look at the error_log in /var/log/httpd.
It has the information below:
Code:
[Wed Apr 07 21:34:02 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Apr 07 21:34:03 2010] [warn] RSA server certificate CommonName (CN) `www.snakeoil.dom' does NOT match server name!?
[Wed Apr 07 21:34:03 2010] [warn] RSA server certificate CommonName (CN) `www.snakeoil.dom' does NOT match server name!?
[Wed Apr 07 21:34:03 2010] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Apr 07 21:34:03 2010] [emerg] (28)No space left on device: Couldn't create accept lock (/var/log/httpd/accept.lock.23705) (5)

Who can help me!
 
Now is fixed

When I run ipcs -s there was too many thing in it.

Then I use ipcrm -s <semid> to remove same.

The httpd is running now .

Thank you.
:)
 
diffrent problem

Hi,

when i upgrade apache to 2.2.15 i get this error:

Code:
Making all in support
make[1]: Entering directory `/usr/local/directadmin/custombuild/httpd-2.2.15/support'
make[2]: Entering directory `/usr/local/directadmin/custombuild/httpd-2.2.15/support'
/usr/local/directadmin/custombuild/httpd-2.2.15/srclib/apr/libtool --silent --mode=link gcc -g -O2 -pthread -I/usr/local/include     -L/usr/local/lib -L/usr/lib   -o htpasswd  htpasswd.lo   -lm -L/usr/local/lib -lpcre /usr/local/directadmin/custombuild/httpd-2.2.15/srclib/apr-util/libaprutil-1.la -lexpat -liconv /usr/local/directadmin/custombuild/httpd-2.2.15/srclib/apr/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl
/usr/lib/libexpat.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[2]: *** [htpasswd] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.15/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/httpd-2.2.15/support'
make: *** [all-recursive] Error 1

Anyone can help?

Thank you :)
 
Back
Top