Installing git on linux
Trying to install git from source on our linux server (we're running RHEL4 at work) and I was getting an error running make.
undefined reference to `libiconv'
Running make like this worked.
make install CFLAGS="-liconv"
But after the install was finished, running git barfed at me about loading a shared library libiconv.so.2.
I had to edit /etc/ld.so.conf and add /usr/local/lib and run ldconfig.
Credit Mark Turner for the ldconfig tip. Thanks man.
Trackbacks
Use the following link to trackback from your own site:
http://blog.randomutterings.com/articles/trackback/29
