OSX still defaulting to .9 libraries after 1.0 build

2010-04-25 Thread Yaakov Yisroel Kosbie
Hi all, I downloaded and built OpenSSL 1.0.0 on OSX 1.5 PPC using the workaround described in the PROBLEMS file. After restoring the .dylib files to their original locations and adding /usr/local/ssl/bin to paths.d, I can execute OpenSSL fine. openssl version tells me 1.0.0 (as expected). The

Re: OSX still defaulting to .9 libraries after 1.0 build

2010-04-25 Thread Antoine Pitrou
The problem is in my include statements. The output of the following test program is OpenSSL version included is: 9466063 even when I compile with -I/usr/local/ssl/include/openssl. What if you try -I/usr/local/ssl/include/ instead?

Re: OSX still defaulting to .9 libraries after 1.0 build

2010-04-25 Thread Yaakov Yisroel Kosbie
Excellent. Problem solved. Thanks, YYK On Sun, Apr 25, 2010 at 10:48 PM, Antoine Pitrou solip...@pitrou.netwrote: The problem is in my include statements. The output of the following test program is OpenSSL version included is: 9466063 even when I compile with