Safari doesn't display an object with MIME type video/mp4

So, I've got a little hiccup here. I put together a CV in html with samples you can click to bring up. Now, I don't make any claims to professional geekdom, but I try to be fairly html savvy, and since I'm sending this to the college IT guys, I want to do it right. So I'd like this thing to use valid w3c compliant html. Not too tough, fix some missing quotes and learn how to use the object tag instead of embed. Done.
Well, here's the problem. I loaded it into Safari for testing, and a Quicktime file won't play. Now, it runs fine on Firefox. The obtuse and awkwardly lumped in IE version of the object works fine (tested in IE6, Win2K virtual machine). And the same file ran fine when I had it using an embed tag. Now it just brings up the Quicktime emblem, takes up the specified amount of space, and doesn't do anything.
What did I do wrong? I've got the latest Quicktime and Safari, and I know it's standards compliant. Do I have to feed it some more specific type for an h.264 encoded mp4?
Here's the code I used. The embed tag is the one that works, the object tag is the compliant one that doesn't. I'm guessing I'm missing a parameter or something. Any advice?
<embed scale="1" src="files/Sabres.mp4" pluginspage="http://www.apple.com/quicktime/download/" autoplay="FALSE" volume="100" cache="TRUE" height="496" width="640">
<object type="video/mp4" data="files/Sabres.mp4" height="496" width="640">
<param name="controller" value="true">
<param name="autoplay" value="false">
Your browser cannot display this content. Click here to download it.
</object>

Tom and Kirk, thanks for your time. That would work, but since <embed> is a non-standard tag, I want to avoid it.
Andy, I actually stopped by that site last night, and I did use it for the object code.
My problem is that for some reason, what looks like a legitimate implementation of <object> isn't displaying in Safari. I know Firefox is a bit more forgiving of sloppy code, so I don't blame Safari for that one. I know Safari can display the file because it displayed it properly when I called it with embed. I'm just not sure what's wrong with the code that's making Safari not bring up the video. It knows it's Quicktime and loads the file, I know that, because it brings up the emblem and starts hoarding RAM when I bring it up in Safari, but it just holds there. I've tried a couple MIME types, including video/quicktime and video/mp4, both worked in Firefox, and video/h264 just as a shot in the dark, and both Safari and Firefox showed the alternate content.
By the way, here's the full code I used to display the object, using Castro's cloaking technique for IE compatibility. I omitted it earlier because when I isolated the non-IE section alone in the body of the document it behaved the same as it did with the cloaking (working in FF, broken in Safari).
<!--[if IE]>
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="496" width="640">
<param name="src" value="files/Sabres.mp4" >
<param name="controller" value="true">
<param name="autoplay" value="false">
</object>
<![endif]-->
<!--[if !IE]> <!-->
<object type="video/mp4" data="files/Sabres.mp4" height="496" width="640">
<param name="controller" value="true">
<param name="autoplay" value="false">
Your browser cannot display this content. Click here to download it.
</object>
<!--<![endif]-->
Message was edited by: The Spine

