Index: /trunk/Nebulous-Server/bin/neb-addvol
===================================================================
--- /trunk/Nebulous-Server/bin/neb-addvol	(revision 12971)
+++ /trunk/Nebulous-Server/bin/neb-addvol	(revision 12972)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: neb-addvol,v 1.2 2007-04-24 00:56:30 jhoblitt Exp $
+# $Id: neb-addvol,v 1.3 2007-04-24 01:04:55 jhoblitt Exp $
 
 use strict;
@@ -51,5 +51,5 @@
 print "Checking URI...";
 
-my $path = URI::file->new($uri)->file;
+my $path = URI->new($uri)->file;
 unless (-d $path) {
     die "path: $path dirived from URI: $uri does not exist";
Index: /trunk/Nebulous-Server/docs/setup.txt
===================================================================
--- /trunk/Nebulous-Server/docs/setup.txt	(revision 12971)
+++ /trunk/Nebulous-Server/docs/setup.txt	(revision 12972)
@@ -186,4 +186,8 @@
 =item * configure Apache to run as the nebulous group. 
 
+Make sure mod_perl is being loaded into Apache.  In order to do this on
+gentoo, you must edit /etc/config.d/apache2 and add C<-DPERL> to
+C<APACHE2_OTPS>.
+
     cat <<END >> /etc/apache2/conf/apache2.conf
     <Location /nebulous>
Index: /trunk/Nebulous-Server/scripts/bench_test.pl
===================================================================
--- /trunk/Nebulous-Server/scripts/bench_test.pl	(revision 12971)
+++ /trunk/Nebulous-Server/scripts/bench_test.pl	(revision 12972)
@@ -10,5 +10,5 @@
 
 my $neb = Nebulous::Client->new(
-    proxy   => 'http://localhost:80/nebulous'
+    proxy   => 'http://alala:80/nebulous'
 );
 
Index: /trunk/Nebulous-Server/scripts/ptest.pl
===================================================================
--- /trunk/Nebulous-Server/scripts/ptest.pl	(revision 12971)
+++ /trunk/Nebulous-Server/scripts/ptest.pl	(revision 12972)
@@ -9,5 +9,5 @@
 
 my $neb = Nebulous::Client->new(
-    proxy   => 'http://localhost:80/nebulous'
+    proxy   => 'http://alala:80/nebulous'
 );
 
Index: /trunk/Nebulous/bin/neb-addvol
===================================================================
--- /trunk/Nebulous/bin/neb-addvol	(revision 12971)
+++ /trunk/Nebulous/bin/neb-addvol	(revision 12972)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: neb-addvol,v 1.2 2007-04-24 00:56:30 jhoblitt Exp $
+# $Id: neb-addvol,v 1.3 2007-04-24 01:04:55 jhoblitt Exp $
 
 use strict;
@@ -51,5 +51,5 @@
 print "Checking URI...";
 
-my $path = URI::file->new($uri)->file;
+my $path = URI->new($uri)->file;
 unless (-d $path) {
     die "path: $path dirived from URI: $uri does not exist";
Index: /trunk/Nebulous/docs/setup.txt
===================================================================
--- /trunk/Nebulous/docs/setup.txt	(revision 12971)
+++ /trunk/Nebulous/docs/setup.txt	(revision 12972)
@@ -186,4 +186,8 @@
 =item * configure Apache to run as the nebulous group. 
 
+Make sure mod_perl is being loaded into Apache.  In order to do this on
+gentoo, you must edit /etc/config.d/apache2 and add C<-DPERL> to
+C<APACHE2_OTPS>.
+
     cat <<END >> /etc/apache2/conf/apache2.conf
     <Location /nebulous>
Index: /trunk/Nebulous/nebclient/tests/tap/bootstrap.sh
===================================================================
--- /trunk/Nebulous/nebclient/tests/tap/bootstrap.sh	(revision 12971)
+++ /trunk/Nebulous/nebclient/tests/tap/bootstrap.sh	(revision 12972)
@@ -2,7 +2,7 @@
 
 set -x
-aclocal19 -I /usr/local/share/aclocal || aclocal || exit 1
-autoheader259 || autoheader || exit 1
-libtoolize15 -c -f || libtoolize -c -f || glibtoolize -c -f || exit 1
-automake19 -a -c || automake -a -c || exit 1
-autoconf259 || autoconf || exit 1
+aclocal -I /usr/local/share/aclocal || aclocal || exit 1
+autoheader || autoheader || exit 1
+libtoolize -c -f || libtoolize -c -f || glibtoolize -c -f || exit 1
+automake -a -c || automake -a -c || exit 1
+autoconf || autoconf || exit 1
Index: /trunk/Nebulous/scripts/bench_test.pl
===================================================================
--- /trunk/Nebulous/scripts/bench_test.pl	(revision 12971)
+++ /trunk/Nebulous/scripts/bench_test.pl	(revision 12972)
@@ -10,5 +10,5 @@
 
 my $neb = Nebulous::Client->new(
-    proxy   => 'http://localhost:80/nebulous'
+    proxy   => 'http://alala:80/nebulous'
 );
 
Index: /trunk/Nebulous/scripts/ptest.pl
===================================================================
--- /trunk/Nebulous/scripts/ptest.pl	(revision 12971)
+++ /trunk/Nebulous/scripts/ptest.pl	(revision 12972)
@@ -9,5 +9,5 @@
 
 my $neb = Nebulous::Client->new(
-    proxy   => 'http://localhost:80/nebulous'
+    proxy   => 'http://alala:80/nebulous'
 );
 
