Difference between pages "Talk:Manual postgres setup in linux" and "Talk:Marketing Plan"

From ADempiere
(Difference between pages)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (A backslash is missing.)
 
(Created page with 'AN interesting model for virtual ERP consultants. See technofunc.com. They have a central market place, job postings and a way to create virtual teams. A similar model could e…')
 
Line 1: Line 1:
Hi, timo. <br/>
+
AN interesting model for virtual ERP consultants. See technofunc.com. They have a central market place, job postings and a way to create virtual teamsA similar model could easily work with ADempiere. [[User:MJMcKay|MJMcKay]] 03:22, 20 March 2011 (UTC)
I saw install sqlj and pljava lines are wipe out, does 8.2 already included it ? <br/>
+
rgds [[User:Usman88|Usman88]] 21:39, 3 January 2007 (EST)
+
 
+
All pljava/sqlj stuff is included in dump.
+
[[User:Kontro|kontro]] 00:00, 4 January 2007 (EST)
+
 
+
== Small Differences to Fedora Core ==
+
 
+
kontro,<br>
+
The page was of much help, specially the prebuilt PLJAVA for Pg8.2.<br>
+
I am using Fedora Core and the procedure has a small difference:<br>
+
> 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. <br>
+
Thank you, --[[User:Bmovaqar|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, --[[User:Bmovaqar|Bahman]]
+

Revision as of 20:22, 19 March 2011

AN interesting model for virtual ERP consultants. See technofunc.com. They have a central market place, job postings and a way to create virtual teams. A similar model could easily work with ADempiere. MJMcKay 03:22, 20 March 2011 (UTC)