|
From: <br...@ph...> - 2006-08-24 19:28:44
|
Shehu S. AbdusSalam wrote: > $ gnuplot > Expected X11 driver: > usr/local/libexec/gnuplot/4.1/gnuplot_x11 > Exec failed: Permission denied > See 'help x11' for more details > > I have checked gnuplot_x11 got right permissions. The message is quite strange. What --prefix did you use to configure gnuplot? That exact message as you show it can only happen if you configured with --prefix=usr/local, which would be a seriously bad idea. The prefix has to be an absolute path, and you generally have to "make install" before the program actually works. |