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