anyone using MySQL 4 with PHP from ports yet?

Roman Neuhauser neuhauser at bellavista.cz
Wed Apr 23 04:42:08 PDT 2003


# bsdlap at 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


More information about the freebsd-questions mailing list