Are you getting this error message when trying to build kdiff3 in MacPorts? i686-apple-darwin9-g++-4.0.1: /usr/X11/lib/libGL.dylib: No such file or directory make[2]: *** [libkdiff3part.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. Here is how to solve it: [bash] $ sudo mv /usr/X11R6/lib/libGL.dylib /usr/X11R6/lib/libGL.dylib_bak $ sudo [...]
If you are building Ruby by hand on Debian and you need OpenSSL support, make sure to install the libssl-dev package (sudo aptitude install libssl-dev). The tricky part is that even if you don’t install it, configuring the Ruby build with OpenSSL (./configure –with-openssl …) will not complain that the necessary libraries are missing. Why? [...]
© JJB Blog. Powered by WordPress using the DePo Skinny Theme.