Hi there, I recently built the w3c libwww library with ssl support using openssl. I went through the pain of doing this on AIX, Linux, Solaris, HPUX and Windows. On all of the platforms, my builds are using the new libraries okay (so far - keeping my fingers crossed), except, that is, for HPUX. On HPUX, my builds fail when a simple test case fails after loading the libraries. The test case itself doesn't actually do much - it's essentially a unit test that test a few methods. It does not try to load a URL. Here is the output from the build system running my test case:
SHLIB_PATH=../../../dest/debug:../../../../support/HP-UX/libwww/lib:../. ./../../support/HP-UX/openssl/lib ../../build/native/debug/collector_test /usr/lib/dld.sl: Call to mmap() failed - TEXT ../../../../support/HP-UX/openssl/lib/libssl.sl /usr/lib/dld.sl: Permission denied /bin/sh: 1064 Abort(coredump) If I run the same test case in my own user account, it succeeds. The build system runs as another user. If I run the openssl command on the HPUX build box, I get this: OpenSSL> s_client -connect verisign.com:443 warning, not much extra random data, consider using the -rand option CONNECTED(00000003) write:errno=0 After scanning the archives, I discovered that this is not a good result. The previous post about this problem remains unsolved. I'm hoping for some better luck. Any help would be greatly appreciated - my builds are broken until I get this fixed. -- Adam Mlodzinski ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]