> I have a problem installing GLPK. > I downloaded glpk-4.43.tar.gz.sig and glpk-4.43.tar.gz. > And run a command like this : > gpg --verify glpk-4.32.tar.gz.sig
> But this command failed because I didn #39;t have the required public key. > So I run the following command to import it : > gpg --keyserver keys.gnupg.net --rec-keys 5981E818 > This command also failed with below message. > gpg: requesting key 5981E818 from hkp server keys.gnupg.net > gpgkeys: HTTP fetch error 7: couldn #39;t connect to host > gpg: no valid OpenPGP data found. > gpg: Total number processed: 0 > What is the problem? Looks like you have a connection problem. Go to http://keys.gnupg.net/ , enter search string 0x5981E818, press "Submit Query" button, and download my public key. You can also import my public key from the file AUTHORS, which is included in every glpk distribution. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
