On Wed, 2006-06-07 at 09:21 -0400, Robert Moskowitz wrote:
At 08:21 AM 6/7/2006, Johnny Hughes wrote:
On Tue, 2006-06-06 at 08:49 -0400, Robert Moskowitz wrote:
In my seeking a managable way to build libtiff, on the Asterfax forum I got the following recommendation (from another fax user that made the move to libtiff 3.8.2):
Well one initerestng observation on installing these rpms.
I have built this just now on CentOS-4 and it seems to build and install. You are welcome to use it:
http://centos.hughesjr.com/testing/libtiff-3.8.2-2/
I don't plan to maintain these on updates, unless you ask me to rebuild them.
You should be able to install them on any machines as the root user (from a directory containing the the RPMS):
yum localinstall libtiff-3.8.2-2.i386.rpm
This failed with:
yum localinstall libtiff-3.8.2-2.i386.rpm Setting up Local Package Process Examining libtiff-3.8.2-2.i386.rpm: libtiff - 3.8.2-2.i386 Marking libtiff-3.8.2-2.i386.rpm as an update to libtiff - 3.6.1-10.i386 Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package libtiff.i386 0:3.8.2-2 set to be updated --> Running transaction check Setting up repositories trixbox 100% |=========================| 951 B 00:00 update 100% |=========================| 951 B 00:00 base 100% |=========================| 1.1 kB 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files primary.xml.gz 100% |=========================| 13 kB 00:00 trixbox : ################################################## 25/25 Added 8 new packages, deleted 5 old in 0.62 seconds primary.xml.gz 100% |=========================| 42 kB 00:00 update : ################################################## 111/111 Added 1 new packages, deleted 0 old in 0.99 seconds --> Processing Dependency: libtiff = 3.6.1 for package: libtiff-devel --> Finished Dependency Resolution Error: Missing Dependency: libtiff = 3.6.1 is needed by package libtiff-devel
yum localinstall libtiff-3.8.2-2.i386.rpm libtiff-devel-3.8.2-2.i386.rpm
Actually this did not seem to work either but the following did:
yum localinstall libtiff-devel-3.8.2-2.i386.rpm libtiff-3.8.2-2.i386.rpm
Interesting that order is important....
(if you need the devel package)
The order shouldn't make a difference ... though, I can see how it might (if the first (already installed) -devel file is used to meet the install requirement for something else).
Hopefully this will solve your problems.