On Fri, 2003-03-14 at 08:27, Muralikrishnan B wrote: > One small issue with it ... It refused understand that gtkhtml was > installed in the same path as evolution 1.3.1. Kept looking at some > other path & telling me that it cant find gnome-gtkhtml-editor-3.0 > even though it is complied & installed (custom path is there in $PATH) > when I try to open a compose window. > > Had to symlink gnome-gtkhtml-editor-3.0 in /opt/gnome_cvs/bin/ to > /usr/bin for that to work.
Are you aware the *nix (Unix, Linux... whatever) reads your $PATH environment variable in order from left to right and search for a program in that? /bin:/usr/bin:/usr/local/bin Your box will look in /bin before /usr/bin and finally /usr/local/bin before saying it can't find a file. If a file is found in /bin it won't look in /usr/bin for the file because it found it and would be crazy to continue looking in the other paths. HTH's -- Christopher Ness Software Engineering III, McMaster University < http://nesser.homelinux.org > My blog, read it and weap. sketchy running 2.4.18-26.8.0 kernel is a i686-pc-linux-gnu machine. 9:22am up 1:36, 1 user, load average: 0.40, 0.27, 0.36 _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
