Skip to Content.
Sympa Menu

devel - Two small installation issues

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Michael Yount <address@concealed>
  • To: address@concealed
  • Subject: Two small installation issues
  • Date: Tue, 16 Jan 2001 13:45:02 -0800

Sympa 3.0.2:
In the INSTALL document, the wrong HTML document is given.

--- INSTALL.orig Tue Jan 16 13:06:37 2001
+++ INSTALL Tue Jan 16 13:34:27 2001
@@ -1,9 +1,9 @@

Please refer to the documentation for installation
-notes : doc/sympa/node3.html
+notes : doc/sympa/node4.html

-Create a dedicated user sympa.sympa (and it's home dirrectory
+Create a dedicated user sympa.sympa (and its home directory)
and run make; make install. (you may have to use Gnu make).
-If usefull, the make will propose you to upgrade some CPAN module.
+If useful, the make will propose that you upgrade some CPAN module.
In this case you'll need to be root.



In check_perl_modules.pl, if the make program is not being run
as root, a line is expected on stdin after the warning is displayed.

--- check_perl_modules.pl.orig Tue Jan 16 13:13:30 2001
+++ check_perl_modules.pl Tue Jan 16 13:16:41 2001
@@ -114,7 +114,8 @@
my ($module, $default) = @_;

unless ($> == 0) {
- print "## You need root privileges to install $module module ##\n";
+ print "## You need root privileges to install $module module. ##\n";
+ print "## Press the Enter key to continue checking modules. ##\n";
my $t = <STDIN>;
return undef;
}



Michael




  • Two small installation issues, Michael Yount, 01/16/2001

Archive powered by MHonArc 2.6.19+.

Top of Page