RE: Install errors

2001-07-17 Thread Steven Katz
Ok, I included the noquota for the hardquota option in my config line, but I still get the same error.. My configure line: ./configure --enable-roaming-users=y --enable-relay-clear-minutes=30 --enable-ucspi-dir=/usr/local/src/qmail/ucspi-tcp-0.88 --enable-hardquota=NOQUOTA --enable-tcpserv

RE: Install errors

2001-07-16 Thread Steven Katz
Any idea why I might be getting these errors with this config option? Thanks, Steven -Original Message- From: Steven Katz [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 9:56 AM To: [EMAIL PROTECTED] Subject: RE: Install errors Right, sorry. I used ./configure --enable

RE: Install errors

2001-07-16 Thread Steven Katz
Right, sorry. I used ./configure --enable-roaming-users=y -Original Message- From: Ed Henderson [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 9:45 AM To: 'Steven Katz'; [EMAIL PROTECTED] Subject: RE: Install errors What are you using for the "./configure"

RE: Install errors

2001-07-16 Thread Ed Henderson
What are you using for the "./configure" options? I'm going to take a guess and say that it has to do with --enable-hardquota. You must use bytes for the hardquota option. ie. for 5MB limit use --enable-hardquota=5242880 (not 5M - the docs say that you can but it doesn't work). > -Origi