Changes between Version 11 and Version 12 of ProblemHotlist


Ignore:
Timestamp:
Nov 8, 2006, 2:13:17 AM (17 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

better explain how to use the dependency search script

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v11 v12  
    3737}}}
    3838
     39Copy this script, paste it into a text editor, and save it, e.g. as depsearch.sh. Then run it in the Terminal, passing it the name of the library you want it to search for. In this case, to search for ports that depend on gettext, tell it to look for the library "libintl". E.g. if you saved the script to your Desktop, run it this way:
     40
     41{{{
     42bash ~/Desktop/depsearch.sh libintl
     43}}}
     44
    3945Now you’ve got a list of ports you need to fix.  Force uninstall each of these ports and remove their archives.
    4046{{{