You are not logged in.

#1 2006-06-23 21:41:19

leviathan
Member
Registered: 2005-11-04
Posts: 26

apache problem after upgrade

I have this error:

[root@dragonheart leviathan]# /usr/sbin/apachectl start
httpd: apr_sockaddr_info_get() failed for dragonheart
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

[root@dragonheart leviathan]# /etc/rc.d/httpd start
:: Starting HTTP Daemon                                                  [FAIL]
[root@dragonheart leviathan]#


My portal: www.reboots.net - Developer of ZippHO: www.zippho.org

Offline

#2 2006-06-23 22:17:49

alexpnx
Member
From: Nicosia, Cyprus
Registered: 2006-06-10
Posts: 47

Re: apache problem after upgrade

I have another error after upgrading:

httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory

Offline

#3 2006-06-23 22:32:46

leviathan
Member
Registered: 2005-11-04
Posts: 26

Re: apache problem after upgrade

Solved

Added

127.0.0.1               localhost.localdomain   dragonheart

in /etc/hosts


My portal: www.reboots.net - Developer of ZippHO: www.zippho.org

Offline

#4 2006-06-23 23:11:40

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: apache problem after upgrade

alexpnx wrote:

I have another error after upgrading:

httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory

Do a

# pacman -S apr apr-util

to fix it. I had a similar problem. I think it's due to an old pacman bug.

Offline

#5 2006-06-23 23:29:59

Theoden
Member
Registered: 2005-03-03
Posts: 240

Re: apache problem after upgrade

Snowman wrote:
alexpnx wrote:

I have another error after upgrading:

httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory

Do a

# pacman -S apr apr-util

to fix it. I had a similar problem. I think it's due to an old pacman bug.

Sadly for me - that didn't resolve it here - now I get can't find mod_access.so errors.

--Theoden   8)


"If builders built buildings the way programmers write programs,
the first woodpecker that came along would destroy civilization."

Offline

#6 2006-06-24 00:31:15

Theoden
Member
Registered: 2005-03-03
Posts: 240

Re: apache problem after upgrade

Update from here - adding apr and apr-util DOES fix the problem - but you MUST replace your /etc/httpd/conf/httpd.conf file with the newer /etc/httpd/conf/httpd.conf.pacnew file for things to work correctly.

--Theoden   8)


"If builders built buildings the way programmers write programs,
the first woodpecker that came along would destroy civilization."

Offline

#7 2006-06-24 13:17:38

alexpnx
Member
From: Nicosia, Cyprus
Registered: 2006-06-10
Posts: 47

Re: apache problem after upgrade

Theoden wrote:

Update from here - adding apr and apr-util DOES fix the problem - but you MUST replace your /etc/httpd/conf/httpd.conf file with the newer /etc/httpd/conf/httpd.conf.pacnew file for things to work correctly.

--Theoden   8)

Thanx, that fixed it for me

Offline

Board footer

Powered by FluxBB