Failed to Install GLPK
Symptom
The GLPK installation failed.
Key Process and Cause Analysis
None
Conclusion and Solution
Use the source code for installation.
- Download the GLPK installation package.
wget https://ftp.gnu.org/gnu/glpk/glpk-5.0.tar.gz
- Decompress the installation package.
tar zxvf glpk-5.0.tar.gz
- Go to the glpk-5.0 directory and run the configuration script.
cd glpk-5.0 ./configure
- Perform compilation and installation.
make make install
Parent topic: Troubleshooting