[webstack-discuss] Postgres compilation error

2008-02-04 Thread Sunanda Menon
Hi satya , Thanks for looking into this .To resolve this problem ,you need to do the following before you start the compilation unset PROFILE ;export PROFILE . This is a known error as per the error message below . "/usr/dist/pkgs/cue/env/std/Profile: cannot create" PROFILE variable was set.

[webstack-discuss] Postgres compilation error

2008-02-04 Thread Sunanda Menon
Hi , Can anybody point me why I'm getting this error for postgres when I try building my workspace. Using build snv_79 Thanks Sunanda gmake[4]: Leaving directory `/export/sunanda/6640449/usr/src/cmd/postgres/postgresql-8.1/postgresql-8.1.11/src/timezone' /ws/onnv-tools/SUNWspro/SS11/bin/cc -

[webstack-discuss] Postgres compilation error

2008-02-04 Thread satya
Hi Sunanda, Add this option '--with-system-tzdata=/usr/share/lib/zoneinfo' to your configure when compiling. This might help solving the issue. -Satya. This message posted from opensolaris.org