Apache Configuration SUSE

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

Can someone help me ?? Thanks in advance

Why compile your own? Just install the openSUSE Apache packages. If you want PHP, install the LAMP pattern.

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…


palladium

… but anyways, you’ll have to install a compiler first before you will be able to compile :slight_smile:

On both openSUSE 1x.x as SLEx, use YaST to install gcc

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.

There should be a ncurses version of YaST.

Hi
Can you please re-ask your questions over in the SLES forum at
http://forums.novell.com :wink:


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 2 days 12:47, 3 users, load average: 0.16, 0.12, 0.09
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

andres jimenez wrote:
> Do you know the way for getting the packages with out
> graphical interface ?? Just by using the shell? Thanks.

as mentioned YaST works from the command line…just su - to root
and enter yast

and, follow your nose
(software > software management > Search/Help/etc)

also, maybe 10.1 has zypper?? try
man zypper

and seek all else over at forums.novell.com, please…


palladium