Gus Wirth wrote:
Néstor wrote:
Guys,

I am trying to install htdig on my RHEL 4 and when I run 'configure' script
and I get a error/warning:
configure: error: To compile ht://Dig, you will need a C++ library. Try
installing libstdc++.

I did a 'locate' on my system for this library and it found the following:
/usr/share/apps/kdevdocumentation/tocs/libstdc++.toc
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
/usr/lib/libstdc++.so.6.0.3
/usr/lib/libstdc++.so.5.0.7
/usr/lib/libstdc++-libc6.1-1.so.2
/usr/lib/libstdc++-libc6.2-2.so.3
/usr/lib/gcc/i386-redhat-linux/3.4.3/libstdc++.so
/usr/lib/gcc/i386-redhat-linux/3.4.3/libstdc++.a
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libstdc++.so
/usr/lib/gcc-lib/i386-redhat-linux/3.2.3/libstdc++.a
/usr/lib/gcc-lib/i386-redhat-linux/3.3.4/libstdc++.so
/usr/lib/gcc-lib/i386-redhat-linux/3.3.4/libstdc++.a
/usr/lib/libstdc++.so.5

How do I make it so htdig can find one of the libraries found in my system
or do I still need to download a libstdc++ library

Thanks,

Nestor**


The message is misleading. What it really means is that you need the development packages, which means the header files. Try installing the
libstdc++-devel package and see if that helps.

Also, why are you building htdig yourself instead of using the pre-built htdig package. You could probably use one of the packages from Fedora or CentOS if there isn't an official one for RHEL.

Gus


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to