You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Bobby Gontarski <Go...@seznam.cz> on 2006/09/14 00:47:07 UTC

[users@httpd] configure apr

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?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] configure apr

Posted by Joshua Slive <jo...@slive.ca>.
On 9/14/06, Bobby Gontarski <Go...@seznam.cz> 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 a shared library that you need to upgrade.
 In the normal case apr is built in installed as part of the normal
httpd build.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] configure apr

Posted by Bobby Gontarski <Go...@seznam.cz>.
q1) Linux me 2.4.27-3-386 #1 Mon May 29 23:50:41 UTC 2006 i586 GNU/Linux
q2) yes from /root
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:

# Build and install apr 1.2
cd srclib/apr
./configure --prefix=/usr/local/apr-httpd/
make
make install

# Build and install apr-util 1.2
cd ../apr-util
./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/
make
make install

# Configure httpd
cd ../../
./configure --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-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 <he...@home.nl>
> Předmět: Re: [users@httpd] configure apr
> Datum: 14.9.2006 02:41:07
> ----------------------------------------
> q) what OS (uname -a)
> q) from where (/root /??)
> q) why not just
>     cd htt*3
>     ./configure ?
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] configure apr

Posted by herauthon <he...@home.nl>.
q) what OS (uname -a)
q) from where (/root /??)
q) why not just
    cd htt*3
    ./configure ?

----- Original Message -----
From: Bobby Gontarski <Go...@seznam.cz>
To: <us...@httpd.apache.org>
Sent: Thursday, September 14, 2006 12:47 AM
Subject: [users@httpd] configure apr


> 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?
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] configure apr

Posted by Bobby Gontarski <Go...@seznam.cz>.
Well I am going step by step through the manual 
http://httpd.apache.org/docs/2.2/install.html
and I am at the requirements section.

If apache installs apr for me, it will get the same error or not?
bobby

> ------------ Původní zpráva ------------
> Od: Jon Snow <js...@gatesec.net>
> Předmět: Re: [users@httpd] 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 CHANGES file.
> 
> e.g. 
> cd httpd-2.2.3
> ./configure --with-included-apr
> 
> Regards,
> Jon
> 

> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] configure apr

Posted by Jon Snow <js...@gatesec.net>.
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 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?
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org