Operating System - HP-UX
1752727 Members
5897 Online
108789 Solutions
New Discussion юеВ

installation failure for apache 1.3.34 on HP UX 11.23 PA

 
SOLVED
Go to solution
soja
New Member

installation failure for apache 1.3.34 on HP UX 11.23 PA

I am unable to install Apache 1.3.34 on my 11.23PA machine.I have installed GCC too.When i type ./configure the following is shown

Configuring for Apache, Version 1.3.34
+ 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)
+ Warning: no Perl interpreter detected for support scripts.
+ Perhaps you need to specify one with --with-perl=FILE.
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
+ configured for HP-UX 11 platform
+ setting C compiler to gcc
+ setting C pre-processor to NOT-AVAILABLE
+ 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 -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -o helpers/dummy helpers/dummy.c -lm -lpthread
/usr/bin/sh: gcc: Execute permission denied.
*** Error exit code 1

Stop.
============= End of Error Report =============

Aborting!


can i know where i have gone wrong?
6 REPLIES 6
Torsten.
Acclaimed Contributor
Solution

Re: installation failure for apache 1.3.34 on HP UX 11.23 PA

Hi,

this message already looks like the source of your problem:

"/usr/bin/sh: gcc: Execute permission denied"

Anyway, why not using a already compiled depot from http://software.hp.com ?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Pete Randall
Outstanding Contributor

Re: installation failure for apache 1.3.34 on HP UX 11.23 PA

> gcc: Execute permission denied.

Check "ll `whence gcc`" to see what the permissions really are.


Pete

Pete
Torsten.
Acclaimed Contributor

Re: installation failure for apache 1.3.34 on HP UX 11.23 PA

See also

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSSUITE

and

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSARCHIVE

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Dennis Handly
Acclaimed Contributor

Re: installation failure for apache 1.3.34 on HP UX 11.23 PA

>Pete: Check "ll `whence gcc`" to see what the permissions really are.

Right. And if that has a "x", use file(1) to make sure these are PA executables.
soja
New Member

Re: installation failure for apache 1.3.34 on HP UX 11.23 PA

thanks for the reply.
I could resolve the issue by reinstalling the GCC.
soja
New Member

Re: installation failure for apache 1.3.34 on HP UX 11.23 PA

i reinstalled new GCC and then could install my Apache.