[Bizgres-general] Need help installing Bizgres on OS X ( macbook pro)
Luke Lonergan
llonergan at greenplum.com
Wed Mar 22 06:08:26 GMT 2006
Aditya,
On 3/21/06 3:58 PM, "Aditya Alurkar" <aalurkar at linkedin.com> wrote:
> I am in the processing of evaluating Bizgres on OS X, I downloaded the
> sources and built it. I managed to install bizgres to /usr/local/bizGres.
Cool.
> I wanted to confirm that the install is OK and tried to build IVP but it
> seems like bizgres_path.sh does not exist in /usr/local/bizGres I could not
> find this file in src either.
It doesn't - it's created by the binary installer. You can use this info as
a template to make your own:
BIZHOME=/usr/local/bizgres
PATH=$BIZHOME/pgsql/bin:$BIZHOME/client/loader/bin:$PATH
DYLD_LIBRARY_PATH=$BIZHOME/pgsql/lib
MANPATH=$BIZHOME/doc:$MANPATH
export BIZHOME
export PATH
export DYLD_LIBRARY_PATH
export MANPATH
> Am I missing something? Also will the other tools work with java 1.4.2 or do
> I have to install jdk 1.5?
Need JDK 1.5 for KETL to work properly. The Java Loader will work with 1.4+
Keep us posted! BTW - you can get formal support by using
bgn.greenplum.com.
- Luke
More information about the Bizgres-general
mailing list