* [gentoo-user] Apache / libexpat.so.0 not found / After emerge mod_security
@ 2006-07-14 13:07 Michael Decker
2006-07-14 14:04 ` Uwe Thiem
0 siblings, 1 reply; 3+ messages in thread
From: Michael Decker @ 2006-07-14 13:07 UTC (permalink / raw
To: gentoo-user
Hi!
I followed the desciption http://gentoo-wiki.com/Apache_Modules_mod_security
And after running "emerge -vauD mod_security" I get this error (w/o "-D
SECURITY"):
--- SNIP ---
# /etc/init.d/apache2 start
* Apache2 has detected a syntax error in your configuration files:
/usr/sbin/apache2: error while loading shared libraries: libexpat.so.0:
cannot open shared object file: No such file or directory
--- SNAP ---
How should I fix this?
I've tried with
--- SNIP ---
# emerge dev-libs/expat
--- SNAP ---
But that build no module... THis doesn't help, too:
--- SNIP ---
# emerge --update apache
--- SNAP ---
Thanks a lot!
Here some additional information:
--- SNIP ---
# emerge --info
Portage 2.1.1_pre2-r4 (hardened/x86/2.6, gcc-3.4.6/hardened,
glibc-2.3.6-r4, 2.6.14-rsbac-r1-rsbac i686)
=================================================================
System uname: 2.6.14-rsbac-r1-rsbac i686 Intel(R) Pentium(R) D CPU 3.00GHz
Gentoo Base System version 1.6.13
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.18.1
sys-devel/autoconf: 2.13, 2.60
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler
/etc/gconf /etc/java-config/vms/ /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de
http://files.gentoo.org http://ftp.ntua.gr/pub/linux/gentoo/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="apache2 berkdb bzip2 clamav crypt dlloader doc hardened java ldap
mysql nls pam pic readline ssl tcpd threads userlocales x86 xml xorg
zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux
userland_GNU"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
--- SNAP ---
--
Michael Decker Michael.Decker@tesis.de
TESIS SYSware GmbH http://www.tesis.de
Baierbrunnerstr. 15 * 81379 Muenchen * Tel. +49 89 747377-0
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Apache / libexpat.so.0 not found / After emerge mod_security
2006-07-14 13:07 [gentoo-user] Apache / libexpat.so.0 not found / After emerge mod_security Michael Decker
@ 2006-07-14 14:04 ` Uwe Thiem
2006-07-17 11:34 ` Michael Decker
0 siblings, 1 reply; 3+ messages in thread
From: Uwe Thiem @ 2006-07-14 14:04 UTC (permalink / raw
To: gentoo-user
On 14 July 2006 14:07, Michael Decker wrote:
> Hi!
>
> I followed the desciption
> http://gentoo-wiki.com/Apache_Modules_mod_security
>
> And after running "emerge -vauD mod_security" I get this error (w/o "-D
> SECURITY"):
> --- SNIP ---
> # /etc/init.d/apache2 start
> * Apache2 has detected a syntax error in your configuration files:
> /usr/sbin/apache2: error while loading shared libraries: libexpat.so.0:
> cannot open shared object file: No such file or directory
Something mod_security links to is still linked to libexpat.so.0 while your
system contains a newer version of libexpat.
revdep-rebuild
Uwe
--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Apache / libexpat.so.0 not found / After emerge mod_security
2006-07-14 14:04 ` Uwe Thiem
@ 2006-07-17 11:34 ` Michael Decker
0 siblings, 0 replies; 3+ messages in thread
From: Michael Decker @ 2006-07-17 11:34 UTC (permalink / raw
To: gentoo-user
Thanks a lot...
That was the solution!
# emerge gentoolkit
# revdep-rebuild
Bye,
Michael Decker
-------- Original Message --------
From: Uwe Thiem <uwix@iway.na>
To: gentoo-user@lists.gentoo.org
Subject: Re:[gentoo-user] Apache / libexpat.so.0 not found / After
emerge mod_security
Date: Fri Jul 14 2006 16:04:55 GMT+0200
> On 14 July 2006 14:07, Michael Decker wrote:
>> Hi!
>>
>> I followed the desciption
>> http://gentoo-wiki.com/Apache_Modules_mod_security
>>
>> And after running "emerge -vauD mod_security" I get this error (w/o "-D
>> SECURITY"):
>> --- SNIP ---
>> # /etc/init.d/apache2 start
>> * Apache2 has detected a syntax error in your configuration files:
>> /usr/sbin/apache2: error while loading shared libraries: libexpat.so.0:
>> cannot open shared object file: No such file or directory
>
> Something mod_security links to is still linked to libexpat.so.0 while your
> system contains a newer version of libexpat.
>
> revdep-rebuild
>
> Uwe
>
--
Michael Decker Michael.Decker@tesis.de
TESIS SYSware GmbH http://www.tesis.de
Baierbrunnerstr. 15 * 81379 Muenchen * Tel. +49 89 747377-0
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-17 11:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-14 13:07 [gentoo-user] Apache / libexpat.so.0 not found / After emerge mod_security Michael Decker
2006-07-14 14:04 ` Uwe Thiem
2006-07-17 11:34 ` Michael Decker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox