RE: Install openssl-0.9.8g on a Mac OS X PPC server

2008-03-07 Thread Zhao, Wenzhong, Dr {Zhao}(GSFC-613.2)[SSAI]
-dev@openssl.org Subject: Re: Install openssl-0.9.8g on a Mac OS X PPC server .a files are library files specifically to be linked in with an executable or a shared object like a .so file. By linking your .a file and instructing your compiler to build a shared object it *should* build your .so

RE: Install openssl-0.9.8g on a Mac OS X PPC server

2008-03-07 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zhao, Wenzhong, Dr {Zhao}(GSFC-613.2)[SSAI] Sent: Monday, March 03, 2008 7:52 PM To: openssl-dev@openssl.org Cc: [EMAIL PROTECTED] Subject: Install openssl-0.9.8g on a Mac OS X PPC server Hi,

Re: Install openssl-0.9.8g on a Mac OS X PPC server

2008-03-04 Thread zpayton
.a files are library files specifically to be linked in with an executable or a shared object like a .so file. By linking your .a file and instructing your compiler to build a shared object it *should* build your .so. Please forgive my lack of examples as I am on my phone. Z Sent from my

Re: Install openssl-0.9.8g on a Mac OS X PPC server

2008-03-04 Thread Larry Bugbee
How can I generate a loadable library module libssl.so of openssl-0.9.8g on a Mac OS X 10.4.11 PPC server? All these commands successfully finished. However, I got libssl.a and libssl.dylib but did not get libssl.so. I made a symbolic link from libssl.dylib to libssl.so.