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


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

2010-06-02 Thread Alona Rossen
Hello, 

 

Building dynamic library on HP-UX fails despite I explicitly specify
'shared' as Configure argument:

 

./Configure hpux64-ia64-cc -D_REENTRANT shared

 

 

Please advise.

 

Thank you, 

Alona




 

  http://www.opentext.com/2/email-signature-event 


 



 

 

 

 

 

 

 

 

This email is protected by domestic and international copyright laws and
treaties and is the property of Open Text Corporation, it may contain
confidential and/or trade secret information of the Open Text
Corporation and/or its subsidiaries (OTC), and may be subject to legal
privilege in favor of OTC. This email may only be lawfully received,
accessed, displayed on a computer screen, printed, copied, and/or used
by the specific addressee(s) named above (Authorized Recipient) for
the purpose for which it was sent by OTC. All other rights and licenses
to this email are fully reserved to OTC. If you are not an Authorized
Recipient, you are required to immediately delete this email in its
entirety without printing, copying, using, and/or re-transmitting this
email, either in whole or in part. The transmission of this email by OTC
is not to be construed as a waiver by OTC and/or the individual sending
this email on behalf of OTC of any of their respective rights or
privileges at law or otherwise, howsoever arising.

 

 

image002.gif

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