We've got freshly installed servers running FreeBSD 10.1-RELEASE.
We want to install various things for use with PHP 5.4. But since the change to making 5.6 the default we've been running into problems.
/etc/make.conf
And PHP 5.4 is installed. But when we want to install, say, databases/phpmyadmin or databases/pecl-memcached pkg wants to install PHP 5.6. I would like to know why, but more importantly, I'd like to know how to tell pkg not to do this and stick with what I want, PHP 5.4.
We want to install various things for use with PHP 5.4. But since the change to making 5.6 the default we've been running into problems.
/etc/make.conf
Code:
WITH_PKGNG=YES
DEFAULT_PHP_VER= 5
DEFAULT_VERSIONS=apache=2.4 php=5.4 mysql=5.5
Last edited by a moderator: