Hello all!
I've a amd64 machine running FreeBSD 10.0-RELEASE which is running PHP 5.3.28 and freeRADIUS 2.2.2 (I need to use those specific versions because of the requirements of my legacy application).
PHP and freeradius was originally installed via ports.
Now, I need to upgrade the OS to 10.2-RELEASE in order to fix some bugs.
I've already upgraded it to 10.1-RELEASE and, after doing that, freeradius was broken with the error message
I solved that by doing
All the other packages (also installed via ports) weren't affected, only freeradius was. (e.g, MySQL 5.5.34 and Apache 2.2.26).
So far, so good.
Now I'm about to upgrade to 10.2-RELEASE. I will not upgrade the ports system.
Could anyone please if 10.2-RELEASE could break anyone of those specific version packages? I need to have mainly PHP 5.3.28 running without any problem.
Thanks a lot for your attention and any help is much appreciated.
Sincerely,
I've a amd64 machine running FreeBSD 10.0-RELEASE which is running PHP 5.3.28 and freeRADIUS 2.2.2 (I need to use those specific versions because of the requirements of my legacy application).
PHP and freeradius was originally installed via ports.
Now, I need to upgrade the OS to 10.2-RELEASE in order to fix some bugs.
I've already upgraded it to 10.1-RELEASE and, after doing that, freeradius was broken with the error message
Code:
libssl version mismatch
make deinstall
and make install clean
.All the other packages (also installed via ports) weren't affected, only freeradius was. (e.g, MySQL 5.5.34 and Apache 2.2.26).
So far, so good.
Now I'm about to upgrade to 10.2-RELEASE. I will not upgrade the ports system.
Could anyone please if 10.2-RELEASE could break anyone of those specific version packages? I need to have mainly PHP 5.3.28 running without any problem.
Thanks a lot for your attention and any help is much appreciated.
Sincerely,
Last edited by a moderator: