How to make libtool point to user installed library?
问题 I am trying to install a rubygem which keeps on trying to read a library which is not available. grep: /usr/lib64/libgdbm.la: No such file or directory /bin/sed: can't read /usr/lib64/libgdbm.la: No such file or directory libtool: link: /usr/lib64/libgdbm.la' is not a valid libtool archive In order to work around this, I installed my own libgdbm and provided the path to the libgdbm in the makefile LDFLAGs but to no avail. Any help is much appreciated. 回答1: This rubygem seems to do dirty stuff