Hi Rob,
I'm not sure if this matters anymore, but I was able to create shared
libraries on HP-UX with openssl version 0.9.6c.
Creating a shared library on HP-UX 11.00 is a two step process. First, all
of the object files must be collected into a single relocatable object.
/usr/ccs/bin/ld -r -o
;./config +Z -L$OPENSSL_SRC" where
OPENSSL_SRC is the directory where you've installed the sources.
-Madhu
-Original Message-
From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 24, 2002 7:22 AM
To: [EMAIL PROTECTED]
Subject: Re: creating shared libs on hp-ux 11
O
On Thu, Jan 24, 2002 at 10:15:48AM -0500, Robert Pungello wrote:
> Thanks for all your help. I had no trouble building on Windows, Linux,
> AIX, or Solaris, but HP is still giving me nightmares. I configured
> openssl using ./config +Z. Eventually, make stops with the following error
> ...
>
>
<[EMAIL PROTECTED]To:
[EMAIL PROTECTED]
Cottbus.DE> cc:
Sent by:
On Wed, Jan 23, 2002 at 02:30:59PM -0500, Robert Pungello wrote:
> I originally ran the config script as "./config shared threads
> -D_REENTRANT". However, I was unable to run anything in the apps
> directory, so I'm assuming that this was not quite right. I just tried the
> config options you
adhum/src/openssl-0.9.6c'
In the worst case, you can atleast use the above ld options :
-)..
Thanks
-Madhu
-Original Message-
From: Robert Pungello [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 23, 2002 5:51 AM
To: [EMAIL PROTECTED]
Subject: Re:
cc:
Sent by:Subject: Re: creating shared libs
on hp-ux 11
"chatr" is also useful for changing the information after the fact, so
if someone forgets to enable dynamic library search (via "SHLIB_PATH")
or
hardcodes a path during the build, you can use "chatr" to modify these
attributes and get your system working.
L Nehring wrote:
>
> Rob,
>
> Shared l