old-www/HOWTO/Caudium-HOWTO/debian.html

275 lines
4.1 KiB
HTML

<HTML
><HEAD
><TITLE
>How to get packages for Debian GNU/Linux</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
REL="HOME"
TITLE="Caudium HOWTO"
HREF="index.html"><LINK
REL="UP"
TITLE="Getting packages"
HREF="gettingpackages.html"><LINK
REL="PREVIOUS"
TITLE="Getting packages"
HREF="gettingpackages.html"><LINK
REL="NEXT"
TITLE="How to get packages for FreeBSD"
HREF="freebsd.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Caudium HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="gettingpackages.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 3. Getting packages</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="freebsd.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="debian">3.1. How to get packages for Debian GNU/Linux</H1
><P
>&#13; In Debian GNU/Linux Woody, also known as Debian 3.0, Caudium
and Pike 7.0 and 7.2 are included in the distribution. If you
use Woody, you will have Caudium 1.0 and Pike 7.0/7.2. If you
use Sid you will have the latest Caudium and the latest Pike;
these two packages are actively maintained by the Caudium
community, and you will have frequent updates. If you want to
test the latest Caudium under Woody, add this to your
/etc/apt/sources.list:
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="programlisting"
><TT
CLASS="computeroutput"
>&#13;deb http://grendel.firewall.com/debian/caudium/1.2 unstable main
</TT
></PRE
></FONT
></TD
></TR
></TABLE
>
This location is mirrored in other locations, so you can also use:
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="programlisting"
><TT
CLASS="computeroutput"
>&#13;deb http://ftp.oav.net/caudium unstable main
deb ftp://ftp.oav.net/caudium unstable main
</TT
></PRE
></FONT
></TD
></TR
></TABLE
>
</P
><P
>&#13; If you want php4 Debian package for Caudium, you can do:
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="programlisting"
><TT
CLASS="computeroutput"
>&#13;# su -
# apt-get update
# apt-get install -f caudium caudium-modules \
caudium-ultralog caudium-pixsl caudium-dev
</TT
></PRE
></FONT
></TD
></TR
></TABLE
>
And then grab the PHP4 sources:
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="programlisting"
><TT
CLASS="computeroutput"
>&#13;# exit
$ cd /usr/src; apt-get source -d php4; apt-get build-dep php4
</TT
></PRE
></FONT
></TD
></TR
></TABLE
>
If you don't have devscripts and debhelper installed, install them now. Then enter the /usr/src/php-4* directory and do:
<TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="programlisting"
><TT
CLASS="computeroutput"
>&#13;$ debuild binary
</TT
></PRE
></FONT
></TD
></TR
></TABLE
>
After some time and some coffee you should have php4 packages for Apache, CGI and your fresh Caudium.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="gettingpackages.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="freebsd.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Getting packages</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="gettingpackages.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>How to get packages for FreeBSD</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>