You are not logged in.
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
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
Solved
Added
127.0.0.1 localhost.localdomain dragonheart
in /etc/hosts
My portal: www.reboots.net - Developer of ZippHO: www.zippho.org
Offline
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
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
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
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