This is cross-posted from StackOverflow. I see the forum is active so I'm looking for help here as well.
No matter what I do, I can't seem to build and install the PyGLPK librares so that Python finds them correctly. This comes after running ./configure, make, and sudo make install on the GLPK libraries, and following the instructions for PyGLPK.
I assume that something isn't linking to somewhere else, and that it probably has something to do with paths and environment variables. However, here's where my abilities in the shell fail, and I'm at a loss over what to do next.
1. I'm able to run the GLPK Solver (`glpsol`) from the command line, so I know that it works, at least in theory.
2. At one point I tried using MacPorts to install a version of GLPK. I've since uninstalled this version, albeit using MacPorts.
3. Here's the result of using `otool -L`, which apparently is the OS X answer to `ldd`:
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/glpk.so:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.11)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is cross-posted from StackOverflow. I see the forum is active so I'm looking for help here as well.
No matter what I do, I can't seem to build and install the PyGLPK librares so that Python finds them correctly. This comes after running ./configure, make, and sudo make install on the GLPK libraries, and following the instructions for PyGLPK.
Specifically, here is the error I get:
I assume that something isn't linking to somewhere else, and that it probably has something to do with paths and environment variables. However, here's where my abilities in the shell fail, and I'm at a loss over what to do next.
1. I'm able to run the GLPK Solver (`glpsol`) from the command line, so I know that it works, at least in theory.
2. At one point I tried using MacPorts to install a version of GLPK. I've since uninstalled this version, albeit using MacPorts.
3. Here's the result of using `otool -L`, which apparently is the OS X answer to `ldd`: