Fedora This forum is for the discussion of the Fedora Project.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
02-28-2007, 12:40 PM
#1
Member
Registered: Sep 2006
Location: chennai
Distribution: fedora core 8
Posts: 106
Rep:
Running transaction stage of yum problem
Whenever I install anything using yum after downloading and runnning transaction I get the following :
Code:
Downloading Packages:
(1/13): lzo-1.08-7.fc4.i3 100% |=========================| 61 kB 00:07
(2/13): libdvdread-0.9.4- 100% |=========================| 56 kB 00:01
(3/13): directfb-0.9.24-4 100% |=========================| 804 kB 00:57
(4/13): enca-1.9-1.fc4.i3 100% |=========================| 115 kB 00:04
(5/13): xmms-1.2.10-21.fc 100% |=========================| 1.8 MB 02:18
(6/13): lirc-0.7.2-1.1.fc 100% |=========================| 342 kB 00:24
(7/13): portaudio-18.1-5. 100% |=========================| 88 kB 00:06
(8/13): fribidi-0.10.4-8. 100% |=========================| 48 kB 00:01
(9/13): aalib-1.4.0-0.rc5 100% |=========================| 69 kB 00:05
(10/13): mplayer-fonts-1. 100% |=========================| 1.0 MB 00:25
(11/13): mplayer-1.0-0.lv 100% |=========================| 5.1 MB 01:19
(12/13): libdvdcss-1.2.9- 100% |=========================| 29 kB 00:01
(13/13): sysfsutils-1.2.0 100% |=========================| 58 kB 00:01
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: sysfsutils ####################### [ 1/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: directfb ####################### [ 2/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: libdvdcss ####################### [ 3/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: libdvdread ####################### [ 4/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: aalib ####################### [ 5/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: fribidi ####################### [ 6/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: portaudio ####################### [ 7/13]
Installing: lirc ####################### [ 8/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: xmms ####################### [ 9/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: enca ####################### [10/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: lzo ####################### [11/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: mplayer ####################### [12/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
Installing: mplayer-fonts ####################### [13/13]
Installed: mplayer.i386 0:1.0-0.lvn.0.33.pre7try2.4
Dependency Installed: aalib.i386 0:1.4.0-0.rc5.4 directfb.i386 0:0.9.24-4.fc4 enca.i386 0:1.9-1.fc4 fribidi.i386 0:0.10.4-8 libdvdcss.i386 0:1.2.9-0.lvn.1.4 libdvdread.i386 0:0.9.4-0.lvn.1.4 lirc.i386 0:0.7.2-1.1.fc4 lzo.i386 0:1.08-7.fc4 mplayer-fonts.noarch 0:1.1-0.lvn.3.4 portaudio.i386 0:18.1-5 sysfsutils.i386 0:1.2.0-4 xmms.i386 1:1.2.10-21.fc4
Complete!
For each file downloaded this happens and it takes lot of time!
.
Is there anyway I can avoid it?
Please help!
-Carunkumar
02-28-2007, 04:43 PM
#2
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,500
Try this:
rpm -qf /usr/lib/libh323_linux_x86_r.so*
Remove and reinstall the package that owns it.
03-01-2007, 06:32 AM
#3
Member
Registered: Sep 2006
Location: chennai
Distribution: fedora core 8
Posts: 106
Original Poster
Rep:
This is the output I got after entering that:
Code:
rpm -qf /usr/lib/libh323_linux_x86_r.so*
openh323-1.15.3-1
openh323-1.15.3-1
openh323-1.15.3-1
openh323-1.15.3-1
file /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is not owned by any package
- Carunkumar
03-01-2007, 09:27 AM
#4
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,500
In that case, some software installation that was performed failed or was interrupted, and the file can be removed:
rm -f '/usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008'
03-01-2007, 11:02 AM
#5
Member
Registered: Sep 2006
Location: chennai
Distribution: fedora core 8
Posts: 106
Original Poster
Rep:
Thank you!! It worked
- C Arunkumar
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 03:29 PM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News