Next Previous Table of Contents
YPLib 0.3 can be obtained from:
See the Changelog for a list of (d'uh) changes since the last version.
In order to use YPLib 0.3, you need the following programs installed on your machine:
Required:
% tar zxvf yplib-0.3.1.tar.gz
or
% gzip -d yplib-0.3.1.tar.gzand then
% tar xvf yplib-0.3.1.tar
% cd yplib-0.3.1If "sendmail" does not live in "/usr/sbin/sendmail", open "yplibd" and change the path in the following line:
$sendmail = "/usr/sbin/sendmail";
If you are not using BASH, please open "yplibd" and change the following line accordingly:
my $shell = "$home/.bashrc";
Save the file and thenmake install
You need superuser privileges for this step.
Should you run into problems, report them to the the author at jschauma@netmeister.org
Next Previous Table of Contents