LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Problems installing libquicktime - libraw1394 (https://www.linuxquestions.org/questions/fedora-35/problems-installing-libquicktime-libraw1394-387597/)

Ross Clement 11-29-2005 11:10 AM

Problems installing libquicktime - libraw1394
 
Hi. I'm having problems installing libquicktime on Fedora Core 4. I haven't found any appropriate rpms for FC4 and was using the FC3 rpms.

I've installed libraw1394 through yum and FC4 repositories. However, yum lists not one but two identically named rpms for libraw1394. Here's the output of a rpm -qa showing that both are installed.

# rpm -qa | grep libraw1394
libraw1394-1.2.0-1.fc4
libraw1394-debuginfo-1.2.0-1.fc4
libraw1394-1.2.0-1.fc4
libraw1394-devel-1.2.0-1.fc4
[root@localhost Desktop]#

I'm running a XP3800+ X2 processor. If I go to /usr/lib64 I find:

# ls -l libraw1394*
-rw-r--r-- 1 root root 33578 Jul 23 04:17 libraw1394.a
-rwxr-xr-x 1 root root 809 Jul 23 04:17 libraw1394.la
lrwxrwxrwx 1 root root 19 Nov 29 15:41 libraw1394.so -> libraw1394.so.8.1.0
lrwxrwxrwx 1 root root 19 Nov 29 15:59 libraw1394.so.5 -> libraw1394.so.8.1.0
lrwxrwxrwx 1 root root 19 Nov 29 15:41 libraw1394.so.8 -> libraw1394.so.8.1.0
-rwxr-xr-x 1 root root 21712 Jul 23 04:17 libraw1394.so.8.1.0
[root@localhost lib64]#

The libraw1394.so.5 symbolic link is one that i added by hand.

It looks like libraw1394 is well an truly installed on my machine. I have executed /sbin/ldconfig to make sure the library has been noted, and have the kernel module for raw1394 installed and loaded.

[root@localhost Desktop]# /sbin/lsmod | grep raw1394
raw1394 34529 0
ieee1394 378713 2 raw1394,ohci1394
[root@localhost Desktop]#


In case that was anything to do with the problem. But still when I try to install libquicktime I get the following error:

# !rpm
rpm -Uvh libquick*.rpm
warning: libquicktime-0.9.7-1.1.fc3.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
libraw1394.so.5()(64bit) is needed by libquicktime-0.9.7-1.1.fc3.rf.x86_64
[root@localhost Desktop]#

Anyone know what I might be doing wrong?

Cheers,

Ross-c

brianthegreat 11-29-2005 11:31 AM

Dude, just yum for it!!

---------------

# yum install libquicktime
Setting up Install Process
Setting up repositories
core 100% |=========================| 1.1 kB 00:00
dries 100% |=========================| 951 B 00:00
freshrpms 100% |=========================| 951 B 00:00
rpmforge 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
newrpms.sunsite.dk 100% |=========================| 951 B 00:00
updates 100% |=========================| 951 B 00:00
updates-released 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 719 kB 00:36
rpmforge : ################################################## 2999/2999
Added 78 new packages, deleted 57 old in 5.86 seconds
primary.xml.gz 100% |=========================| 359 kB 00:02
updates-re: ################################################## 1017/1017
Added 26 new packages, deleted 15 old in 2.72 seconds
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for libquicktime to pack into transaction set.
libquicktime-0.9.7-2.2.fc 100% |=========================| 9.0 kB 00:00
---> Package libquicktime.i586 0:0.9.7-2.2.fc4 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
libquicktime i586 0.9.7-2.2.fc4 freshrpms 420 k

Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 420 k

Ross Clement 11-29-2005 01:15 PM

POSTING HEAVILY EDITED:
[previous version]
Hi. You have more repositories in your list than I do. If I try to yum install libquicktime, I don't find it.

Would it be too much to ask if you could post the contents of your /etc/yum.repos.d as a single text file could you?

Cheers,

Ross-c

[new stuff]

Actually, cancel that. I started putting in the repos one by one, and freshrpms appears to be the one I needed. I was intending to install kino on my machine at work. I've just discovered that my additional repositories allowed me to "yum install kino" as well. This is on my i386 machine at home. Hopefully things will be just as easy on my AMD64-X2 machine at work.


All times are GMT -5. The time now is 08:45 PM.