Re: Seriously frustrating problem...

2001-07-10 Thread Cliff Woolley

On Tue, 10 Jul 2001, Paul Hooper wrote:

> mod_ssl   2.6.6-1.3.12
> OpenSSL   0.9.6a

Do those work together?  I'm not sure.  Anyhow, that's probably not what's
causing this problem.  

>   checking whether the C compiler (gcc  ) works... no
>   configure: error: installation or configuration problem: C compiler
> cannot create executables.

What does config.log say?

--Cliff


--
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Seriously frustrating problem...

2001-07-10 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)

Hi Paul,
This is Madhu from HP. We have a pre-built Apache 1.3.19 available
for download on our website http://www.hp.com/go/webserver. It has most of
basic components built-in already. It'll be great if you can download the
same and let me know if it meets your requirements. Please do let me know
incase you're looking out for Apache 1.3.12 specifically.

Thanks
-Madhu

-Original Message-
From: Paul Hooper [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 8:03 AM
To: '[EMAIL PROTECTED]'
Subject: Seriously frustrating problem...


Sorry about the long mail message, but I wanted to supply as much
information as possible.

Software Versions:

OS  HP-UX 11
Apache  1.3.12
mod_ssl 2.6.6-1.3.12
OpenSSL 0.9.6a
Flex2.5.4a
Compilercc NOT gcc

Flex

Builds no problem. All OK

Apache

Builds no problem. All OK

OpenSSL

Changed CC=gcc to CC=cc in config file
Ran ./config no-idea
Ran make
Ran make test - 

GreatAll fine

modSSL

Run:

./configure \
--with-apache=/vg_U2YDEV_HOME/u2ydev/users/phooper/UMS_WEB/build/apache_1.3.
12 \
--with-ssl=/vg_U2YDEV_HOME/u2ydev/users/ums_web/openssl-0.9.6a \
--prefix=/vg_U2YDEV_HOME/u2ydev/users/phooper/UMS_WEB/install/apache_1.3.12
\
--enable-shared=ssl

Output =

Configuring mod_ssl/2.6.6 for Apache/1.3.12
 + Apache location:
/vg_U2YDEV_HOME/u2ydev/users/phooper/UMS_WEB/build/apache_1.3.12 (Version
1.3.12)
 + Auxiliary patch tool: ./etc/patch/patch (local)
./configure:Error: Building of 'patch' tool failed:
-
x patch/rename.c, 1323 bytes, 3 tape blocks
x patch/util.c, 9365 bytes, 19 tape blocks
x patch/util.h, 2325 bytes, 5 tape blocks
x patch/version.c, 280 bytes, 1 tape blocks
x patch/version.h, 25 bytes, 1 tape blocks
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.
Make: No arguments or description file.  Stop.
-
Hint: Either try to build 'patch' under etc/patch/
Hint: manually and re-run this 'configure' script
Hint: or provide us the path to your vendor 'patch'
Hint: program via the --with-patch=FILE option (but
Hint: expect perhaps failures when applying patches!)

The compiler line says   checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
but I can't work out where this is being read from.

Can somebody please explain what is happening.  I have been mulling this
over for a good few days now, but really need some expert advice.

Thanks

Paul

I did not have sexual relations with Miss Lewinski






NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Seriously frustrating problem...

2001-07-10 Thread Mads Toftum

On Tue, Jul 10, 2001 at 04:03:14PM +0100, Paul Hooper wrote:
>   
> The compiler line says   checking for gcc... gcc
>   checking whether the C compiler (gcc  ) works... no
> but I can't work out where this is being read from.
>   
> Can somebody please explain what is happening.  I have been mulling this
> over for a good few days now, but really need some expert advice.
> 
Is there a cc in your path? Or you could just set the environment variable
CC to point at your c compiler binary.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Seriously frustrating problem...

2001-07-10 Thread Joe Orton

Hi,

On Tue, Jul 10, 2001 at 04:03:14PM +0100, Paul Hooper wrote:
> ./configure \
> --with-apache=/vg_U2YDEV_HOME/u2ydev/users/phooper/UMS_WEB/build/apache_1.3.
> 12 \
> --with-ssl=/vg_U2YDEV_HOME/u2ydev/users/ums_web/openssl-0.9.6a \
> --prefix=/vg_U2YDEV_HOME/u2ydev/users/phooper/UMS_WEB/install/apache_1.3.12
> \
> --enable-shared=ssl

Try configuring like

  env CC=cc ./configure --etc

to force the configure script to use a particular compiler. I guess you
have a 'gcc' in your $PATH somewhere which isn't installed properly,
might be best to remove that in any case.

Regards,

joe

-- 
Red Hat Europe, Stronghold Development
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]