Check where your dot executable is on linux. > which dot /usr/local/bin/dot
You will need to add the dot_path entry in your trac.ini (if it is not in a location in PATH.) [mastertickets] dot_path=/opt/local/bin/dot In my case I did not need to add the entry because /usr/local/bin is in the PATH for the user running apache2. On Mar 19, 8:41 am, mona <[email protected]> wrote: > Hi, > I installed MasterTicketPlugin and GraphvizPlugin. I can view > graphs by editing wiki page, but the dependancy graph is not > displaying when i click on 'degraph' link on ticket page. This is > problem when i use this plugins on linux. On windows it shows > dependancy graph. > > Thanks & Regards, > Mona --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
