[postgis-users] bison and postgresql
strk
strk at keybit.net
Fri Jun 11 11:29:15 PDT 2004
On Fri, Jun 11, 2004 at 11:35:05AM -0500, Changqing Zhou wrote:
> Hi All,
>
> I need to have the latest bison for postgresql in Linux. Following my
> system adnin's advice, I installed it in my local dir. Now, I do I let the
> postgresql know to pick the one I have, not the system default one?
>
> Thanks,
>
> Changqing
Your best bet is setting the PATH environmental variable
so to have your local dir before the system dirs.
Eg:
$ PATH=$HOME/bison/bin:$PATH
$ ./configure
--strk;
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list