help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Questions about install glpk


From: Jiří Spitz
Subject: Re: [Help-glpk] Questions about install glpk
Date: Fri, 13 Sep 2013 10:04:13 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

Jackie Brook wrote:
I followed the instruction of 'INSTALL' in the downloaded GLPK package
of version glpk-4.52.1. Use the commands of gzip, tar, ./configure, then
make, make check, sudo make install. All works fine. But there is no
glpsol.exe generated, no 'bin' directory. When I try to use the 'glpsol'
under the 'examples' directory to compile a new file, there is an error:
glpsol: error while loading shared libraries: libglpk.so.36: cannot open
shared object file: No such file or directory.  After I disabled the
shared library, the problem is still there.

Is there something wrong or missing for my install steps?
Btw, I install glpk under Ubuntu 12.04.2. I have the similar problem
under windows command lines.

It is necessary to issue the following command after make install:

sudo ldconfig

Ldconfig creates the necessary links and cache to the most recent shared libraries.

Jiri



reply via email to

[Prev in Thread] Current Thread [Next in Thread]