[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache2 config errors on previously good setup



Chris Bannister wrote:
On Sat, Feb 16, 2008 at 07:33:10AM -0800, Andrew Sackville-West wrote:
On Sat, Feb 16, 2008 at 02:49:24AM -0600, gary turner wrote:
Jeff D wrote:<snip>
run apache2ctl -t

it should tell you what it thinks is wrong with your apache config

Thanks, Jeff. That yields the error message quoted in my first post. I'm trying to figure out how/why the syntax is in error, or how I can cause /usr/lib/apache2/modules/libphp5.so to load. And, just what does this mean, "undefined symbol: xmlTextReaderSetup"?
the code in libphp5.so is trying to call a routine called
"xmlTextReaderSetup" but can't find it. Someone else suggested you
reinstall the xml stuff. Probably a good idea.

What is the output of:

	ldd /path/to/libphp5.so

koko:/usr/lib# ldd /usr/lib/apache2/modules/libphp5.so
        ...
        libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0xb75e8000)
	...

Ack! That's libxml2.so.2.6.27, left over from a locally compiled install a year or so ago. Too Old, maybe?

gary
--
Anyone can make a usable web site. It takes a graphic
designer to make it slow, confusing and painful to use.
begin:vcard
fn:Gary Turner
n:Turner;Gary
org:Gary Turner, Web Developer
adr:;;;;;;USA
email;internet:czar@gtwebdev.com
title:Czar
x-mozilla-html:FALSE
url:http://gtwebdev.com/
version:2.1
end:vcard


Reply to: