Hey Tom,
>
> May be a shot in the dark, but did you rerun bootstrap.sh before
> reconfiguring, rebuilding and reinstalling? If not, "make install" won't
> install them.
Yup.. I do that every time. In the RPM spec file, I run:
%build
./bootstrap.sh
%configure CPPFLAGS="-I/usr/include/libgeotiff"
make %{?_smp_mflags}
--David