The Network People Support Forums

Mail::Toaster => Installation Issues => Topic started by: btsteve on May 05, 2005, 09:47:01 PM

Title: FreeBSD 5.3 Install Quotas
Post by: btsteve on May 05, 2005, 09:47:01 PM
When i run
perl Makefile.PL
i get the following error

mx# perl Makefile.PLWarning: prerequisite Mail::Ezmlm 0 not found.Warning: prerequisite Quota 0 not found.Warning: prerequisite vpopmail 0 not found.Writing Makefile for Mail::Toastermx#


I have tried installing the perl modules, but it says i do not have quotas installed, i have the enabled and set to check in the /etc/rc.conf file.

any help would be appreciated. i have installes this program on 4.x systems with no problem before.
Title: Re: FreeBSD 5.3 Install Quotas
Post by: Raybdbomb on May 06, 2005, 08:56:40 AM
you also need it configured in your kernel:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/qu otas.html

if you do toaster_setup.pl -s pre it takes care of most of the missing or problematic prerequisites as I understand it.

quotas is an optional setting in the .conf file anywho
Title: Re: FreeBSD 5.3 Install Quotas
Post by: btsteve on May 06, 2005, 09:51:16 AM
OK trying that just spits back more stuff.

mx# perl ./toaster_setup.pl -s preCan't locate Mail/Toaster/FreeBSD.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.5/mach /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.5/BSDPAN /usr/local/lib/perl5/5.8.5/mach /usr/local/lib/perl5/5.8.5 .) at ./toaster_setup.pl line 35.BEGIN failed--compilation aborted at ./toaster_setup.pl line 35.


Title: Re: FreeBSD 5.3 Install Quotas
Post by: LogicX on June 03, 2005, 07:16:04 AM
btsteve wrote on Fri, 06 May 2005 11:51

OK trying that just spits back more stuff.

mx# perl ./toaster_setup.pl -s preCan't locate Mail/Toaster/FreeBSD.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.5/mach /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.5/BSDPAN /usr/local/lib/perl5/5.8.5/mach /usr/local/lib/perl5/5.8.5 .) at ./toaster_setup.pl line 35.BEGIN failed--compilation aborted at ./toaster_setup.pl line 35.






please verify you've run all of these install commands

The errors you got about things not being installed should be ignored -- they will be installed in later toaster steps.

run toaster_setup.pl -s pre (not ./toaster..)