Talk:Manual postgres setup in linux

From ADempiere
Revision as of 00:57, 29 April 2007 by Bmovaqar (Talk) (A backslash is missing.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Hi, timo.
I saw install sqlj and pljava lines are wipe out, does 8.2 already included it ?
rgds Usman88 21:39, 3 January 2007 (EST)

All pljava/sqlj stuff is included in dump. kontro 00:00, 4 January 2007 (EST)

Small Differences to Fedora Core

kontro,
The page was of much help, specially the prebuilt PLJAVA for Pg8.2.
I am using Fedora Core and the procedure has a small difference:

> echo '$JAVA_HOME/jre/lib/i386' >> /etc/ld.so.conf
> echo '$JAVA_HOME/jre/lib/i386/client' >> /etc/ld.so.conf
> echo '$JAVA_HOME/jre/lib/i386/native_threads' >> /etc/ld.so.conf

The above should change to:

echo '$JAVA_HOME/jre/lib/i386' > /etc/ld.so.conf.d/postgresql.conf
echo '$JAVA_HOME/jre/lib/i386/client' >> /etc/ld.so.conf.d/postgresql.conf
echo '$JAVA_HOME/jre/lib/i386/native_threads' >> /etc/ld.so.conf.d/postgresql.conf

Hope it helps the Fedora Core users.
Thank you, --Bahman 02:13, 10 February 2007 (EST)

A backslash is missing.

I Think the line

 echo "dynamic_library_path = '$libdir:/opt/pljava'" >> $POSTGRES_CONF

should be

 echo "dynamic_library_path = '\$libdir:/opt/pljava'" >> $POSTGRES_CONF.

Just a single backslash. Warm regards, --Bahman