specifying
>> "--disable-shared" when you build expat.
>> This will create a libexpat.a that is NOT a shared library.
>>
>> Then feed your installed location to Apache's configure (like you did
>> with "--with-expat".
>>
>> -tony
>>
>>
>
Do you mean to say expat code has been removed from Apache 2.2.10,
because what I mentioned used to work for Apache 2.0.59 ?
Thanks,
Ravindra
On Fri, Dec 5, 2008 at 4:13 AM, Bennett, Tony <[EMAIL PROTECTED]> wrote:
> From: Ravindra [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 04, 2008 12:
From: Ravindra [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 04, 2008 12:05 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Static linking with libexpat
Hi,
I used "--disable-shared --with-expat=xml/expat" option while configuring
Apache, but it still seems to be linking dynamical