Results 1 to 9 of 9

Thread: From where i can get ibSystem.B.dylib in OS X Lion

  1. #1
    Join Date
    Nov 2011
    Posts
    83

    From where i can get ibSystem.B.dylib in OS X Lion

    I'm trying to make use of Dashcode in OS X Lion .But getting message unable to find my "ibSystem.B.dylib." i think it should be in

    Code:
    / Developer / use / lib /
    But I checked and do not exist. Any idea where I can find the download

  2. #2
    Join Date
    Nov 2010
    Posts
    363

    Re: From where i can get ibSystem.B.dylib in OS X Lion

    Quote Originally Posted by Rustagi View Post
    I'm trying to make use of Dashcode in OS X Lion .But getting message unable to find my "ibSystem.B.dylib." i think it should be in

    Code:
    / Developer / use / lib /
    But I checked and do not exist. Any idea where I can find the download
    Firstly it should be in libSystem.B.dylib and secondly, usually located in / usr / lib / and / Developer/SDKs/MacOSX10.7/usr/lib / if Xcode is installed.

  3. #3
    Join Date
    Nov 2010
    Posts
    442

    Re: From where i can get ibSystem.B.dylib in OS X Lion

    Try this
    Code:
    just find (in Terminal):
         find / -iname libSystem.B.dylib 2>/dev/null
     
    /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/usr/lib/li bSystem.B.dylib
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.B.dylib
    /Developer/SDKs/MacOSX10.6.sdk/usr/libexec/oah/Shims/libSystem.B.dylib
    /Developer/SDKs/MacOSX10.7.sdk/usr/lib/libSystem.B.dylib
    /usr/lib/libSystem.B.dylib

  4. #4
    Join Date
    Mar 2011
    Posts
    490

    Re: From where i can get ibSystem.B.dylib in OS X Lion

    I prefer to set Spotlight to search system files and invisibles,by name, (saved search for that). For others, as I prefer to search by name, is to update the database location and use of terminals. I use the command uncrippled locate.updatedb Leopard.

  5. #5
    Join Date
    May 2011
    Posts
    398

    Re: From where i can get ibSystem.B.dylib in OS X Lion

    This code worked for me

    Code:
     
    if [ "$(id -u)" = "0" ]; then
              echo ">>> WARNING" 1>&2
              echo ">>> Executing updatedb as root.  This WILL reveal all filenames" 1>&2
              echo ">>> on your machine to all login users, which is a security risk." 1>&2
    fi
    : ${LOCATE_CONFIG="/etc/locate.rc"}
    if [ -f "$LOCATE_CONFIG" -a -r "$LOCATE_CONFIG" ]; then
           . $LOCATE_CONFIG
    fi
     
     
    # The directory containing locate subprograms
    : ${LIBEXECDIR:=/usr/libexec}; export LIBEXECDIR
    : ${TMPDIR:=/tmp}; export TMPDIR
    if ! TMPDIR=`mktemp -d $TMPDIR/locateXXXXXXXXXX`; then
              exit 1

  6. #6
    Join Date
    May 2011
    Posts
    397

    Re: From where i can get ibSystem.B.dylib in OS X Lion

    According to what I've read only 10.6/10.7 got certificates were violated, I've been telling people at Apple have not updated the 10.5. I’m thinking it's a security issue. I wondered if I am right. I am unable to "find the article which states that update is included or not 10.5.

  7. #7
    Join Date
    Oct 2011
    Posts
    70

    Re: From where i can get ibSystem.B.dylib in OS X Lion

    One of my powerbook G4 has a '25 March 31 expiration date.There is none on Snow Leopard or OS in X Lion. Is that information is enough?

  8. #8
    Join Date
    Jun 2011
    Posts
    383

    Re: From where i can get ibSystem.B.dylib in OS X Lion

    Apple released Security Update 2011-005 for Mac OS X 10.6.8 and 10.7.1, which eliminates DigiNotar the list of trusted root certificate authorities and EV certificate. [27] Without this update, Safari and Mac OS X does not detect the revocation of the certificate, and users must use the keychain utility to manually remove the certificate.

  9. #9
    Join Date
    Jul 2011
    Posts
    229

    Re: From where i can get ibSystem.B.dylib in OS X Lion

    Quote Originally Posted by ZAHAR View Post
    Apple released Security Update 2011-005 for Mac OS X 10.6.8 and 10.7.1, which eliminates DigiNotar the list of trusted root certificate authorities and EV certificate. [27] Without this update, Safari and Mac OS X does not detect the revocation of the certificate, and users must use the keychain utility to manually remove the certificate.
    That helped. Although just installed XCode MacOSX10.7 ,Not in MacOSX10.5 and MacOSX10.6.

Similar Threads

  1. Audacity unable to open libmp3lame.dylib
    By Esmond Ivers in forum Windows Software
    Replies: 3
    Last Post: 11-03-2012, 07:20 PM
  2. Audacity 1.3.14 is not able to open libmp3lame.dylib
    By Woodward in forum Windows Software
    Replies: 6
    Last Post: 09-03-2012, 10:49 PM
  3. Replies: 4
    Last Post: 20-02-2012, 05:07 PM
  4. Replies: 3
    Last Post: 20-02-2012, 11:43 AM
  5. Where to install libcudart.dylib for deploying CUDA on Mac OS?
    By Amuda in forum Monitor & Video Cards
    Replies: 4
    Last Post: 21-05-2010, 10:18 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,668,980.79819 seconds with 17 queries