help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] [Fwd: Question on installation of glpk]


From: Heinrich Schuchardt
Subject: Re: [Help-glpk] [Fwd: Question on installation of glpk]
Date: Thu, 4 Aug 2016 22:20:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0

Dear Wei,

your mail had to be forwarded manually because you are not subscribed to
the GLPK help list, see,
https://lists.gnu.org/mailman/listinfo/help-glpk

The current version of GLPK is 4.60.

The result that you see for the signature is what is expected because
Andrews key was not signed by anybody you trust.

In fact Andrew's key has not be signed by anybody. (And it should only
be signed by somebody meeting him in person.)

Furthermore a key length of 1024 bit was ok in 2003 when Andrew created
the key but has to be considered too short today.

To install GLPK you have to run:

wget http://ftp.gnu.org/gnu/glpk/glpk-4.60.tar.gz
tar -xzf glpk-4.60.tar.gz
cd glpk-4.60
./configure
make
make check
sudo make install
sudo ldconfig

Please, observe that the library is installed in /usr/local/lib by
default. This directory is not in the library search path of some Linux
distributions like Fedora. One way to overcome this is setting
LD_LIBRARY_PATH.

Best regards

Heinrich Schuchardt

On 04.08.2016 14:18, Andrew Makhorin wrote:
> -------- Forwarded Message --------
> To: address@hidden
> Subject: Question on installation of glpk
> Date: Wed, 3 Aug 2016 20:55:53 -0700
> 
> Dear maintainers,
> 
> 
> I have encountered an issue while running the command
> 
> 
> gpg --verify glpk-4.59.tar.gz.sig
> 
> 
> 
> I got an message saying
> 
> 
> gpg: Signature made Thu 10 Mar 2016 09:06:13 PM PST using DSA key ID
> 5981E818
> gpg: Good signature from "Andrew Makhorin <address@hidden>"
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:          There is no indication that the signature belongs to the
> owner.
> Primary key fingerprint: A2B5 6CCB 4222 0C06 4813  35BA D17B F230 5981
> E818
> 
> 
> Eventually the library is not successfully installed. Is this because of
> the above warning?
> 
> Thanks in advance,
> Wei



reply via email to

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