[osiris-devel] patch for HP-UX

Gerhard Lausser Gerhard.Lausser at consol.de
Mon Feb 26 14:07:47 EST 2007


Hi list,

i made a patch for osiris-4.2.3 leading to successful compiles under the
following OS/C combinations:

1) HP-UX B.11.23 ia64   C-ANSI-C C.06.10
2) HP-UX B.11.23 ia64   C-ANSI-C C.05.55
3) HP-UX B.11.11 9000   C-ANSI-C B.11.11.10
4) HP-UX B.11.11 9000   GCC 4.1.1

Instead of using the systems' ssl-libraries, i compiled my own (0.9.8e)
for 1)2) ./Configure hpux-ia64-cc no-zlib no-asm no-share
for 3)   ./Configure hpux-parisc-cc no-zlib no-asm no-shared "+DD32"
for 4)   ./Configure hpux-parisc-gcc no-zlib no-asm no-shared


I used a temporary installation path for the static libssl.a like this:

LOCALDIR=/tmp/local
cd openssl-0.9.8e
./Configure hpux-parisc-cc --prefix=$LOCALDIR \
                no-zlib no-asm no-shared
make install

cd ../osiris-4.2.3
./configure --with-ssl-dir=$LOCALDIR 
make agent
make install

You can download the patch and a description of the changes at
http://people.consol.de/~lausser/osiris

Greetings from Munich,
Gerhard






More information about the osiris-devel mailing list