• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Linking to libcrypto for 10.2 & 10.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking to libcrypto for 10.2 & 10.3


  • Subject: Re: Linking to libcrypto for 10.2 & 10.3
  • From: Shawn Erickson <email@hidden>
  • Date: Wed, 5 Jan 2005 10:26:55 -0800


On Jan 4, 2005, at 1:31 PM, Glen Simmons wrote:

To try to work around this, I downloaded the OpenSSL source and compiled libcrypto.a. I added this to my project and removed libcrypto.dylib. But, otool -L shows that my built application still tries to use libcrypto.0.9.7.dylib, so it still won't launch on 10.2. Why is it trying to link to the dylib when I don't have it included in my project???

Thanks,
Glen

On 3 Jan, 2005, at 3:33 PM, Glen Simmons wrote:

I've seen a number of emails from people linking to libcrypto and having problems with running on Jaguar. What I haven't seen is a good solution. Apparently, the "best" solution is to use the 10.2.8 SDK and completely give up any Panther-only functionality. I'm not at all thrilled by this prospect. Is there no other way to do this?

Thanks,
Glen Simmons

Humm I have a Cocoa application built with Xcode 1.5 on Mac OS 10.3 using the 10.2.8 SDK and set to link against libcrypto.dylib (which is an alias to the latest libcrypto version). Firing up otool I see the following which I believe should allow it to work on Mac OS X 10.2 and 10.3 (not had a chance to test it on 10.2 yet however). Of course I am only using it for MD5.


G5:~ $ otool -L blah
blah:
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 8.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 122.0.0)
/usr/lib/libcrypto.0.9.dylib (compatibility version 0.9.0, current version 0.9.6)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 63.0.0)


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Linking to libcrypto for 10.2 & 10.3
      • From: Glen Simmons <email@hidden>
References: 
 >Linking to libcrypto for 10.2 & 10.3 (From: Glen Simmons <email@hidden>)
 >Re: Linking to libcrypto for 10.2 & 10.3 (From: Glen Simmons <email@hidden>)

  • Prev by Date: Re: Image handling
  • Next by Date: Re: Linking to libcrypto for 10.2 & 10.3
  • Previous by thread: Re: Linking to libcrypto for 10.2 & 10.3
  • Next by thread: Re: Linking to libcrypto for 10.2 & 10.3
  • Index(es):
    • Date
    • Thread