From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NL3pS-0003gO-Iq for garchives@archives.gentoo.org; Thu, 17 Dec 2009 00:02:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA1F5E0A7E for ; Thu, 17 Dec 2009 00:02:49 +0000 (UTC) Received: from hurricane.crimebucket.com (hurricane.crimebucket.com [76.74.152.104]) by pigeon.gentoo.org (Postfix) with ESMTP id 381C7E0792 for ; Wed, 16 Dec 2009 22:08:39 +0000 (UTC) Received: from [192.168.1.3] (c-67-170-12-45.hsd1.wa.comcast.net [67.170.12.45]) by hurricane.crimebucket.com (Postfix) with ESMTPSA id 5078A317F0D for ; Wed, 16 Dec 2009 14:04:02 -0800 (PST) Message-ID: <4B295A60.3080809@crimebucket.com> Date: Wed, 16 Dec 2009 14:08:32 -0800 From: Keith Jackson User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] Re: apache2, libphp5.so and libedit.so References: <4B295926.7050805@crimebucket.com> In-Reply-To: <4B295926.7050805@crimebucket.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 8724c3d8-b9fa-4396-95fe-2f15e10a12a1 X-Archives-Hash: 60fb880af1f58494edb9f07ff9f0d60c Ok, totally naive abut linking and libraries and such here, but looking at libedit.so it's actually a text file script redirect of some sort. apache seems to load, but syntax checking of the conf file does a file header check on the library, which fails. A new strict behavior of apache when syntax checking or something? Keith Jackson wrote: > Any idea why this might have happened? > > > hurricane modules.d # /etc/init.d/apache2 restart > * apache2 has detected a syntax error in your configuration files: > apache2: Syntax error on line 148 of /etc/apache2/httpd.conf: Syntax > error on line 4 of /etc/apache2/modules.d/70_mod_php5.conf: Cannot > load /usr/lib64/apache2/modules/libphp5.so into server: > /usr/lib64/libedit.so: invalid ELF header > >