[RESOLVED] PHP sockets problem

Hello all,

Could anyone tell me if it is possible to enable PHP sockets post installation?
I need this module to finish my zabbix installation.
From my search on the web, it look like I have to compile php from source.
I hope someone can help me without uninstalling everything

Thank you
 
Re: PHP sockets problem

Managed to solve it.

cd /usr/ports/lang/php55-extensions/
make config
select socket
make reinstall clean
 
Back
Top