Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105782 - libgeotiff.so is not created by "emerge libgeotiff"
Summary: libgeotiff.so is not created by "emerge libgeotiff"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 03:38 UTC by Fred Labrosse
Modified: 2005-09-14 01:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fred Labrosse 2005-09-13 03:38:53 UTC
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 Steve Arnold archtester gentoo-dev 2005-09-13 19:00:31 UTC
It should work shortly; which arch are you on?
Comment 2 Fred Labrosse 2005-09-14 01:13:47 UTC
Tried it on x86 and amd64.  Only the latter has the problem.