Bug 446533 - mrtg missing gd dependency
Summary: mrtg missing gd dependency
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: mrtg
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Vitezslav Crhonek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-14 23:07 UTC by Mauricio Teixeira
Modified: 2008-07-17 09:27 UTC (History)
0 users

Fixed In Version: mrtg-2.16.1-4.fc9
Clone Of:
Environment:
Last Closed: 2008-07-17 09:27:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Mauricio Teixeira 2008-05-14 23:07:07 UTC
# ldd /usr/bin/rateup 
	linux-vdso.so.1 =>  (0x00007fff135fe000)
	libgd.so.2 => not found
	libm.so.6 => /lib64/libm.so.6 (0x000000000060d000)
	libc.so.6 => /lib64/libc.so.6 (0x0000000000892000)
	/lib64/ld-linux-x86-64.so.2 (0x0000000000110000)

# yum install gd -y
(...)

# ldd /usr/bin/rateup 
	linux-vdso.so.1 =>  (0x00007fffc07fe000)
	libgd.so.2 => /usr/lib64/libgd.so.2 (0x000000000060d000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f5bb8508000)
(...)

# rpm -qf /usr/bin/rateup
mrtg-2.16.1-1.fc9.x86_64

Comment 1 Fedora Update System 2008-06-17 09:51:57 UTC
mrtg-2.16.1-3.fc9 has been submitted as an update for Fedora 9

Comment 2 Fedora Update System 2008-06-18 03:14:10 UTC
mrtg-2.16.1-3.fc9 has been pushed to the Fedora 9 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update mrtg'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-5411


Note You need to log in before you can comment on or make changes to this bug.