Re: Compiling OpenSSL shared libraries under HPUX 11.X - working

2002-01-27 Thread Richard Levitte - VMS Whacker
From: Chris Steinke [EMAIL PROTECTED] cjs From what we understand, HP-UX automaticaly binds the build directories cjs into the object for run time linking. So by using the +cdp flag you can cjs get around this. Syntax is: +cdp build path or old path:new path Interesting! However: cjs

Re: Compiling OpenSSL shared libraries under HPUX 11.X - working

2002-01-27 Thread Lutz Jaenicke
On Sun, Jan 27, 2002 at 09:16:37AM +0100, Richard Levitte - VMS Whacker wrote: cjs -L/usr/local/src/openssl-0.9.6c \ cjs +cpd /usr/local/src/openssl-0.9.6c:/usr/local/ssl/lib \ cjs cjs .. cjs cjs then... cjs hp[src/openssl-0.9.6c]$ make-- Successful build cjs

Re: Compiling OpenSSL shared libraries under HPUX 11.X - working

2002-01-27 Thread Richard Levitte - VMS Whacker
From: Lutz Jaenicke [EMAIL PROTECTED] Lutz.Jaenicke The only problem: in between the procedure was Lutz.Jaenicke changed to build the openssl command line tool Lutz.Jaenicke against the shared libraries, so probably 0.9.7 is Lutz.Jaenicke currently broken as well. I suspected something

Compiling OpenSSL shared libraries under HPUX 11.X - working

2002-01-26 Thread Chris Steinke
Hi, Yesterday I posted a message regarding building OpenSSL-0.9.6c under HPUX 11.X and had to manually link the ssl shared library and copy files by hand. Well Yea that sucks quite a bit. But this morning I was talking to one of my developers and ,he's new to HPUX and trying to get his own