I have been to hell and back trying to get this done and I am still struggling. I just finished installing recent versions of autoconf and m4. After these, I ran buildconf within the source directory where I extracted the apache tarball.
Source directory is /tmp/APACHE/httpd-2.0.49
When I run ./configure CC=/usr/local/bin/gcc > /tmp/configure.out I get the following error:
apr-config is no where to be found. --with-apr parameter thing confuses me. I do not know if it means where to find an installed apr or where I want to install apr ...
Could you please tell me what must I do to get over this and hopefully "finally" install apache?
Thank you all in advance for your assistance.
Regards;
Jose Lerebours
PS: I am using SCO 5.0.5.
KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
Source directory is /tmp/APACHE/httpd-2.0.49
When I run ./configure CC=/usr/local/bin/gcc > /tmp/configure.out I get the following error:
Code:
# ./configure CC=/usr/local/bin/gcc > /tmp/configure.out
build/ltconfig[1657]: nm: not found
build/ltconfig[1657]: nm: not found
/tmp/APACHE/httpd-2.0.49/srclib/apr/configure:Error: decision on anonymous share
d memory allocation method failed
./configure[2738]: ./srclib/apr/apr-config: not found
./configure[2739]: ./srclib/apr/apr-config: not found
./configure[2744]: ./srclib/apr/apr-config: not found
./configure[2745]: ./srclib/apr/apr-config: not found
./configure[2765]: ./srclib/apr/apr-config: not found
./configure[2766]: ./srclib/apr/apr-config: not found
./configure[2786]: ./srclib/apr/apr-config: not found
./configure[2787]: ./srclib/apr/apr-config: not found
./configure[2807]: ./srclib/apr/apr-config: not found
./configure[2808]: ./srclib/apr/apr-config: not found
./configure[2826]: ./srclib/apr/apr-config: not found
./configure[2827]: ./srclib/apr/apr-config: not found
./configure[2828]: ./srclib/apr/apr-config: not found
configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file.
apr-config is no where to be found. --with-apr parameter thing confuses me. I do not know if it means where to find an installed apr or where I want to install apr ...
Could you please tell me what must I do to get over this and hopefully "finally" install apache?
Thank you all in advance for your assistance.
Regards;
Jose Lerebours
PS: I am using SCO 5.0.5.
KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours