FreeBSD php5-posix-5.2.6 has known vulnerabilities error - Stop in /usr/ports/sysutils/php5-posix.

www.laut‮oc.irut‬m
FreeBSD php5-posix-5.2.6 has known vulnerabilities error - Stop in /usr/ports/sysutils/php5-posix.

It sounds like you are encountering an error while trying to install the php5-posix port on a FreeBSD system. The error message "php5-posix-5.2.6 has known vulnerabilities" indicates that the version of php5-posix that you are trying to install has known vulnerabilities, and the installation process has been stopped as a result.

To fix this issue, you have a few options:

  1. Upgrade to a newer version: One option is to upgrade to a newer version of php5-posix that has the vulnerabilities fixed. You can check the FreeBSD ports tree to see if a newer version is available. To do this, you can run the following command:
portsnap fetch update

This will update the ports tree with the latest versions of the ports. Then, you can try installing php5-posix again.

  1. Use a different port: Another option is to use a different port that does not have the vulnerabilities. You can search the ports tree for alternative ports by running the following command:
portsearch posix

This will list all the ports that have "posix" in their name or description. You can then try installing one of these alternative ports instead of php5-posix.

  1. Use a package: If you prefer to use a package instead of building from source, you can try installing a package of php5-posix that has the vulnerabilities fixed. You can search for available packages using the pkg search command:
pkg search posix

This will list all the packages that have "posix" in their name or description. You can then try installing one of these packages instead of building from source.

Created Time:2017-10-28 20:40:37  Author:lautturi