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.