[mythtv-users] libiec61883 dependency in (64bit) Fedora Core 5?

Dean Wilson dean.k.wilson at gmail.com
Fri May 26 03:33:30 UTC 2006


I recently upgraded my processor to an AMD X2 4200, which is 64-bit.
Not having had a 64-bit processor before, I wanted to install Fedora
Core 5 in 64 bit.  Everything went fine until I started trying to
install myth.  When I ran "yum install mythtv-suite", it eventually
returned with this error:

--> Running transaction check
--> Processing Dependency: libiec61883.so.0 for package: mythdvd
--> Processing Dependency: libiec61883.so.0 for package: libmyth
--> Processing Dependency: libiec61883.so.0 for package: mythtv-backend
--> Processing Dependency: libiec61883.so.0 for package: mythtv-frontend
--> Processing Dependency: libiec61883.so.0 for package: mythbrowser
--> Processing Dependency: libiec61883.so.0 for package: mythtv-setup
--> Finished Dependency Resolution
Error: Missing Dependency: libiec61883.so.0 is needed by package mythtv-backend
Error: Missing Dependency: libiec61883.so.0 is needed by package mythtv-setup
Error: Missing Dependency: libiec61883.so.0 is needed by package mythtv-frontend
Error: Missing Dependency: libiec61883.so.0 is needed by package mythdvd
Error: Missing Dependency: libiec61883.so.0 is needed by package mythbrowser
Error: Missing Dependency: libiec61883.so.0 is needed by package libmyth

So I installed libiec61883-1.0.0-10.fc5.2,
libiec61883-devel-1.0.0-10.fc5.2, and
libiec61883-utils-1.0.0-10.fc5.2.  (Verified below:)

[root at hepcats ~]# rpm -qa | grep -i libiec
libiec61883-1.0.0-10.fc5.2
libiec61883-devel-1.0.0-10.fc5.2
libiec61883-utils-1.0.0-10.fc5.2

And I found that libiec61883.so.0 is in the following location:

[root at hepcats ~]# locate libiec61883.so.0
/usr/lib64/libiec61883.so.0
/usr/lib64/libiec61883.so.0.0.0

In order to make sure that the libraries are in the search path, I
also modified /etc/ld.so.conf as follows:
[root at hepcats ld.so.conf.d]# more /etc/ld.so.conf
/lib
/lib64
/usr/lib
/usr/lib64
/usr/local/lib
/usr/local/lib64
/usr/X11R6/lib64
#/usr/lib/nvidia-graphics-1.0-8762
include ld.so.conf.d/*.conf

Unfortunately, I'm still getting the same error!  Has anyone else had
this problem?  What am I doing wrong?  If you can help with the 64-bit
issues, I'd appreciate it, but at this point I'm willing to go back to
32-bit if that seems the better option.  Any help would be greatly
appreciated...

~Dean


More information about the mythtv-users mailing list