• 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
libcrypto on Snow Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libcrypto on Snow Leopard


  • Subject: libcrypto on Snow Leopard
  • From: David Riggle <email@hidden>
  • Date: Fri, 28 Aug 2009 13:41:29 -0700

I converted my project to the 10.6 SDK, but now my app won't launch on Leopard:

myApp[595]: dyld: Library not loaded: /usr/lib/libcrypto.0.9.8.dylib
myApp[595]: Referenced from: /Users/dave/Desktop/myApp.app/Contents/ myApp
myAppl[595]: Reason: image not found


If I select the older libcrypto in Xcode, I get this compile error:

ld: cannot link directly with /Developer/SDKs/MacOSX10.6.sdk/usr/lib/ libcrypto.0.9.7.dylib

If I do this:

cd /Developer/SDKs/MacOSX10.6.sdk/usr/lib/
sudo mv libcrypto.0.9.7.dylib libcrypto.0.9.7.back
sudo cp /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libcrypto.0.9.7.dylib .

I can link against the old library, but I get the following link error:

Undefined symbols: _BIO_set_flags

Anybody know where that symbol was defined in 10.5? I really don't like this Frankenstein's SDK that I'm having to cobble together...

Dave
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: libcrypto on Snow Leopard
      • From: Steven Degutis <email@hidden>
    • Re: libcrypto on Snow Leopard
      • From: Nick Zitzmann <email@hidden>
  • Prev by Date: Why would NSViewController loadView fail?
  • Next by Date: Re: libcrypto on Snow Leopard
  • Previous by thread: Re: Why would NSViewController loadView fail?
  • Next by thread: Re: libcrypto on Snow Leopard
  • Index(es):
    • Date
    • Thread