You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/07/26 01:17:52 UTC

Pb in compiling apache_1.2.1 with a HP 9000/861 (fwd)

Some HP employees can't even get Apache working with hpux   :-)

---------- Forwarded message ----------
Date: Fri, 25 Jul 1997 15:34:59 +0200
From: Bruno Vidal <bv...@bak-ham.grenoble.hp.com>
To: apache-bugs@apache.org
Subject: Pb in compiling apache_1.2.1 with a HP 9000/861

Hi
I'm trying to compilate the apache_1.2.1 version
on a HP 9000/861. It seems to be all fine but
at the end I receive a warning and I can not
run httpd. It send lots of message on the
console with: unresolved symbol

Compilation:

/usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (alloc.o) was
detected. The linked output may not run on a PA 1.x system.

What can I do ?



-- 
	Vidal Bruno, TIS ECO Team(63-13)
	bruno_vidal@grenoble.hp.com



Re: Pb in compiling apache_1.2.1 with a HP 9000/861 (fwd)

Posted by Rob Hartill <ro...@imdb.com>.
On Fri, 25 Jul 1997, Stanley Gambarin wrote:

> 
> P.S. what version of HP-UX is he running?? I may be able to help.

his address was in the original mail. send him a note I'm sure
he'd love to talk about it. 



Re: Pb in compiling apache_1.2.1 with a HP 9000/861 (fwd)

Posted by Stanley Gambarin <st...@cs.bu.edu>.

On Sat, 26 Jul 1997, Rob Hartill wrote:

> 
> Some HP employees can't even get Apache working with hpux   :-)
> 
> run httpd. It send lots of message on the
> console with: unresolved symbol
> 
	Unresolved symbol is due to him (or apache) forgetting to 
include proper libraries.

> Compilation:
> 
> /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (alloc.o) was
> detected. The linked output may not run on a PA 1.x system.
> 

	This message can be avoided using +DAportable switch passed to
the compiler.
							Stanley.

P.S. what version of HP-UX is he running?? I may be able to help.