RE: unable to build dynamic library on HP-UX RISC and Itanium

2010-06-03 Thread Alona Rossen
This is a suggested configuration. -D stands for preprocessor define.

/home/sambuild/OpenSSL ./config -h
Usage: config [options]
 -d Add a debug- prefix to machine choice.
 -t Test mode, do not run the Configure perl script.
 -h This help.

Any other text will be passed to the Configure perl script.
See INSTALL for instructions.

Operating system: 9000/800-hp-hpux1x
WARNING! If you wish to build 64-bit library then you have to
 invoke './Configure hpux64-parisc2-cc' *manually*.
Configuring for hpux-parisc2-cc
/usr/bin/perl ./Configure hpux-parisc2-cc -D_REENTRANT
/home/sambuild/OpenSSL uname -a
HP-UX rndhp11i B.11.11 U 9000/800 192242760 unlimited-user license
/home/sambuild/OpenSSL

-Original Message-
From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net] 
Sent: Wednesday, June 02, 2010 4:32 PM
To: openssl-users@openssl.org
Cc: Alona Rossen
Subject: Re: unable to build dynamic library on HP-UX RISC and Itanium

On 6/2/2010 11:08 AM, Alona Rossen wrote:
 
 Building dynamic library on HP-UX fails despite I explicitly specify
 ‘shared’ as Configure argument:
 
 ./Configure hpux64-ia64-cc -D_REENTRANT shared

Why are you adding -D for _REENTRANT?

I did a very similar build last week, no such problems, would you care
to be more specific about which OpenSSL package you are configuring?


RE: unable to build dynamic library on HP-UX RISC and Itanium

2010-06-03 Thread Alona Rossen
Extra -DXXX does not heart the preprocessor :-)

This OpenSSL 0.9.8


-Original Message-
From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net] 
Sent: June 2, 2010 5:11 PM
To: Alona Rossen
Cc: openssl-users@openssl.org
Subject: Re: unable to build dynamic library on HP-UX RISC and Itanium

On 6/2/2010 4:04 PM, Alona Rossen wrote:
 This is a suggested configuration. -D stands for preprocessor
define.

The reason I ask is that the entries in Configure should provide the
necessary defines, and if not, that is a bug.  As it was 'suggested',
we'll just presume things are fine w/w-o it.

You still failed to identify the openssl package you were configuring,
which doesn't give anyone much to go on, especially those who are in
some position to look at the problem.

__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


RE: unable to build dynamic library on HP-UX RISC and Itanium

2010-06-03 Thread Jeremy Farrell
That's a long-superseded OpenSSL release from 5 years ago; it's unlikely that 
anyone will be able to remember issues building for HP-UX on IA64 with that 
release, especially when they're required to guess or mind-read most of what 
you're doing and what problem you're seeing.

In another message you show output from a PA-RISC system running HP-UX 11i v1, 
but you're trying to build for IA64. Are you using a cross-build system of some 
sort?

I recommend understanding and applying 
http://www.catb.org/~esr/faqs/smart-questions.html before going further.

 -Original Message-
 From: owner-openssl-us...@openssl.org 
 [mailto:owner-openssl-us...@openssl.org] On Behalf Of Alona Rossen
 Sent: Wednesday, June 02, 2010 10:20 PM
 To: William A. Rowe Jr.
 Cc: openssl-users@openssl.org
 Subject: RE: unable to build dynamic library on HP-UX RISC and Itanium
 
 Extra -DXXX does not heart the preprocessor :-)
 
 This OpenSSL 0.9.8
 
 
 -Original Message-
 From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net] 
 Sent: June 2, 2010 5:11 PM
 To: Alona Rossen
 Cc: openssl-users@openssl.org
 Subject: Re: unable to build dynamic library on HP-UX RISC and Itanium
 
 On 6/2/2010 4:04 PM, Alona Rossen wrote:
  This is a suggested configuration. -D stands for preprocessor
 define.
 
 The reason I ask is that the entries in Configure should provide the
 necessary defines, and if not, that is a bug.  As it was 'suggested',
 we'll just presume things are fine w/w-o it.
 
 You still failed to identify the openssl package you were configuring,
 which doesn't give anyone much to go on, especially those who are in
 some position to look at the problem.
 
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   majord...@openssl.org
 __
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: unable to build dynamic library on HP-UX RISC and Itanium

2010-06-02 Thread William A. Rowe Jr.
On 6/2/2010 11:08 AM, Alona Rossen wrote:
 
 Building dynamic library on HP-UX fails despite I explicitly specify
 ‘shared’ as Configure argument:
 
 ./Configure hpux64-ia64-cc -D_REENTRANT shared

Why are you adding -D for _REENTRANT?

I did a very similar build last week, no such problems, would you care
to be more specific about which OpenSSL package you are configuring?
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: unable to build dynamic library on HP-UX RISC and Itanium

2010-06-02 Thread William A. Rowe Jr.
On 6/2/2010 4:04 PM, Alona Rossen wrote:
 This is a suggested configuration. -D stands for preprocessor define.

The reason I ask is that the entries in Configure should provide the
necessary defines, and if not, that is a bug.  As it was 'suggested',
we'll just presume things are fine w/w-o it.

You still failed to identify the openssl package you were configuring,
which doesn't give anyone much to go on, especially those who are in
some position to look at the problem.


__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org