[postgis-users] libs not copied during install
Norman Vine
nhv@cape.com
Tue Nov 26 04:17:58 2002
Paul Ramsey writes:
>
> Since I do not have an autoconf set up yet (some day, some day) the only
> real option seems to be Makefile editing, and you already did that.
>
> Caffeinate The World wrote:
> >
> > i also had proj installed in a diff directory than the system directory
> > for lib, maybe it should allow for that config option as well.
Since PostGIS is embedded in the Postgres make system I think that
this should 'just work'
LD_FLAGS="$SPECIAL_LIBRARY_SEARCH_PATHS" ./configure \
$POSTGRES_CONFIGURE_OPTIONS
< substituting the above $variables appropriately for your instalation >
when you configure the postgres source tree
HTH
Norman