I currently have qmailadmin 1.0.15 working just fine on my box. I'm running FreeBSD 4.7. When trying to install qmailadmin 1.2.0-pre1 I get errors on the make install. My configure switches are as follows:
./configure \ --enable-vpopmaildir=/var/vpopmail \ --enable-htmldir=/usr/local/apache/htdocs \ --enable-cgibindir=/usr/local/apache/cgi-bin \ --enable-help=y \ --disable-ezmlm-mysql \ --enable-domain-autofill \ --enable-modify-spam The configure and make (also tried gmake) work just fine. When I run the make install it errors out with: "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 242: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 243: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 244: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 245: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 246: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 247: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 248: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 249: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 250: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 251: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 252: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 253: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 254: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 255: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 261: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 262: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 263: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 267: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 268: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 269: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 273: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 274: Need an operator "/usr/local/src/mail/qmailadmin-1.2.0-pre1/Makefile", line 275: Need an operator Those lines in the Makefile are: @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@ ------ Is there something I'm missing or doing wrong? Andy and all help would be much appreciated. I checked google and the list, but couldn't find anybody with similar issues. If I could code it would probably be easier for me to figure out what's going on, but I don't :). So any suggestions would be great. -Clayton
