Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

libgdbm can not be located

$
0
0
I have a Redhat Enterprise 6 (6.4 ) system that I’ve installed QT “qt-4.6.2-26.el6_4.x86_64” with QT Creator 2.7.0 from revision b6257ef735 and qt-everywhere-opensource-4.8.4. I’ve downloaded and installed libgdbm-1.10. I’m building a project that requires libgdbm in QT creator and the libraries are installed yet QT can’t locate them. [blavoie@rh3 rd-development]$ locate libgdbm /usr/lib64/libgdbm.so.2 /usr/lib64/libgdbm.so.2.0.0 /usr/local/Trolltech/Qt-4.8.4/lib/libgdbm.a /usr/local/Trolltech/Qt-4.8.4/lib/libgdbm.la /usr/local/Trolltech/Qt-4.8.4/lib/libgdbm.so /usr/local/Trolltech/Qt-4.8.4/lib/libgdbm.so.4 /usr/local/Trolltech/Qt-4.8.4/lib/libgdbm.so.4.0.0 [blavoie@rh3 rd-development]$ I tried setting the LD_LIBRARY_PATH but that doesn’t seem to work for this machine. Any ideas as to what the problem is?

Viewing all articles
Browse latest Browse all 2113

Trending Articles