richter 00/12/07 20:44:13
Modified: embperl Embperl.pod.16.html INSTALL.pod.1.html
Log:
Embperl Webpages - Changes
Revision Changes Path
1.12 +4 -2 modperl-site/embperl/Embperl.pod.16.html
Index: Embperl.pod.16.html
===================================================================
RCS file: /home/cvs/modperl-site/embperl/Embperl.pod.16.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Embperl.pod.16.html 2000/12/04 05:40:39 1.11
+++ Embperl.pod.16.html 2000/12/08 04:44:12 1.12
@@ -60,8 +60,10 @@
binary redhat 6.1 <A
HREF="ftp://ftp.akopia.com/pub/support/6.1/">ftp://ftp.akopia.com/pub/support/6.1/</A>
</PRE>
<P>
-<PRE> PPM for ActiveState <A
HREF="http://theoryx5.uwinnipeg.ca/ppmpackages/">http://theoryx5.uwinnipeg.ca/ppmpackages/</A>
-
+<PRE> Debian packages <A
HREF="http://www.cse.unsw.edu.au/~gusl/embperl">http://www.cse.unsw.edu.au/~gusl/embperl</A>
+
+ PPM for ActiveState <A
HREF="http://theoryx5.uwinnipeg.ca/ppmpackages/">http://theoryx5.uwinnipeg.ca/ppmpackages/</A>
+
</PRE>
<P>
<HR>
1.21 +44 -0 modperl-site/embperl/INSTALL.pod.1.html
Index: INSTALL.pod.1.html
===================================================================
RCS file: /home/cvs/modperl-site/embperl/INSTALL.pod.1.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- INSTALL.pod.1.html 2000/12/04 08:27:38 1.20
+++ INSTALL.pod.1.html 2000/12/08 04:44:12 1.21
@@ -23,6 +23,7 @@
<LI><A href="INSTALL.pod.1.html#UNIX">UNIX</A>
<LI><A href="INSTALL.pod.1.html#Options_for_make_test">Options for
make test</A>
+ <LI><A href="INSTALL.pod.1.html#Debian_packages">Debian packages</A>
<LI><A href="INSTALL.pod.1.html#WIN_32">WIN 32</A>
<LI><A
href="INSTALL.pod.1.html#Further_Documentation_english_">Further Documentation
(english)</A>
<LI><A href="INSTALL.pod.1.html#Further_Documentation_german_">Further
Documentation (german)</A>
@@ -102,6 +103,49 @@
<P>
will show you a list of available option. Most of them you will never need,
they are mainly nesseccary for debugging <EM>Embperl</EM> itself.
+
+<P>
+<HR>
+<H2><img src="sq.gif" width="16" height="16" alt="-"> <A
NAME="Debian_packages">Debian packages</A></H2>
+<P>
+The Debian packages are maintained by Angus Lees. Here are his installation
+hints:
+
+<P>
+i've also setup an apt repository for those using stable (potato). to use
+it, just add these lines to /etc/apt/sources.list (deb-src line is only
+necessary if you want to download the source at some point):
+
+<P>
+deb <A
+HREF="http://www.cse.unsw.edu.au/~gusl/embperl">http://www.cse.unsw.edu.au/~gusl/embperl</A>
+stable/binary-$(ARCH)/ deb-src <A
+HREF="http://www.cse.unsw.edu.au/~gusl/embperl">http://www.cse.unsw.edu.au/~gusl/embperl</A>
+stable/source/
+
+<P>
+then run ``apt-get update'' followed by either ``apt-get install
+libhtml-embperl-perl'' or just ``apt-get upgrade'' if you already have
+embperl installed.
+
+<P>
+if you don't like apt, and want to do it the old fashioned way, i'm sure
+you can work out how to download the .deb manually.
+
+<P>
+notes:
+
+<P>
+currently i only have i386 packages built for stable. if anyone wants to
+build other archs and let me know, i can add them in (else, i can probably
+get a sparc and alpha version compiled)
+
+<P>
+the package for unstable is compiled against perl5.6, so it has to conflict
+with earlier mod_perl packages that are compiled against perl5.5.
+unfortunately, there is no perl5.6 apache-perl package yet (drow assures me
+he's uploading one soon), so you have to make do with a DSO mod-perl (ie:
+apache + libapache-mod-perl) for now.
<P>
<HR>