> In examples dir i do "sudo mv glpsol
> /usr/local/bin" and "sudo chmod +x
> /url/local/bin/glpsol" and I can run glpsol in any dir
> without have
> physically glpsol file in the dir?
> 

Two crucial things to make it work:

1. /usr/local/bin is in your $path 
2. glpk.so (dynamic library) is in the right place.

to check which glpsol will be invoked, run

> which glpsol

if nothing, then glpsol is not in your path.

If 1 is passed, but 2 is not, then you glpsol won't
be able to link to glpk.so, and you still get stuck.



      


_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to