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:
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.
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
.
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.