LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   libstdc++.so.6 required but gcc3.4.4 already installed (https://www.linuxquestions.org/questions/linux-software-2/libstdc-so-6-required-but-gcc3-4-4-already-installed-335559/)

underdawg 06-20-2005 07:22 PM

libstdc++.so.6 required but gcc3.4.4 already installed
 
I am trying to install wxPython2.6.1.0 from the src.rpm on my Redhat system,
and got these errors.

$ rpmbuild --rebuild wxPython*
$ cd /usr/src/redhat/RPMS/i386
$ rpm -i wxPython-common*
$ rpm -i wxPython2.6-gtk2-unicode*
error: Failed dependencies:
libstdc++.sp.6(GLIBCXX_3.4) is needed by
wxPython2.6-gtk2-unicode-2.6.1.0-1

GCC 3.4.4 and it's libraries are already installed, so I can't understand
why it can't find the libraries. I have set LD_LIBRARY_PATH and
C_LIBRARY_PATH to the correct directories. I have also updated
/etc/ld.so.conf

What else can I do?

Thanks

Matir 06-20-2005 07:57 PM

gcc does not provide libstdc++. That's part of glibc, I believe.

underdawg 06-20-2005 08:09 PM

gcc.gnu.org says that libstdc++ is now installed when gcc is installed. Anyway, I'll try to install it separately.

Thanks


All times are GMT -5. The time now is 01:22 PM.