Mostly here so to make googling for "Install Perl's GraphViz on OS X" easier.
In installing GraphViz on my new iBook, I remembered that I could not use the latest Graph.pm and thus had to fall back to 0.20105. Then I had to make the GraphViz dot executable avaialable for GraphViz.pm. One Website recommended adding /Applications/Graphviz.app/Contents/MacOS to your path. This seems like path pollution, so I recommended creating a soft link to dot from some existing spot in one's path.
ln -s /Applications/Graphviz.app/Contents/MacOS/dot dot
Later when I googled for that when I wanted to reinstall GraphViz, I discovered they deleted my comment. Either someone doesn't like being corrected or I gave bad advice.
Re:never attributes to malice...
Ovid on 2005-01-08T16:09:19
My apologies. I hadn't even considered that, but it makes sense.
Oops, I noticed that. This is longer an issue, now that 2.02 no longer depends on Graph.pm.I remembered that I could not use the latest Graph.pm