Bug 105782 - libgeotiff.so is not created by "emerge libgeotiff"
Bug#: 105782 Product:  Gentoo Linux Version: unspecified Platform: AMD64
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: nerdboy@gentoo.org Reported By: ffl@aber.ac.uk
Component: Applications
URL: 
Summary: libgeotiff.so is not created by "emerge libgeotiff"
Keywords:  
Status Whiteboard: 
Opened: 2005-09-13 03:38 0000
Description:   Opened: 2005-09-13 03:38 0000
The symlink to libgeotiff.so.1.2.1 is not created when emerging libgeotiff so 
that we get: 
 
geotifcp: error while loading shared libraries: libgeotiff.so: cannot open 
shared object file: No such file or directory 
 
with the various tools of libgeotiff. 

Reproducible: Always
Steps to Reproduce:
1. type "emerge libgeotiff" 
2. type "geotifcp" 
 
Actual Results:  
geotifcp: error while loading shared libraries: libgeotiff.so: cannot open  
shared object file: No such file or directory 

Expected Results:  
Usage of the program. 

Doing: 
 
cd /usr/lib64 
ln -s libgeotiff.so.1.2.1 libgeotiff.so 
 
fixes the problem.

------- Comment #1 From Steve Arnold 2005-09-13 19:00:31 0000 -------
It should work shortly; which arch are you on?

------- Comment #2 From Fred Labrosse 2005-09-14 01:13:47 0000 -------
Tried it on x86 and amd64.  Only the latter has the problem.