Similar Messages

  • Safari doesn't know how to play mime type wav   OS10.4.11 safari 3.0.4

    Tried to use ebay's feature to play the audio for the distorted security code number I see in a box.
    Naturally the Mac fails to know how to read the mine type wav file format.
    I am sure I need a helper application plugin to interpret the wavfile format.
    I am sure I will need help to find out where to install said plugin and how to install the plugin.

    Do you have the free plug-in Filp4Mac installed in your machine? If not, do so. It converts WMV files to Quicktime format.
    If not applicable, please post a URL pointing to the WMV file.
    thanks

  • Safari doesn't display Cyrillic domain name correctly

    Hello there,
    I wonder why is that Safari doesn't display Cyrillic domain name with .укр TLD correctly, that is official Ukrainian Cyrillic TLD.
    For example, if you visit the official website of the President of Ukraine, by typing: президент.укр in your Safari web-browser address bar instead you will see this: xn--d1abbgf6aiiy.xn--j1amh
    On the other hand, if you visit the official website of the Russian president by typing the Cyrillic domain name with .рф TLD: президент.рф, it will be displayed correctly in Safari address bar.
    For me it sounds as some form of discrimination, and I think it should be corrected ASAP.
    Is there any solution to this?
    This is an issue on all Safari web-browsers running on latest iOS of iPhones, iPads and iPods.

    To ask Apple to fix this, you need to repost it at
    http://www.apple.com/feedback
    If I remember right, display of such domains in the original script may depend on whether the domain officials have policies in place to safeguard against potential confusion between names that look the same in cyrillic and latin.  But it could also be a simple oversight.
    Each browser may be different:  Do Firefox and Chrome behave the same?

  • Safari doesn't display php page, Firefox does

    Is there a known issue with Safari not displaying certain php content? My college uses a php database to show schedules and grades. Safari doesn't display anything other than the URL in the page window when the page loads. Firefox displays the content and allows all form completion functionality.
    The school's product is Jenzabar's Poise (PX) Aacademic database.
    It has been this way for the last few updates - I keep hoping that a Safari update will repair the issue but alas, that doesn't seem to happen.
    I'd prefer Safari because compared to it Firefox is dog slow.

    Please contact or have your IT dept contact Tom at ESP to provide more information related to your problem. ESP provides support for the Jenzabar PX product in Texas. Thanks - Tom

  • Safari doesn't display some title text on websites properly...

    Hi, I get strange problems on Safari. Safari doesn't display title text on some websites. It is replaced with some mathematical fonts like small numbers, figures and etc... But it happens to only title text. All other body text is fine. I thought fonts caused this issue, then I checked duplicated ones and deleted related files from preferences, cleared cache, reset Safari and rebooted. However I didn't get any luck...
    Does anyone know how to fix this issue?

    You haven't given enough details to reproduce or attempt a solution. What website(s) are you visiting that exhibit this problem, and when did it start? Have you tried setting up a new user account and testing those sites in that account? Did you attempt to visit those sites using another browser such as Camino or Firefox to see if the problem manifests itself in either of those?
    Post back with details.
    Mulder

  • Safari doesn't display the correct fonts.

    Safari doesn't display all fonts correctly. All that is displayed is a boxed A. See screenshot. All the other browsers (Firefox, Opera, Chrome, Omniweb, Camino) don't have this problem. I tried clearing the cache of Safari as well as the system font cache. I use FontExplorer X Pro 3.1 to manage my fonts. No other software has this kind of problems.

    I use FontExplorer X Pro 3.1 to manage my fonts.
    This thread might help you >  All I see is the letter "a": Apple Support Communities

  • Problem with mime type in web.xml file

    Hi everybody,
    I actually got a problem with mime types on Weblogic 6.0 under Linux.
    I read the documentation so I added the next lines in the web.xml file in
    the WEB-INF directory of my server :
    <mime-mapping>
    <extension>
    doc
    </extension>
    <mime-type>
    application/msword
    </mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>
    ppt
    </extension>
    <mime-type>
    application/vnd.ms-powerpoint
    </mime-type>
    </mime-mapping>
    Why can't I retrieve a .doc or .ppt files with an internet browser correctly
    ? I get only text/plain ...
    Can someone help me ?
    Regards,
    Alexis Berger

    I am having the same problem with doc and xsl. I have added this
    <mime-mapping>
    <extension>xls</extension>
    <mime-type>application/vnd.ms-excel</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>doc</extension>
    <mime-type>application/msword</mime-type>
    </mime-mapping>
    to my web.xml. I even restarted the server. I still see doc and xsl in binary.
    Is there some other setting that needs to take place?
    I am using WL6.1 with fixpack 1.
    I can see the doc and excel files in the browser if I don't go through the weblogic
    server. That just confirms it's not my browser.
    Kumar Allamraju <[email protected]> wrote:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    It works fine for me in 6.1 SP1.
    <br><br>
    If the following doesn't work , can you
    <br>try application/winword instead of application/msword?
    <p>--
    <br>Kumar
    <p>Siming Mu wrote:
    <blockquote TYPE=CITE>Hi,
    <p>I setup in my web.xml a mime mapping as follows,
    <p><mime-mapping>
    <br><extension>doc</extension><mime-type>application/msword</mime-type>
    <br></mime-mapping>
    <p>When I specify a test.doc url, the doc file appears in my browser
    as
    binary data
    <br>instead of download.
    <p>Please reference change request 055002, which decribes this problem. 
    According
    <br>to edocs, it has been fixed in wls6.1sp1.
    <p>But I am seeing it fixed.  Am I doing anything wrong? Thanks.
    <p>Siming</blockquote>
    </html>

  • Safari can't find plug in MIME type "video/x-ms-asf-plugin"

    hello. i feel seriously computer illiterate at the moment.
    i want to listen to something,
    but it tells me this:
    The page “radio soleluna jova channel” has content of MIME type “video/x-ms-asf-plugin”, but you don’t have a plug-in for this MIME type. This page may have the plug-in for you to download and install:
    http://www.microsoft.com/windows/mediaplayer/download/default.asp"
    i went there and installed wmp the lastest version, and some quicktime-wmp related thing for macs, but still no go...what kind of program do i need to run this plug in or whatever?
    thanks in advance.

    Hi and Welcome to Apple Discussions
    That station is streaming their audio in a Microsoft sound format.
    The only way you'll be able to play Windows Media content in native mode on your Intel machine is using the free plug-in Flip4Mac plug-in. This plug-in automatically converts the windows content to a Quicktime format, which will play within Mac browsers.
    After downloading the plugin, double click on the download file to install the plug-in. There's really nothing else you need to do with the plug-in, as the default settings are sufficient for your needs.
    Next step is deciding where you can play Radio Soleluna. I tried it on Safari 4, but the content does not play. More than likely, this is due to how the site is coded. A good browser alternative that does play the content is Firefox 2.0.0.5. Once installed, you can import your existing Safari bookmarks to Firefox. This way you can access content on either browser.
    Before dealing with the Bookmarks (I'll provide guidance), download Flip4Mac, and if necessary, Firefox.
    Post back

  • Resource interpreted as Document but transferred with MIME type application/postscript.

    Hi,
    we are running framed web pages showing preview (PNG or JPEG) of postscript files. These previews are simply linked to the postscript files. Following this links one gets the postscript source shown and not the graphics!? The error console says:
    Resource interpreted as Document but transferred with MIME type application/postscript.  
    When one chooses to:
    Open link in new tab
    the postscript is correctly shown!
    The rough layout of the pages is:
    Start page:
      and frame2.htm (frame1.htm is not of importance):
    When one sets the target to open up a new page the postscript is shown correctly, but we want the postscript to be shown in the 'content' frame!
    If I remember correctly, did this work as wanted in the past and changed the behavior the last year. We experience this behavior in snow leopard and lion (all running the up to date Safari - and yes we are upgrading constantly).
    Any help to get the wanted behavior (back), would be very appreciated!!
    Cheers,
    Raimund

    same thing for me, anyone have any info on this?

  • Need Java Coding to sent File in a Mail Attachment with MIME Type with SMTP

    Hi Experts,
      I need java code to sent a file in an email attachment with MIME type.
      Please provide me.
    TYhanks
    Bhaskar

    Hi Stefan,
      Thanks for your Blog.
    The same java mapping is been used in my current system, but the legacy system cannot read
    some emails as they are asking us to send the email in MIME format.
    Already i am sending in MIME format itself.
    They can read some Emails and they cannot ream some Emails.
    I think the problem could be their exchange server.
    Can you please suggest on this.
    Regards,
    Bhaskar

  • Where do i find MIME type video/asf?

    I've been googling and downloading numerous plugins but have been unable to find the one for video/asf.
    The website I'm trying to stream video from is:
    http://www.ywtf2005.com/english/data/data01.asp
    When I click on "Play Movie" i get:
    The page “The 1st Yangyang World Summer Taekwondo Festival 2005” has content of MIME type “video/asf”. Because you don’t have a plug-in installed for this MIME type, this content can’t be displayed.
    Where can I get this plug in? I've already downloaded divx and windows media player but they both don't have that specific MIME.
    iMac G5   Mac OS X (10.4.3)  

    Yes, I also think this is the case. Does anyone know what my options are?

  • Safari doesn't display site header on some sites

    Running Safari 7.1.2 on Mavericks on a mid-2009 MacBook Pro
    On some sites, such as Reddit, Trello, Huffington Post,  Safari does not display the site's header, making sign-in or search or certain navigation unavailable.
    Also on these sites, URLs in most links are fully displayed after the link text, sometimes overwriting other text.
    Opening the same pages in Firefox displays the headers and does not display the URLs.

    Start time: 20:34:24 12/22/14
    Model Identifier: MacBookPro5,3
    System Version: OS X 10.9.5 (13F34)
    Kernel Version: Darwin 13.4.0
    Time since boot: 1 day4:57
    Memory
        BANK 0/DIMM0:
          Size: 4 GB
          Speed: 1067 MHz
          Status: OK
          Manufacturer: 0x857F
        BANK 1/DIMM0:
          Size: 4 GB
          Speed: 1067 MHz
          Status: OK
          Manufacturer: 0x857F
    SATA
       TOSHIBA MK5065GSXF                     
       OWC Mercury Electra 3G SSD             
    SMC
       ReadKey for key ALP0 failed with SMC error code 0xb7.
       ReadKey for key ALP1 failed with SMC error code 0xb7.
       ReadKey for key BILO failed with SMC error code 0xb7.
    Diagnostic reports
       2014-11-29 DivX Player crash
       2014-12-02 UserEventAgent crash
       2014-12-02 iPhoto crash
       2014-12-10 DivX Player crash
       2014-12-17 UserEventAgent crash
       2014-12-18 Dictionary crash
       2014-12-18 DivX Player crash
       2014-12-20 com.apple.WebKit.WebContent crash
       2014-12-21 com.apple.WebKit.WebContent crash
    Log
       Dec 22 20:32:40 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:32:50 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:33:00 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:33:10 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:33:20 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:33:30 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:33:40 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:33:50 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:34:00 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:34:10 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:34:20 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:34:30 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:34:40 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:34:50 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:35:00 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:35:10 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:35:20 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:35:30 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:35:40 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:35:50 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:36:00 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:36:10 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:36:20 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:36:31 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
       Dec 22 20:36:41 com.tuneupmedia.TuneUpHelper: Throttling respawn: Will start in 10 seconds
    Descriptors: com.apple.WebKi (UID 501) is using 6923 files
    kexts
       at.obdev.nke.LittleSnitch (4228)
    Daemons
       com.rogueamoeba.instanton-agent
       com.oracle.java.JavaUpdateHelper
       com.oracle.java.Helper-Tool
       com.microsoft.office.licensing.helper
       com.macpaw.CleanMyMac2.Agent
       com.cocoatech.pathfinder.SMFHelper7
       com.bombich.ccc
       com.adobe.fpsaud
       at.obdev.littlesnitchd
    Agents
       com.c-command.SpamSieve.LaunchAgent
       com.apple.FolderActions.folders
       com.evernote.EvernoteHelper
       com.tuneupmedia.TuneUpHelper
       2BUA8C4S2C.com.agilebits.onepassword4-helper
       com.apple.mrt.uiagent
       com.apple.AirPortBaseStationAgent
       com.oracle.java.Java-Updater
       at.obdev.LittleSnitchUIAgent
       com.macpaw.CleanMyMac2Helper.trashWatcher
       com.macpaw.CleanMyMac2Helper.scheduledScan
       com.macpaw.CleanMyMac2Helper.diskSpaceWatcher
       com.google.keystone.user.agent
       com.apple.FolderActions.enabled
    Bundles
       /Library/Audio/Plug-Ins/HAL/InstantOn.driver
       - com.rogueamoeba.InstantOn.driver
       /Library/Audio/Plug-Ins/VST3/iZotope Nectar 2.vst3
       - com.izotope.audioplugins.VST.Nectar2
       /Library/Audio/Plug-Ins/VST3/iZotope RX 2 Declicker.vst3
       - com.izotope.audioplugins.VST.RX2Declicker
       /Library/Audio/Plug-Ins/VST3/iZotope RX 2 Declipper.vst3
       - com.izotope.audioplugins.VST.RX2Declipper
       /Library/Audio/Plug-Ins/VST3/iZotope RX 2 Decrackler.vst3
       - com.izotope.audioplugins.VST.RX2Decrackler
       /Library/Audio/Plug-Ins/VST3/iZotope RX 2 Denoiser.vst3
       - com.izotope.audioplugins.VST.RX2Denoiser
       /Library/Audio/Plug-Ins/VST3/iZotope RX 2 Hum Removal.vst3
       - com.izotope.audioplugins.VST.RX2HumRemoval
       /Library/Audio/Plug-Ins/VST3/iZotope RX 2 Spectral Repair.vst3
       - com.izotope.audioplugins.VST.RX2SpectralRepair
       /Library/Audio/Plug-Ins/VST3/iZotope RX 3 Declicker.vst3
       - com.izotope.audioplugins.VST.RX3Declicker
       /Library/Audio/Plug-Ins/VST3/iZotope RX 3 Declipper.vst3
       - com.izotope.audioplugins.VST.RX3Declipper
       /Library/Audio/Plug-Ins/VST3/iZotope RX 3 Decrackler.vst3
       - com.izotope.audioplugins.VST.RX3Decrackler
       /Library/Audio/Plug-Ins/VST3/iZotope RX 3 Denoiser.vst3
       - com.izotope.audioplugins.VST.RX3Denoiser
       /Library/Audio/Plug-Ins/VST3/iZotope RX 3 Dereverb.vst3
       - com.izotope.audioplugins.VST.RX3Dereverb
       /Library/Audio/Plug-Ins/VST3/iZotope RX 3 Dialogue Denoiser.vst3
       - com.izotope.audioplugins.VST.RX3DlgDenoiser
       /Library/Audio/Plug-Ins/VST3/iZotope RX 3 Hum Removal.vst3
       - com.izotope.audioplugins.VST.RX3HumRemoval
       /Library/Audio/Plug-Ins/VST3/iZotope RX 3 Spectral Repair.vst3
       - com.izotope.audioplugins.VST.RX3SpectralRepair
       /Library/Extensions/LittleSnitch.kext
       - at.obdev.nke.LittleSnitch
       /Library/Internet Plug-Ins/Flash Player.plugin
       - N/A
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       - com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       - com.microsoft.sharepoint.webkitplugin
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/JavaControlPanel.prefPane
       - com.oracle.java.JavaControlPanel
       /Library/ScriptingAdditions/TotalFinder.osax
       - com.binaryage.totalfinder.injector
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       Library/Caches/com.apple.Safari/Extensions/1Password.safariextension
       - com.agilebits.onepassword4-safari
       Library/Caches/com.apple.Safari/Extensions/Adblock Plus.safariextension
       - org.adblockplus.adblockplussafari
       Library/Caches/com.apple.Safari/Extensions/ClickToPlugin.safariextension
       - com.hoyois.safari.clicktoplugin
       Library/Caches/com.apple.Safari/Extensions/Clip to DEVONthink.safariextension
       - com.devon-technologies.think.clip
       Library/Caches/com.apple.Safari/Extensions/Evernote Web Clipper.safariextension
       - com.evernote.safari.clipper
       Library/Caches/com.apple.Safari/Extensions/Ghostery.safariextension
       - com.betteradvertising.ghostery
       Library/Caches/com.apple.Safari/Extensions/Incognito.safariextension
       - com.orbicule.incognito
       Library/Mail/Bundles/SpamSieve.mailbundle
       - com.c-command.spamsieve.mailplugin
       Library/Services/NoteBookHelper.service
       - com.CircusPonies.NoteBookHelper
       Library/Services/OmniOutliner Professional.service
       - com.omnigroup.OmniOutlinerPro3.ClippingService
       Library/Spotlight/NoteBook.mdimporter
       - com.CircusPonies.NoteBook.mdimporter
    dylibs
       /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework/Libraries/mbupgx.dylib
       /Applications/Microsoft Office 2011/Office/OPF.framework/Versions/14/Resources/OPF_Common.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/Fm20.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/MicrosoftOLE2TypesLib.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RefEdit.dylib
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework/Versions/14/Frameworks/RichEdit.dylib
       /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/Resource s/DependencyWatcher.dylib
       /Developer/Library/PrivateFrameworks/InstrumentsPlugIn.framework/Versions/A/Res ources/libsimshim.dylib
       /Developer/SDKs/MacOSX10.5.sdk/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-da rwin9/4.2.1/libstdc++.dylib
       /Developer/SDKs/MacOSX10.5.sdk/Developer/usr/llvm-gcc-4.2/lib/gcc/powerpc-apple -darwin9/4.2.1/libstdc++.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/Bridge Support/CoreGraphics.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCFi lter.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGA TS.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGX CoreImage.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMa ps.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSy nc.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libFon tStreams.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libJBI G2.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDF RIP.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPSR IP.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP .A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dyli b
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dyli b
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dyl ib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libOpenEXR. dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dyli b
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance .dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dyl ib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Carbon.framework/Versi ons/A/Frameworks/OpenScripting.framework/Versions/A/Resources/libSTXT.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreServices.framework /Versions/A/Frameworks/CarbonCore.framework/Versions/A/Support/libGDBCFMHelper.d ylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.4.2/Libraries/libhotspot.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.4.2/Libraries/libjawt.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.4.2/Libraries/libjvm_compat.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.4.2/Libraries/libverify.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.5.0/Libraries/libclient.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.5.0/Libraries/libjawt.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.5.0/Libraries/libjvm_compat.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.5.0/Libraries/libserver.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.5.0/Libraries/libverify.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libclient.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libjawt.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libjvm_compat.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libserver.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libverify.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Printers/Libraries/libLW8Converte r.dylib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Printers/Libraries/libLW8Utils.dy lib
       /Developer/SDKs/MacOSX10.5.sdk/System/Library/Printers/Libraries/libPPDLib.dyli b
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libOSMesa.4.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libXaw6.6.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libXaw7.7.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libXprintAppUtil.1.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libXprintUtil.1.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libfontconfig.1.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libfontconfig.1.3.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libfreetype.6.3.16.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/liblbxutil.1.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/liboldX.6.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libxcb-xlib.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/i686-apple-darwin10/4.0.1/libstdc++.dyli b
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/i686-apple-darwin10/4.2.1/libstdc++.dyli b
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/java/libAppKitJava.B.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/java/libFoundationJava.B.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/java/libObjCJava.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/java/libPureAppKitJava.B.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libAPSimple.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libMallocDebug.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSaturn.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSaturnFE.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.B_debug.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.B_profile.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libapr-1.0.2.7.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libaprutil-1.0.2.7.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libbz2.1.0.4.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libcrypto.0.9.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libexpat.1.5.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libfcgi++.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libfcgi.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libgcc_s.10.4.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libgcc_s.10.5.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libgutenprint.2.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libltdl.3.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libmca_common_sm.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libmpi.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libmpi_cxx.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libmx.A_debug.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libmx.A_profile.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libmx_debug.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libmx_profile.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libneon.26.0.3.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmp.15.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmpagent.15.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmpagent.15.1.2.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmphelpers.15.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmphelpers.15.1.2.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmpmibs.15.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmpmibs.15.1.2.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmptrapd.15.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libnetsnmptrapd.15.1.2.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libobjc_profile.A.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libopen-pal.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libopen-rte.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libssl.0.9.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libstdc++.6.0.4.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_client-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_delta-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_diff-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_fs-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_fs_fs-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_ra-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_ra_dav-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_ra_local-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_ra_svn-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_repos-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_subr-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_swig_perl-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_swig_py-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_swig_ruby-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libsvn_wc-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwrap.7.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud-2.8.0.1.1.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_fl-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_foldbar-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_gizmos-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_gizmos_xrc-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_gl-2.8.0.1.1.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_netutils-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_ogl-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_plot-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_stc-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libwx_macud_svg-2.8.0.1.0.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libz.1.2.3.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libzfs.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/powerpc-apple-darwin10/4.0.1/libstdc++.d ylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/powerpc-apple-darwin10/4.2.1/libstdc++.d ylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/auth/domain.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/auth/odsam.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/auth/script.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/auth/smbserver.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/auth/unix.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/auth/winbind.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/charset/CP437.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/charset/CP850.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/charset/macosxfs.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/idmap/ad.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/idmap/ldap.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/idmap/odsam.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/idmap/rid.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/libmsrpc.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/libsmbclient.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/libsmbsharemodes.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/pdb/ldapsam.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/pdb/odsam.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/audit.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/cacheprime.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/cap.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/catia.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/commit.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/darwin_streams.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/darwinacl.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/default_quota.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/expand_msdfs.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/extd_audit.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/fake_perms.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/full_audit.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/netatalk.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/prealloc.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/readahead.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/readonly.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/recycle.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/samba/vfs/shadow_copy.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/sqlite3/libtclsqlite3.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/system/libmathCommon.A_debug.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/lib/system/libmathCommon.A_profile.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/libexec/oah/Shims/BDL.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/libexec/oah/Shims/Interposers.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/libexec/oah/Shims/libSystem.B.dylib
       /Developer/SDKs/MacOSX10.5.sdk/usr/libexec/oah/Shims/libmathCommon.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-da rwin10/4.2.1/libstdc++.dylib
       /Developer/SDKs/MacOSX10.6.sdk/Developer/usr/llvm-gcc-4.2/lib/gcc/powerpc-apple -darwin10/4.2.1/libstdc++.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/Bridge Support/CoreGraphics.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCFi lter.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGA TS.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGF reetype.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGK Separation.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGX CoreImage.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGX Type.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCMa ps.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSy nc.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libFon tStreams.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libJBI G2.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDF RIP.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPSR IP.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP .A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dyli b
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dyli b
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dyl ib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libOpenEXR. dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dyli b
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance .dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/ApplicationServices.fr amework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dyl ib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Carbon.framework/Versi ons/A/Frameworks/OpenScripting.framework/Versions/A/Resources/libSTXT.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework /Versions/A/Frameworks/CarbonCore.framework/Versions/A/Support/libGDBCFMHelper.d ylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libclient.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libjawt.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libserver.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versi ons/1.6.0/Libraries/libverify.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenCL.framework/Versi ons/A/Libraries/libclparser.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Python.framework/Versi ons/2.5/Extras/lib/libsvn_swig_py-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/Python.framework/Versi ons/2.6/Extras/lib/libsvn_swig_py-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Printers/Libraries/libLW8Converte r.dylib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Printers/Libraries/libLW8Utils.dy lib
       /Developer/SDKs/MacOSX10.6.sdk/System/Library/Printers/Libraries/libPPDLib.dyli b
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/internal/libMesaGL.1.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libGL.1.2.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libGLU.1.3.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libOSMesa.7.2.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libXaw6.6.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libXaw7.7.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libXprintAppUtil.1.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libXprintUtil.1.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libglut.3.7.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/liblbxutil.1.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/liboldX.6.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libxcb-keysyms.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/X11/lib/libxcb-wm.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin10/4.0.1/libstdc++. dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin10/4.2.1/libstdc++. dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/powerpc-apple-darwin10/4.0.1/libstdc ++.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/libstdc ++.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/i686-apple-darwin10/4.0.1/libstdc++.dyli b
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/i686-apple-darwin10/4.2.1/libstdc++.dyli b
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libAPSimple.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libMallocDebug.A.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSaturn.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSaturnFE.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.B_debug.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.B_profile.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libapr-1.0.3.5.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libapr-1.0.3.8.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libaprutil-1.0.3.7.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libaprutil-1.0.3.9.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libcrypto.0.9.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libcupsdriver.1.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libfcgi++.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libfcgi.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libgcc_s.10.5.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libltdl.3.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libltdl.7.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libmca_common_sm.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libmpi.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libmpi_cxx.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libmx.A_debug.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libmx.A_profile.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libmx_debug.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libmx_profile.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libneon.27.1.3.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libnetsnmpagent.15.1.2.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libnetsnmphelpers.15.1.2.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libnetsnmpmibs.15.1.2.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libnetsnmptrapd.15.1.2.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libopen-pal.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libopen-rte.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libpcre.0.0.1.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libpcreposix.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libproxyauth.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libssl.0.9.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_client-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_delta-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_diff-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_fs-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_fs_fs-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_fs_util-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_ra-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_ra_local-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_ra_neon-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_ra_svn-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_repos-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_subr-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_swig_ruby-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_wc-1.0.0.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwrap.7.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_fl-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_foldbar-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_gizmos-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_gizmos_xrc-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_gl-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_netutils-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_ogl-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_plot-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_stc-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libwx_macud_svg-2.8.0.5.0.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libz.1.2.3.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/powerpc-apple-darwin10/4.0.1/libstdc++.d ylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/powerpc-apple-darwin10/4.2.1/libstdc++.d ylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/auth/domain.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/auth/odsam.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/auth/script.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/auth/smbserver.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/auth/unix.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/auth/winbind.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/charset/CP437.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/charset/CP850.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/charset/macosxfs.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/idmap/ad.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/idmap/ldap.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/idmap/odsam.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/idmap/rid.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/libmsrpc.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/libsmbclient.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/libsmbsharemodes.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/pdb/ldapsam.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/pdb/odsam.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/audit.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/cacheprime.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/cap.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/catia.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/commit.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/darwin_streams.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/darwinacl.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/default_quota.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/expand_msdfs.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/extd_audit.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/fake_perms.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/full_audit.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/netatalk.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/notify_kqueue.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/prealloc.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/readahead.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/readonly.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/recycle.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/samba/vfs/shadow_copy.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/system/libmacho_debug.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/system/libmacho_profile.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/system/libmathCommon.A_debug.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/lib/system/libmathCommon.A_profile.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/libexec/oah/Shims/BDL.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/libexec/oah/Shims/Interposers.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/libexec/oah/Shims/libSystem.B.dylib
       /Developer/SDKs/MacOSX10.6.sdk/usr/libexec/oah/Shims/libmathCommon.A.dylib
       /Developer/usr/lib/gcc/i686-apple-darwin10/4.0.1/libstdc++.dylib
       /Developer/usr/lib/gcc/i686-apple-darwin10/4.2.1/libstdc++.dylib
       /Developer/usr/lib/gcc/powerpc-apple-darwin10/4.0.1/libstdc++.dylib
       /Developer/usr/lib/gcc/powerpc-apple-darwin10/4.2.1/libstdc++.dylib
       /Developer/usr/lib/libLTO.dylib
       /Developer/usr/lib/libMallocDebug.A.dylib
       /Developer/usr/llvm-gcc-4.2/libexec/gcc/libllvmgcc.dylib
       /Library/Application Support/1Password/Extensions/30890/EMAIL/components/libosxform_xpcom.dylib
       /Library/Application Support/1Password/Extensions/30890/EMAIL/components/libosxform_xpcom.dylib
       /Library/Application Support/1Password/Extensions/30890/EMAIL/components/libosxform_xpcom.dylib
       /Library/Application Support/1Password/Extensions/30890/EMAIL/components/libosxform_xpcom.dylib
       /Library/Application Support/1Password/Extensions/30890/EMAIL/components/libosxform_xpcom.dylib
       /Library/Application Support/1Password/Extensions/32009/EMAIL/components/libosxform_xpcom.dylib
       /Library/Application Support/1Password/Extensions/32009/EMAIL/components/libosxform_xpcom.dylib
       /Library/Application Support/1Password/Extensions/32010/EMAIL/components/libosxform_xpcom.dylib
       /Library/Application Support/1Password/Extensions/32010/EMAIL/components/libosxform_xpcom.dylib
       /System/Library/Filesystems/prlufs.fs/Support/10.5/prlufs/lib/libprlufs.2.dylib
       /System/Library/Filesystems/prlufs.fs/Support/10.5/prlufs/lib/libprlufs_ino64.2 .dylib
       /Users/USER/Library/Application Support/Firefox/Profiles/n9lhs06f.default/gmp-gmpopenh264/1.1/libgmpopenh264.dy lib
       /Users/USER/com.apple.AddressBook/Data/Library/Caches/com.apple.AddressBook/com .apple.vision/com.apple.vision.64FaceCoreCLKernel.dylib
       /opt/local/lib/db46/libdb-4.6.dylib
       /opt/local/lib/db46/libdb_cxx-4.6.dylib
       /opt/local/lib/engines/lib4758cca.dylib
       /opt/local/lib/engines/libaep.dylib
       /opt/local/lib/engines/libatalla.dylib
       /opt/local/lib/engines/libcapi.dylib
       /opt/local/lib/engines/libchil.dylib
       /opt/local/lib/engines/libcswift.dylib
       /opt/local/lib/engines/libgmp.dylib
       /opt/local/lib/engines/libgost.dylib
       /opt/local/lib/engines/libnuron.dylib
       /opt/local/lib/engines/libpadlock.dylib
       /opt/local/lib/engines/libsureware.dylib
       /opt/local/lib/engines/libubsec.dylib
       /opt/local/lib/libICE.6.dylib
       /opt/local/lib/libSM.6.dylib
       /opt/local/lib/libX11-xcb.1.dylib
       /opt/local/lib/libX11.6.dylib
       /opt/local/lib/libXau.6.dylib
       /opt/local/lib/libXdmcp.6.dylib
       /opt/local/lib/libXext.6.dylib
       /opt/local/lib/libXfixes.3.dylib
       /opt/local/lib/libXi.6.dylib
       /opt/local/lib/libXrender.1.dylib
       /opt/local/lib/libXt.6.dylib
       /opt/local/lib/libasprintf.0.dylib
       /opt/local/lib/libboost_atomic-mt.dylib
       /opt/local/lib/libboost_chrono-mt.dylib
       /opt/local/lib/libboost_date_time-mt.dylib
       /opt/local/lib/libboost_filesystem-mt.dylib
       /opt/local/lib/libboost_graph-mt.dylib
       /opt/local/lib/libboost_iostreams-mt.dylib
       /opt/local/lib/libboost_locale-mt.dylib
       /opt/local/lib/libboost_log-mt.dylib
       /opt/local/lib/libboost_log_setup-mt.dylib
       /opt/local/lib/libboost_math_c99-mt.dylib
       /opt/local/lib/libboost_math_c99f-mt.dylib
       /opt/local/lib/libboost_math_c99l-mt.dylib
       /opt/local/lib/libboost_math_tr1-mt.dylib
       /opt/local/lib/libboost_math_tr1f-mt.dylib
       /opt/local/lib/libboost_math_tr1l-mt.dylib
       /opt/local/lib/libboost_prg_exec_monitor-mt.dylib
       /opt/local/lib/libboost_program_options-mt.dylib
       /opt/local/lib/libboost_python-mt.dylib
       /opt/local/lib/libboost_random-mt.dylib
       /opt/local/lib/libboost_regex-mt.dylib
       /opt/local/lib/libboost_serialization-mt.dylib
       /opt/local/lib/libboost_signals-mt.dylib
       /opt/local/lib/libboost_system-mt.dylib
       /opt/local/lib/libboost_thread-mt.dylib
       /opt/local/lib/libboost_timer-mt.dylib
       /opt/local/lib/libboost_unit_test_framework-mt.dylib
       /opt/local/lib/libboost_wave-mt.dylib
       /opt/local/lib/libboost_wserialization-mt.dylib
       /opt/local/lib/libbz2.1.0.6.dylib
       /opt/local/lib/libcharset.1.dylib
       /opt/local/lib/libcrypto.1.0.0.dylib
       /opt/local/lib/libdbus-1.3.dylib
       /opt/local/lib/libedit.0.dylib
       /opt/local/lib/libexpat.1.dylib
       /opt/local/lib/libfontforge.1.dylib
       /opt/local/lib/libform.5.dylib
       /opt/local/lib/libfreetype.6.dylib
       /opt/local/lib/libgdraw.4.dylib
       /opt/local/lib/libgettextlib-0.18.3.dylib
       /opt/local/lib/libgettextpo.0.dylib
       /opt/local/lib/libgettextsrc-0.18.3.dylib
       /opt/local/lib/libgif.4.dylib
       /opt/local/lib/libgioftp.1.dylib
       /opt/local/lib/libgunicode.3.dylib
       /opt/local/lib/libgutils.1.dylib
       /opt/local/lib/libiconv.2.dylib
       /opt/local/lib/libicudata.51.2.dylib
       /opt/local/lib/libicui18n.51.2.dylib
       /opt/local/lib/libicuio.51.2.dylib
       /opt/local/lib/libicule.51.2.dylib
       /opt/local/lib/libiculx.51.2.dylib
       /opt/local/lib/libicutest.51.2.dylib
       /opt/local/lib/libicutu.51.2.dylib
       /opt/local/lib/libicuuc.51.2.dylib
       /opt/local/lib/libidn.11.dylib
       /opt/local/lib/libintl.8.dylib
       /opt/local/lib/libjpeg.9.dylib
       /opt/local/lib/liblcms.1.0.19.dylib
       /opt/local/lib/liblzma.5.dylib
       /opt/local/lib/libmenu.5.dylib
       /opt/local/lib/libmng.1.dylib
       /opt/local/lib/libncurses.5.dylib
       /opt/local/lib/libpanel.5.dylib
       /opt/local/lib/libpng15.15.dylib
       /opt/local/lib/libsqlite3.0.dylib
       /opt/local/lib/libssl.1.0.0.dylib
       /opt/local/lib/libtiff.5.dylib
       /opt/local/lib/libtiffxx.5.dylib
       /opt/local/lib/libuninameslist-fr.0.0.2.dylib
       /opt/local/lib/libuninameslist.0.0.2.dylib
       /opt/local/lib/libxcb-composite.0.dylib
       /opt/local/lib/libxcb-damage.0.dylib
       /opt/local/lib/libxcb-dpms.0.dylib
       /opt/local/lib/libxcb-dri2.0.dylib
       /opt/local/lib/libxcb-glx.0.dylib
       /opt/local/lib/libxcb-randr.0.dylib
       /opt/local/lib/libxcb-record.0.dylib
       /opt/local/lib/libxcb-render.0.dylib
       /opt/local/lib/libxcb-res.0.dylib
       /opt/local/lib/libxcb-screensaver.0.dylib
       /opt/local/lib/libxcb-shape.0.dylib
       /opt/local/lib/libxcb-shm.0.dylib
       /opt/local/lib/libxcb-sync.0.dylib
       /opt/local/lib/libxcb-xevie.0.dylib
       /opt/local/lib/libxcb-xf86dri.0.dylib
       /opt/local/lib/libxcb-xfixes.0.dylib
       /opt/local/lib/libxcb-xinerama.0.dylib
       /opt/local/lib/libxcb-xprint.0.dylib
       /opt/local/lib/libxcb-xtest.0.dylib
       /opt/local/lib/libxcb-xv.0.dylib
       /opt/local/lib/libxcb-xvmc.0.dylib
       /opt/local/lib/libxcb.1.dylib
       /opt/local/lib/libxkbfile.1.dylib
       /opt/local/lib/libxkbui.1.0.0.dylib
       /opt/local/lib/libxml2.2.dylib
       /opt/local/lib/libz.1.2.8.dylib
       /opt/local/share/macports/Tcl/darwintrace1.0/darwintrace.dylib
       /opt/local/share/macports/Tcl/machista1.0/machista.dylib
       /opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib
       /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib
       /opt/local/share/macports/Tcl/registry2.0/registry.dylib
       /opt/local/share/qt4/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugi n.dylib
       /opt/local/share/qt4/imports/Qt/labs/gestures/libqmlgesturesplugin.dylib
       /opt/local/share/qt4/imports/Qt/labs/particles/libqmlparticlesplugin.dylib
       /opt/local/share/qt4/imports/Qt/labs/shaders/libqmlshadersplugin.dylib
       /opt/local/share/qt4/imports/QtWebKit/libqmlwebkitplugin.dylib
       /opt/local/share/qt4/plugins/accessible/libqtaccessiblecompatwidgets.dylib
       /opt/local/share/qt4/plugins/accessible/libqtaccessiblewidgets.dylib
       /opt/local/share/qt4/plugins/bearer/libqcorewlanbearer.dylib
       /opt/local/share/qt4/plugins/bearer/libqgenericbearer.dylib
       /opt/local/share/qt4/plugins/codecs/libqcncodecs.dylib
       /opt/local/share/qt4/plugins/codecs/libqjpcodecs.dylib
       /opt/local/share/qt4/plugins/codecs/libqkrcodecs.dylib
       /opt/local/share/qt4/plugins/codecs/libqtwcodecs.dylib
       /opt/local/share/qt4/plugins/designer/libqdeclarativeview.dylib
       /opt/local/share/qt4/plugins/designer/libqt3supportwidgets.dylib
       /opt/local/share/qt4/plugins/designer/libqwebview.dylib
       /opt/local/share/qt4/plugins/graphicssystems/libqglgraphicssystem.dylib
       /opt/local/share/qt4/plugins/graphicssystems/libqtracegraphicssystem.dylib
       /opt/local/share/qt4/plugins/iconengines/libqsvgicon.dylib
       /opt/local/share/qt4/plugins/imageformats/libqgif.dylib
       /opt/local/share/qt4/plugins/imageformats/libqico.dylib
       /opt/local/share/qt4/plugins/imageformats/libqjpeg.dylib
       /opt/local/share/qt4/plugins/imageformats/libqmng.dylib
       /opt/local/share/qt4/plugins/imageformats/libqsvg.dylib
       /opt/local/share/qt4/plugins/imageformats/libqtga.dylib
       /opt/local/share/qt4/plugins/imageformats/libqtiff.dylib
       /opt/local/share/qt4/plugins/qmltooling/libqmldbg_inspector.dylib
       /opt/local/share/qt4/plugins/qmltooling/libqmldbg_tcp.dylib
       /opt/local/share/qt4/plugins/script/libqtscriptdbus.dylib
       /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base/src/da rwintracelib1.0/darwintrace.dylib
       /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base/src/ma chista1.0/machista.dylib
       /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base/src/ma cports1.0/MacPorts.dylib
       /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base/src/pe xtlib1.0/Pextlib.dylib
       /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/base/src/re gistry2.0/registry.dylib
    Frameworks
       /Applications/Microsoft Office 2011/Office/CalendarCore.framework
       - com.microsoft.calendarcore.framework
       /Applications/Microsoft Office 2011/Office/CocoaTooltipParser.framework
       - com.microsoft.CocoaTooltipParser
       /Applications/Microsoft Office 2011/Office/CocoaUI.framework
       - com.microsoft.CocoaUI
       /Applications/Microsoft Office 2011/Office/DocEx.framework
       - com.microsoft.docex
       /Applications/Microsoft Office 2011/Office/Gfx.framework
       - com.microsoft.gfx
       /Applications/Microsoft Office 2011/Office/IRM.framework
       - com.microsoft.irm.framework
       /Applications/Microsoft Office 2011/Office/MBURibbon.framework
       - com.microsoft.ribbon
       /Applications/Microsoft Office 2011/Office/MSXML.framework
       - com.microsoft.msxml
       /Applications/Microsoft Office 2011/Office/MViewLib.framework
       - com.microsoft.mviewlib
       /Applications/Microsoft Office 2011/Office/MetEx.framework
       - com.microsoft.metex
       /Applications/Microsoft Office 2011/Office/MicrosoftCSI.framework
       - com.microsoft.csi
       /Applications/Microsoft Office 2011/Office/MicrosoftCertificate.framework
       - com.microsoft.certificate.framework
       /Applications/Microsoft Office 2011/Office/MicrosoftChartPlugin.framework
       - com.microsoft.chart
       /Applications/Microsoft Office 2011/Office/MicrosoftCloudServices.framework
       - com.microsoft.mbuCloudServices
       /Applications/Microsoft Office 2011/Office/MicrosoftComponentPlugin.framework
       - com.microsoft.mcp
       /Applications/Microsoft Office 2011/Office/MicrosoftConversionLibrary.framework
       - com.microsoft.converterlib
       /Applications/Microsoft Office 2011/Office/MicrosoftCredui.framework
       - com.microsoft.credui
       /Applications/Microsoft Office 2011/Office/MicrosoftDDCS.framework
       - com.microsoft.ddcs
       /Applications/Microsoft Office 2011/Office/MicrosoftFBA.framework
       - com.microsoft.fba
       /Applications/Microsoft Office 2011/Office/MicrosoftFS.framework
       - com.microsoft.mbufs
       /Applications/Microsoft Office 2011/Office/MicrosoftMathFont.framework
       - com.microsoft.mathfont
       /Applications/Microsoft Office 2011/Office/MicrosoftMenuLibrary.framework
       - com.microsoft.menulib
       /Applications/Microsoft Office 2011/Office/MicrosoftOLE.framework
       - com.microsoft.ole
       /Applications/Microsoft Office 2011/Office/MicrosoftOLEAutomation.framework
       - com.microsoft.oleautomation
       /Applications/Microsoft Office 2011/Office/MicrosoftOffice.framework
       - com.microsoft.office
       /Applications/Microsoft Office 2011/Office/MicrosoftOfficeDRM.framework
       - com.microsoft.MicrosoftOfficeDRM
       /Applications/Microsoft Office 2011/Office/MicrosoftOleo.framework
       - com.microsoft.oleo
       /Applications/Microsoft Office 2011/Office/MicrosoftPTLS.framework
       - com.microsoft.msls3
       /Applications/Microsoft Office 2011/Office/MicrosoftProofing.framework
       - com.microsoft.proofing
       /Applications/Microsoft Office 2011/Office/MicrosoftSetupUI.framework
       - com.microsoft.setupui
       /Applications/Microsoft Office 2011/Office/MicrosoftWebServices.framework
       - com.microsoft.webservices
       /Applications/Microsoft Office 2011/Office/MicrosoftWizard.framework
       - com.microsoft.wizard
       /Applications/Microsoft Office 2011/Office/MicrosoftWlmFile.framework
       - com.microsoft.wlmfile
       /Applications/Microsoft Office 2011/Office/MsgrLibClient.framework
       - com.microsoft.msgrlibclient
       /Applications/Microsoft Office 2011/Office/Netlib.framework
       - com.microsoft.netlib
       /Applications/Microsoft Office 2011/Office/OPF.framework
       - com.microsoft.outlook.capi.framework
       /Applications/Microsoft Office 2011/Office/ObjCOPF.framework
       - com.microsoft.entourage.objcopf.framework
       /Applications/Microsoft Office 2011/Office/OfficeAddressBook.framework
       - com.microsoft.msoab
       /Applications/Microsoft Office 2011/Office/OfficeArt.framework
       - com.microsoft.officeart
       /Applications/Microsoft Office 2011/Office/OfficeWindowLocalizer.framework
       - com.microsoft.frameworks.officewindowlocalizer
       /Applications/Microsoft Office 2011/Office/Oimg.framework
       - com.microsoft.Oimg
       /Applications/Microsoft Office 2011/Office/Open XML for Excel.framework
       - com.microsoft.openxml.excel.lib
       /Applications/Microsoft Office 2011/Office/OutlookCore.framework
       - com.microsoft.outlook.core.framework
       /Applications/Microsoft Office 2011/Office/OutlookLegacy.framework
       - com.microsoft.outlook.legacy.framework
       /Applications/Microsoft Office 2011/Office/OutlookPaletteItems.framework
       - com.microsoft.frameworks.outlookpaletteitems
       /Applications/Microsoft Office 2011/Office/OutlookRightsFramework.framework
       - com.microsoft.outlookrightsframework
       /Applications/Microsoft Office 2011/Office/PowerPlant.framework
       - com.microsoft.powerplant
       /Applications/Microsoft Office 2011/Office/PowerPlantCore.framework
       - com.microsoft.powerplantcore
       /Applications/Microsoft Office 2011/Office/SmartArt.framework
       - com.microsoft.igx
       /Applications/Microsoft Office 2011/Office/StdUrlMoniker.framework
       - com.microsoft.urlmon
       /Applications/Microsoft Office 2011/Office/ThreadPool.framework
       - com.microsoft.threadpool
       /Applications/Microsoft Office 2011/Office/Uniscribe.framework
       - com.microsoft.uniscribe
       /Applications/Microsoft Office 2011/Office/Visual Basic for Applications.framework
       - com.microsoft.visualbasic
       /Applications/Microsoft Office 2011/Office/WLMGraphicsDevice.framework
       - com.microsoft.wlmgraphicsdevice
       /Applications/Microsoft Office 2011/Office/WLMKernel.framework
       - com.microsoft.wlmkernel
       /Applications/Microsoft Office 2011/Office/WLMUser.framework
       - com.microsoft.wlmuser
       /Applications/Microsoft Office 2011/Office/WinAPIUI.framework
       - com.microsoft.frameworks.winapiui
       /Applications/Microsoft Office 2011/Office/WinCrypto.framework
       - com.microsoft.frameworks.wincrypto
       /Applications/Microsoft Office 2011/Office/WinHttp.framework
       - com.microsoft.frameworks.winhttp
       /Applications/Microsoft Office 2011/Office/XPG.framework
       - com.microsoft.XPG
       /Applications/Microsoft Office 2011/Office/mbuinstrument.framework
       - com.microsoft.mbuinstrument
       /Applications/Microsoft Office 2011/Office/mbukernel.framework
       - com.microsoft.mbukernel
       /Applications/Microsoft Office 2011/Office/mbulocale.framework
       - com.microsoft.mbulocale
       /Applications/Microsoft Office 2011/Office/mbunamedstrings.framework
       - com.microsoft.mbunamedstrings
       /Applications/Microsoft Office 2011/Office/mbustrings.framework
       - com.microsoft.mbustrings
       /Applications/Microsoft Office 2011/Office/merp.framework
       - com.microsoft.merp
       /Applications/Microsoft Office 2011/Office/molc.framework
       - com.microsoft.molc.framework
       /Applications/Microsoft Office 2011/Office/wlmstrings.framework
       - com.microsoft.wlmstrings
       /Developer/Library/Frameworks/CPlusTest.framework
       - com.apple.Xcode.CPlusTest
       /Developer/Library/Frameworks/InterfaceBuilderKit.framework
       - com.apple.InterfaceBuilderKit
       /Developer/Library/Frameworks/SenTestingKit.framework
       - ch.sente.SenTestingKit
       /Developer/Library/PrivateFrameworks/DTARMDisassembly.framework
       - com.apple.DTARMDisassembly
       /Developer/Library/PrivateFrameworks/DTBinaryAnalysis.framework
       - com.apple.dt.DTBinaryAnalysis
       /Developer/Library/PrivateFrameworks/DTInstrumentsCP.framework
       - com.apple.DTInstrumentsCP
       /Developer/Library/PrivateFrameworks/DTMessageQueueing.framework
       - com.apple.DTMessageQueueing
       /Developer/Library/PrivateFrameworks/DevToolsBundleInjection.framework
       - com.apple.Xcode.DevToolsBundleInjection
       /Developer/Library/Private

  • Problems with MIME type in Safari

    Hi.
    Somebody send me files via some web page, but safari keeps asking this.
    The page “******* - QuickLink Delivery” has content of MIME type “application/x-aspera-web”. Because you don’t have a plug-in installed for this MIME type, this content can’t be displayed.
    I try to find the plug-in but i can't find it.

    Welcome to Apple Discussions
    Have a look here. This may be helpful.
    Would you post the URL sent to you. Curious to see the web site requiring the plug-in.

  • Safari cannot find the Internet plug-in (MIME type...x-shockwave-flash)

    Well, YouTube and other flash sites worked fine just until today. So I get this message :
    +The page “YouTube - Meet Single File” has content of MIME type “application/x-shockwave-flash”. Because you don’t have a plug-in installed for this MIME type, this content can’t be displayed.+
    I've already tried Disk Repair to repair the permissions, installed, re-installed Flash Player and Shockwave Player and nothing yet. System preferences with QuickTime Advanced Panel to enable flash and the other miscelaneous one I unchecked, the normal procedure, I guess. Also checked the libraries to see if I didn't have the plugin in two libraries, but i'm not sure about the library/plugin issue.
    Any help is much appreciated.
    Best Regards,
    Kinetick

    I actually don't get any error message at all. The Q is greyed out and a large ? in center of it and nothing works in Safari. I get the same non-message wherever I go that has QT. I have tried some of the fixes that have worked for other people but nothing works so far. I tossed the webplugin into the trash and restarted Safari. I repaired permissions. I looked at the plug-ins list in help but that was only confusing since I don't have a clue what any of those control. Getting frustrated and have spent a couple of hours trying to fix this.

  • How to filter with mime types

    Again thanks for the help getting up and running.
    Now that I am up and running I know my task at hand and I have comleted most of it except for a couple of things. Here is my task:
    To have 1 URL filter lists. Lets call it WhiteList-special. What my manager wants is this.
    To all URL's matching the WhiteList-special filter allow the connections filtering out a set of mime types.
    To all URL's not in the WhiteList (still allow them them) but apply a different set of mime type restrictions.
    How can I go about doing this? Do I use the http:// resource and set up the whitelist-special there with a mime list and then in default set up an allow list of basically .* with a different mime type list ??
    Also I noticed that in the mime.types file gnu zip (.gz) was listed as an encoding and not application. Thus if I include the gz mime type in my <Filter "filter-ct" ...> line the gz seems to be ignored. I block all other mime types that are of the application type but I cannot block any encoding type. Am I doing something wrong?
    thanks
    Doug

    Here is what you can do:
    (the simplest way)
    Use a filter that will add a variable to all the mime-types that you want to whitelist.
    Then use a filter to deny all the other types. In the below code, the identity filter is the one that you can use to touch all the whitelist -- (below, it only allows text/plain), and the deny filter will deny all the rest.
    To your question on content-type, check how the content-length is obtained in the below code.
    -------obj.conf------------
    <Object ppath="http://.*">
    ObjectType fn="cache-enable" query-maxlen="10" log-report="off"
    ObjectType fn="cache-setting" lm-factor="0.10" max-uncheck="7200"
    Output fn="insert-filter" type="text/plain" filter="identityfilter"
    Output fn="insert-filter" type="*" filter="denyfilter"
    Service fn="proxy-retrieve" method="*"
    </Object>
    |cat identityfilter.c
    * Usage:
    *     At the end of magnus.conf:
    *         Init fn="load-modules"
    *              shlib="<path>/identityfilter.<ext>"
    *              NativeThread="no"
    *     Inside an object in obj.conf:
    *         Output fn="insert-filter"
    *                type="text/*"
    *                filter="identityfilter"
    #include "nsapi.h"
    int identityfilter_insert(FilterLayer *layer, pblock *pb) {
        pblock_nninsert("identityfilter", 1, layer->context->rq->vars);
        return REQ_PROCEED;
    void identityfilter_remove(FilterLayer *layer) {
    int identityfilter_write(FilterLayer *layer, const void *buf, int amount) {
        return net_write(layer->lower, buf , amount);
    NSAPI_PUBLIC int nsapi_module_init(pblock *pb, Session *sn, Request *rq) {
        FilterMethods methods = FILTER_METHODS_INITIALIZER;
        methods.insert = &identityfilter_insert;
        methods.remove = &identityfilter_remove;
        methods.write = &identityfilter_write;
        const Filter *filter = filter_create("identityfilter", FILTER_CONTENT_TRANSLATION, &methods);
        return REQ_PROCEED;
    |cat denyfilter.c
    * Usage:
    *     At the end of magnus.conf:
    *         Init fn="load-modules"
    *              shlib="<path>/denyfilter.<ext>"
    *              NativeThread="no"
    *     Inside an object in obj.conf:
    *         Output fn="insert-filter"
    *                type="text/*"
    *                filter="denyfilter"
    #include "nsapi.h"
    int denyfilter_insert(FilterLayer *layer, pblock *pb) {
        char* processed = pblock_findval("identityfilter", layer->context->rq->vars);
        if (!processed) {
            pb_param *pp = pblock_remove("content-length", layer->context->rq->srvhdrs);
            if (pp) param_free(pp);
            layer->context->data = (void*)1;
            Request* rq = layer->context->rq;
            rq->status_num = 403;
            pp = pblock_remove("status", rq->srvhdrs);
            if (pp) param_free(pp);
            pblock_nvinsert("status", "403", rq->srvhdrs);
        } else {
            layer->context->data = (void*)0;
        return REQ_PROCEED;
    void denyfilter_remove(FilterLayer *layer) {
    int denyfilter_write(FilterLayer *layer, const void *buf, int amount) {
        if ( layer->context->data ) return IO_ERROR;
        else return net_write(layer->lower, buf, amount);
    NSAPI_PUBLIC int nsapi_module_init(pblock *pb, Session *sn, Request *rq) {
        FilterMethods methods = FILTER_METHODS_INITIALIZER;
        methods.insert = &denyfilter_insert;
        methods.remove = &denyfilter_remove;
        methods.write = &denyfilter_write;
        const Filter *filter = filter_create("denyfilter", FILTER_CONTENT_TRANSLATION, &methods);
        return REQ_PROCEED;
    -----------------------------------What is my best approach? Can I simply call another Filter from mine?
    check out func_exec and friends in nsapi.

Maybe you are looking for