Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 21:17:20 +0100
From:      Kevin Golding <kevin@caomhin.demon.co.uk>
To:        Marcus Henschel <mh@myfreebsd.org>
Cc:        roam@FreeBSD.org, ports@FreeBSD.org
Subject:   Re: FreeBSD Port: vpopmail-5.3.6_1
Message-ID:  <1cTpUdBQxAX9EwTv@caomhin.demon.co.uk>
In-Reply-To: <ODEGLMJNNGCMGIMOLNBKOEIMCMAA.mh@myfreebsd.org>
References:  <ODEGLMJNNGCMGIMOLNBKOEIMCMAA.mh@myfreebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Someone, quite probably Marcus Henschel, once wrote:
>i just tried to install vpopmail via the vpopmail port.
>I do not quite understand how to enable the following
>features discribed in the Makefile:
>- WITH_MYSQL
>- WITH_MYSQL_SERVER
>- WITH_MYSQL_USER
>- WITH_MYSQL_PASSWD
>- WITH_MYSQL_DB
>
>What do i have to enter on the commandline to enable these
>features ?
>
>I tried make WITH_MYSQL, WITH_MYSQL_SERVER=localhost, WITH_MYSQL_USER=vpop,
>WITH_MYSQL_PASSWD=secret, WITH_MYSQL_DB=vpopmail
>and it does not work.
>Mysql ist already working and the database vpopmail is also created.

Have you tried adding a yes after with_mysql?  Like this?

# make WITH_MYSQL=yes WITH_MYSQL_SERVER=localhost WITH_MYSQL_USER=vpop 
WITH_MYSQL_PASSWD=secret WITH_MYSQL_DB=vpopmail

Kevin
-- 
kevin@caomhin.demon.co.uk

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1cTpUdBQxAX9EwTv>