Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2003 13:42:05 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        BSD baby <bsdlap@hitmedia.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: anyone using MySQL 4 with PHP from ports yet?
Message-ID:  <20030423114205.GE24616@freepuppy.bellavista.cz>
In-Reply-To: <20030413033106.GA52473@mail.hitmedia.com>
References:  <20030413033106.GA52473@mail.hitmedia.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# bsdlap@hitmedia.com / 2003-04-12 20:31:06 -0700:
> When I try to make PHP from ports, even if I have
> MySQL 4 server up and running, it insists on using MySQL 3, still.
> 
> Does anyone know how to make PHP use MySQL 4 yet?

    edit www/mod_php4/Makefile, and change

LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
    
to

LIB_DEPENDS+=	mysqlclient.12:${PORTSDIR}/databases/mysql40-client
    
-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html



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