Hi; I’m triying to configure Apache , however I have some problems…
linux-top:~/appli/httpd-2.2.14 # ./configure --prefix=/root/appli/
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… reconfig
configuring package in srclib/apr now
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 APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p… yes
APR Version: 1.3.9
checking for chosen layout… apr
checking for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: in /root/appli/httpd-2.2.14/srclib/apr': configure: error: no acceptable C compiler found in $PATH See config.log’ for more details.
configure failed for srclib/apr
Ho thaks for answering my question. However, I dont have Open Suse, my version is SUSE 10.1 de novell.2.6.16.21-0.8-default #1 Mon Jul 3 18:25:39 UTC 2006 i686 athlon i386 GNU/Linux. Thanks again
Ah that so out of date and not supported. Do you have to run that version because it’s a production server, or are you just learning? If just for yourself, do yourself a favour and get a recent version.
If you really want to stick with that release, you might be able to find some archives of old SUSE releases and get the Apache RPMs from there. You’re going to need an archive even if you compile your own because you don’t have a C compiler installed.
BTW, just checking that this is SUSE/openSUSE and not Novell SUSE Linux Enterprise Server/Desktop?
andres jimenez wrote:
> Ho thaks for answering my question. However, I dont have Open Suse, my
> version is SUSE 10.1 de novell.2.6.16.21-0.8-default #1 Mon Jul 3
> 18:25:39 UTC 2006 i686 athlon i386 GNU/Linux. Thanks again
you should be over at the place where they support SUSE Linux
Enterprise Server (SLES): forums.novell.org
SLES 10.1 is supported there, not here…
we here on the free side are running 11.2 and all our answers are
geared that way…
Thank you for answering me, that’s correct I have SUSE Linux Enterprise Server 10.1. Do you know the way for getting the packages with out graphical interface ?? Just by using the shell? Thanks.