The line:
/usr/bin/mkdir: cannot create directory `/usr/local/include': Permission denied means thet you do not have permission to create the directory `/usr/local/include'. Are you able to install this as root, or have you a supervisor who can? Otherwise you can compile glpk using the --prefix= option in ./configure to specify a directory where you can install glpk. -- Nigel Galloway [email protected] On Mon, Apr 28, 2014, at 04:30 AM, Dan Cancro wrote: Hi group, I need some help getting glpk installed as a Ruby gem on my bluehost server. I have followed [1]these steps. I get as far as make install and run into some permission trouble. > make install Making install in include make[1]: Entering directory `/home4/dancancr/work/glpk/glpk-4.44/include' make[2]: Entering directory `/home4/dancancr/work/glpk/glpk-4.44/include' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include" || /usr/bin/mkdir -p "/usr/local/include" /usr/bin/mkdir: cannot create directory `/usr/local/include': Permission denied make[2]: *** [install-includeHEADERS] Error 1 make[2]: Leaving directory `/home4/dancancr/work/glpk/glpk-4.44/include' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home4/dancancr/work/glpk/glpk-4.44/include' make: *** [install-recursive] Error 1 Thanks, Dan _______________________________________________ Help-glpk mailing list [2][email protected] [3]https://lists.gnu.org/mailman/listinfo/help-glpk References 1. http://rubydoc.info/gems/rglpk/0.2.6/frames 2. mailto:[email protected] 3. https://lists.gnu.org/mailman/listinfo/help-glpk -- http://www.fastmail.fm - Email service worth paying for. Try it for free
_______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
