Link to home
Start Free TrialLog in
Avatar of SaadZhr
SaadZhrFlag for Saudi Arabia

asked on

Compiling and Installing Apache HTTP Server 2.3.5-alpha - APR not found

I configured the Apache source tree for my particular platform and personal requirements. This is done using the script ./configure

----------------------------------------------------------
And I get this error message:

checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

Configuring Apache Portable Runtime library ...

checking for APR... no
configure: error: APR not found.  Please read the documentation.
----------------------------------------------------------
I install the APR (Apache Portable Runtime) in ubuntu 9.10 using synaptic (libapr1), but still same problem appears please help me.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of medvedd
medvedd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SaadZhr

ASKER

Installing Apache Portable Runtime (apr) Library on Ubuntu Linux

Thank you, you gave me the hint and here is the complete solution:

http://www.techsww.com/tutorials/libraries/apr/installation/installing_apache_portable_runtime_library_on_ubuntu_linux.php