Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 3556

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE>MMBase Mini-HOWTO: Installation on Debian Woody: Prerequisites</TITLE>
 <LINK HREF="MMBase-4.html" REL=next>
 <LINK HREF="MMBase-2.html" REL=previous>
 <LINK HREF="MMBase.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="MMBase-4.html">Next</A>
<A HREF="MMBase-2.html">Previous</A>
<A HREF="MMBase.html#toc3">Contents</A>
<HR>
<H2><A NAME="s3">3. Prerequisites</A></H2>

<P>
<P>You will need a working Debian Woody installation, including apt, and make sure 
the following packages are installed and working correctly.
<P>
<H2><A NAME="ss3.1">3.1 Standard packages</A>
</H2>

<P>
<UL>
<LI>tomcat4</LI>
<LI>mysql-server</LI>
<LI>imagemagick</LI>
</UL>
<P>
<P>If these packages are not installed, you can do so by typing
<BLOCKQUOTE><CODE>
<PRE>
  apt-get install packagename 
</PRE>
</CODE></BLOCKQUOTE>

where packagename is one of the above.
<P>
<P>Note: naturally you will need al dependencies too, but apt will take care of that
automatically.
<P>
<H2><A NAME="java"></A> <A NAME="ss3.2">3.2 Non standard package(s)</A>
</H2>

<P>While writing this document, Woody only contains java 1.1, but for MMBase
version 1.2 or higher is needed. I installed the packages from Blackdown. 
A list of Blackdown mirrors is at 
<A HREF="http://www.blackdown.org/java-linux/mirrors.html">http://www.blackdown.org/java-linux/mirrors.html</A>.
<P>
<P>I added the following to my /etc/apt/sources.list , but the path might be different for different mirrors:
<BLOCKQUOTE><CODE>
<PRE>
  deb ftp://ftp.nluug.nl/pub/os/Linux/java/jdk/debian woody non-free 
</PRE>
</CODE></BLOCKQUOTE>
<P>
<P>After that you can just type
<BLOCKQUOTE><CODE>
<PRE>
  apt-get install j2sdk1.3  
</PRE>
</CODE></BLOCKQUOTE>
<P>
<P>Note: Although it must be possible to have more JRE's installed next to eachother, I wouldn't recommend
it if it's not absolutely neccesary.
<P>
<HR>
<A HREF="MMBase-4.html">Next</A>
<A HREF="MMBase-2.html">Previous</A>
<A HREF="MMBase.html#toc3">Contents</A>
</BODY>
</HTML>