View Single Post
  #7 (permalink)  
Old 11-23-2005, 02:33 PM
xtremetoonz xtremetoonz is offline
Active Member
 
Posts: 32
Default

Quote:
Originally Posted by xtremetoonz
]# up2date -i compat-libstdc++

The following packages you requested were not found:
compat-libstdc++
]# find / -name libstdc*
/usr/lib/libstdc++.so.6.0.3


cd /usr/lib
ln -s libstdc++.so.6.0.3 libstdc++.so.5

now I get:

Code:
Checking for prerequisites...
    NPTL...FOUND
    libidn...FOUND libidn-0.5.6-1
    curl...FOUND curl-7.12.1-3
    fetchmail...FOUND fetchmail-6.2.5-6.el4.2
    gmp...FOUND gmp-4.1.4-3
    /usr/lib/libstdc++.so.5...FOUND
Maybe I cheated and maybe it'll break, but it got me past that part...moving on...
Reply With Quote