| 25 | |
| 26 | ==== Known Issues ==== |
| 27 | |
| 28 | ===== Rechability graph creation fails on Mac OS X Gui application although Graphviz is installed ===== |
| 29 | If started by double-clicking the PATH variable uses the system default values. |
| 30 | Since dot is found in /opt/local/bin (Mac Ports) the execution of dot will fail. |
| 31 | *Remedy:* Add a line containing the full new path for the system in file /etc/launchd.conf. |
| 32 | |
| 33 | If the file does not exist, simply do something like: |
| 34 | {{{ |
| 35 | sudo echo "setenv PATH /usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin" > /etc/launchd.conf |
| 36 | }}} |
| 37 | If the file already exists, edit the file as super user. |
| 38 | See also this [[http://serverfault.com/questions/16355/how-to-set-global-path-on-os-x/277034#277034|discussion]] on serverfault. |