Bug 8825

Summary: pnmtotiff in libgr-progs stops working after libtiff upgrade
Product: [Retired] Red Hat Raw Hide Reporter: Jonathan Kamens <jik>
Component: libtiffAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-02 15:22:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2000-01-25 03:19:02 UTC
After I upgraded libtiff to libtiff-3.5.4-2 from the RawHide, pnmtotiff
started reporting, "pnmtotiff: error in loading shared libraries:
/usr/lib/libtiff.so.3: undefined symbol: jpeg_resync_to_restart".  I guess
this means that either some symbols that used to be in libtiff were
removed, or there were implicit lib dependencies built into libtiff that
were removed.

I fixed this by adding "-ljpeg -lz" to the end of the LOADLIBES line in
Makefile.tiff in libgr-config.patch and rebuilding.

Comment 1 Nalin Dahyabhai 2000-02-02 15:22:59 UTC
Good catch.  This was fixed in libtiff-3.5.4-3, I think.  Definitly fixed
in -4, regardless.