On 9/14/06, Bobby Gontarski <[EMAIL PROTECTED]> wrote:
q3) I am going step by step with the manual at
http://httpd.apache.org/docs/2.2/install.html and it says under requirements
sections this:
No. It says to do that only if you already have an old version of apr
installed on your system as
-httpd/
I am not sure from the description if I have to install it or not.
Nevertheless, if I do not install it then apache will do? If so the same
problem happens, aren't I right?
Bobby
> Původní zpráva
> Od: herauthon <[EMAIL PROTECTED]>
> Předmět:
gt; Předmět: Re: [EMAIL PROTECTED] configure apr
> Datum: 14.9.2006 05:49:22
>
> Bobby,
>
> The apr is included with the apache distro. To use it include the configure
> option --with-included-apr and you should be ok - read the CHANGE
Bobby,
The apr is included with the apache distro. To use it include the configure
option --with-included-apr and you should be ok - read the CHANGES file.
e.g.
cd httpd-2.2.3
./configure --with-included-apr
Regards,
Jon
On Thursday 14 September 2006 08:47, Bobby Gontarski wrote:
> I am comp
q) what OS (uname -a)
q) from where (/root /??)
q) why not just
cd htt*3
./configure ?
- Original Message -
From: Bobby Gontarski <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 14, 2006 12:47 AM
Subject: [EMAIL PROTECTED] configure apr
> I am compiling apache 2.2.3
I am compiling apache 2.2.3, I first need to install apr from the source
package, when I ./configure --prefix=/usr/local/apr-httpd/ I get error Could
not detect suitable DSO implementation. I have no idea what to do to configure
it and avoid this error. What am I missing?
--