Page 1 of 1

Installatiion problems in fedora 4

Posted: 15 Oct 2006 21:14
by veerendra
Hi all I tried to install VLC Player and got the following error. Can snyone pls solve this prob

[root@localhost Desktop]# rpm -i videolan-client-0.8.4-3.2.fc4.i386.rpm
warning: videolan-client-0.8.4-3.2.fc4.i386.rpm: Header V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4.6) is needed by videolan-client-0.8.4-3.2.fc4.i386
[root@localhost Desktop]# rpm -q libstdc++
libstdc++-4.0.0-8

Posted: 22 Oct 2006 12:04
by dalam
You can try
ftp://ftp.rhd.ru/pub/fedora/linux/core/ ... dora/RPMS/
and download
File: SDL-1.2.8-3.2.i386.rpm
File: SDL-devel-1.2.8-3.2.i386.rpm

and install them

for other packages, you can try...

ftp://ftp.freshrpms.net/pub/freshrpms/fedora/linux/4/

Posted: 22 Oct 2006 16:22
by cryptyde
I would go to this site and enable their repositories and then it should be just a matter of:

Code: Select all

# yum install vlc
Livna

That's how I installed on FC5 and FC4 previously. :)