|
Home > Archive > Apache Server configuration support > October 2006 > Linux RHES 4 apache install probelm.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Linux RHES 4 apache install probelm.
|
|
| ch3wBaCca 2006-10-25, 7:19 am |
| Hi guys,
I had a problem during "./configure" my apache_1.3.37... the follow is
the output.
[root@dradserver01 apache_1.3.37]# ./configure
Configuring for Apache, Version 1.3.37
+ Warning: Configuring Apache with default settings.
+ This is probably not what you really want.
+ Please read the README.configure and INSTALL files
+ first or at least run './configure --help' for
+ a compact summary of available options.
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
+ using builtin Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed. The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
======== Error Output for sanity check ========
cd ..; gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
-DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm
============= End of Error Report =============
Aborting!
---------------------------------
[root@dradserver01 apache_1.3.37]# ./configure --prefix=/app/oas/apache
--verbose
Configuring for Apache, Version 1.3.37
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
+ Rule SHARED_CORE=default
+ Rule SHARED_CHAIN=default
+ Rule SOCKS4=no
+ Rule SOCKS5=no
+ Rule IRIXNIS=no
+ Rule IRIXN32=yes
+ Rule PARANOID=no
+ Rule EXPAT=default
+ Rule CYGWIN_WINSOCK=no
+ Rule DEV_RANDOM=default
+ Rule WANTHSREGEX=default
+ Module mmap_static: no
+ Module vhost_alias: no
+ Module env: yes
+ Module log_config: yes
+ Module log_agent: no
+ Module log_referer: no
+ Module mime_magic: no
+ Module mime: yes
+ Module negotiation: yes
+ Module status: yes
+ Module info: no
+ Module include: yes
+ Module autoindex: yes
+ Module dir: yes
+ Module cgi: yes
+ Module asis: yes
+ Module imap: yes
+ Module actions: yes
+ Module speling: no
+ Module userdir: yes
+ Module alias: yes
+ Module rewrite: no
+ Module access: yes
+ Module auth: yes
+ Module auth_anon: no
+ Module auth_dbm: no
+ Module auth_db: no
+ Module digest: no
+ Module auth_digest: no
+ Module proxy: no
+ Module cern_meta: no
+ Module expires: no
+ Module headers: no
+ Module usertrack: no
+ Module example: no
+ Module log_forensic: no
+ Module unique_id: no
+ Module so: no
+ Module setenvif: yes
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
+ using builtin Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
cd ..; gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
-DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm
** A test compilation with your Makefile configuration
** failed. The above error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc.
======== Error Output for sanity check ========
cd ..; gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
-DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm
============= End of Error Report =============
Aborting!
Any suggest ?! Pls help me
| |
| Davide Bianchi 2006-10-25, 7:19 am |
| On 2006-10-25, ch3wBaCca <chew23@gmail.com> wrote:
> I had a problem during "./configure" my apache_1.3.37... the follow is
Hummm... RH 4 came with Apache 2 built-in, so why the 1.3.37 downgrade?
>======== Error Output for sanity check ========
> cd ..; gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite
> -DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm
>============= End of Error Report =============
>
> Aborting!
>
> Any suggest ?! Pls help me
Well, it doesn't tell us much, but one thing is for sure: is not a
configuration problem. It could be that you're missing some library or
bits required to compile stuff, so check if you have all the required
bits of gcc and the like. But why don't you use the default apache that
came with RH? And why don't you use an rpm package if you really want
to downgrade?
Davide
--
Nahh, that impending sound of doom is just the blades on my leatherman
locking. --Majdi
| |
| ch3wBaCca 2006-10-25, 7:19 am |
|
Davide Bianchi ha scritto:
> On 2006-10-25, ch3wBaCca <chew23@gmail.com> wrote:
>
> Hummm... RH 4 came with Apache 2 built-in, so why the 1.3.37 downgrade?
Ho bisogno della versione 1.3.* perch=E8 l'applicativo gira con questa
versione... ho appena installato la macchina e ho escluso
l'installazione di default dell'apache proprio per installare la
versione che il cliente mi ha richiesto...
Sai dirmi come posso fare per vedere cosa manca ho cosa devo installare
?!?!?
Grazie mille
| |
| ch3wBaCca 2006-10-25, 7:19 am |
| I need to install this version because the client application's run
properly with Apache 1.3.*...
Do u know how i can check if you have all the required bits of gcc and
the like ?!?!
Tnx
Antonio Romito
Davide Bianchi ha scritto:
> On 2006-10-25, ch3wBaCca <chew23@gmail.com> wrote:
>
> Hummm... RH 4 came with Apache 2 built-in, so why the 1.3.37 downgrade?
>
>
> Well, it doesn't tell us much, but one thing is for sure: is not a
> configuration problem. It could be that you're missing some library or
> bits required to compile stuff, so check if you have all the required
> bits of gcc and the like. But why don't you use the default apache that
> came with RH? And why don't you use an rpm package if you really want
> to downgrade?
>
> Davide
>
> --
> Nahh, that impending sound of doom is just the blades on my leatherman
> locking. --Majdi
| |
| Davide Bianchi 2006-10-25, 7:19 am |
| On 2006-10-25, ch3wBaCca <chew23@gmail.com> wrote:
> Do u know how i can check if you have all the required bits of gcc and
> the like ?!?!
Not from the top of my head, for sure you need gcc and libgcc (that you can
use rpm -q to see if they are installed or not), if you run manually
gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite \
-DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm
What does he says?
Davide
--
Q: What is the difference between Jurassic Park and Microsoft?
A: One is an over-rated high tech theme park based on prehistoric information
and populated mostly by dinosaurs, the other is a Steven Spielberg movie.
| |
| ch3wBaCca 2006-10-25, 7:19 am |
| Great!
I'v found the problem:
[root@dradserver01 apache_1.3.37]# pwd
/app/INSTALLAZIONE/ADSERVER/apache 1.3.37 Unix*/apache_1.3.37
[root@dradserver01 apache 1.3.37 Unix*]# mv apache_1.3.37 /app/
[root@dradserver01 apache 1.3.37 Unix*]# cd /app/
[root@dradserver01 app]# ls -la
total 40
drwxr-xr-x 7 root root 4096 Oct 25 12:28 .
drwxr-xr-x 21 root root 4096 Oct 24 15:42 ..
drwxr-xr-x 8 root root 4096 Oct 25 12:28 apache_1.3.37
drwxr-xr-x 4 root root 4096 Oct 25 10:50 INSTALLAZIONE
drwx------ 2 root root 16384 Oct 24 13:22 lost+found
drwxrwxrwx 3 realmedia realmedia 4096 Oct 25 11:18 oas
drwxr-xr-x 2 root root 4096 Oct 25 10:33 tmp
[root@dradserver01 app]# cd apache_1.3.37/
[root@dradserver01 apache_1.3.37]# ./configure --prefix=/app/oas/apache
--verbose
Configuring for Apache, Version 1.3.37
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
+ Rule SHARED_CORE=default
+ Rule SHARED_CHAIN=default
+ Rule SOCKS4=no
+ Rule SOCKS5=no
+ Rule IRIXNIS=no
+ Rule IRIXN32=yes
+ Rule PARANOID=no
+ Rule EXPAT=default
+ Rule CYGWIN_WINSOCK=no
+ Rule DEV_RANDOM=default
+ Rule WANTHSREGEX=default
+ Module mmap_static: no
+ Module vhost_alias: no
+ Module env: yes
+ Module log_config: yes
+ Module log_agent: no
+ Module log_referer: no
+ Module mime_magic: no
+ Module mime: yes
+ Module negotiation: yes
+ Module status: yes
+ Module info: no
+ Module include: yes
+ Module autoindex: yes
+ Module dir: yes
+ Module cgi: yes
+ Module asis: yes
+ Module imap: yes
+ Module actions: yes
+ Module speling: no
+ Module userdir: yes
+ Module alias: yes
+ Module rewrite: no
+ Module access: yes
+ Module auth: yes
+ Module auth_anon: no
+ Module auth_dbm: no
+ Module auth_db: no
+ Module digest: no
+ Module auth_digest: no
+ Module proxy: no
+ Module cern_meta: no
+ Module expires: no
+ Module headers: no
+ Module usertrack: no
+ Module example: no
+ Module log_forensic: no
+ Module unique_id: no
+ Module so: no
+ Module setenvif: yes
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
+ using system Expat
+ checking sizeof various data types
+ doing sanity check on compiler and options
cd ..; gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -DUSE_HSREGEX -DNO_DL_NEEDED
`./apaci` -o helpers/dummy helpers/dummy.c -lm -lcrypt -lexpat
Creating Makefile in src/support
Creating Makefile in src/regex
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/modules/standard
[root@dradserver01 apache_1.3.37]
*** I think ./configure script don't like path
/app/INSTALLAZIONE/ADSERVER/apache 1.3.37 Unix*/apache_1.3.37 for blank
character in the directory name "apache 1.3.37 Unix*"
Tnx for the help!
Davide Bianchi ha scritto:
> On 2006-10-25, ch3wBaCca <chew23@gmail.com> wrote:
>
> Not from the top of my head, for sure you need gcc and libgcc (that you can
> use rpm -q to see if they are installed or not), if you run manually
>
> gcc -DLINUX=22 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite \
> -DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm
>
> What does he says?
>
> Davide
>
> --
> Q: What is the difference between Jurassic Park and Microsoft?
> A: One is an over-rated high tech theme park based on prehistoric information
> and populated mostly by dinosaurs, the other is a Steven Spielberg movie.
|
|
|
|
|