Difference between revisions of "PubMan:2009 Installation walk through on Suse Linux 10"

From MPDLMediaWiki
Jump to navigation Jump to search
m (categorized page)
(sketching)
Line 4: Line 4:


== Java ==
== Java ==
I suppose that there are two servers available, one for the framework and one for pubman.<br>
So here they are:
===escidoc-core framework===
*in order for the java-odbc package to install you need to install unixodbc first via yast
*java v1.5 update 12 including all necessary modules
<pre>
rpm -i jpackage-utils-1.7.0-19.x86_64.rpm
rpm -i java-1_5_0-sun-1.5.0_12-1.1.x86_64.rpm
rpm -i java-1_5_0-sun-devel-1.5.0_12-1.1.x86_64.rpm
rpm -i java-1_5_0-sun-jdbc-1.5.0_12-1.1.x86_64.rpm
rpm -i java-1_5_0-sun-plugin-1.5.0_12-1.1.i586.rpm
</pre>





Revision as of 13:54, 22 April 2009

This Page shall describe the necessary steps to set up a pubman instance with SuSE SLES10 SP2

Prerequisites[edit]

Java[edit]

I suppose that there are two servers available, one for the framework and one for pubman.
So here they are:

escidoc-core framework[edit]

  • in order for the java-odbc package to install you need to install unixodbc first via yast
  • java v1.5 update 12 including all necessary modules
rpm -i jpackage-utils-1.7.0-19.x86_64.rpm
rpm -i java-1_5_0-sun-1.5.0_12-1.1.x86_64.rpm
rpm -i java-1_5_0-sun-devel-1.5.0_12-1.1.x86_64.rpm
rpm -i java-1_5_0-sun-jdbc-1.5.0_12-1.1.x86_64.rpm
rpm -i java-1_5_0-sun-plugin-1.5.0_12-1.1.i586.rpm