View Single Post
  #5   (View Single Post)  
Old 17th August 2015
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default OpenBSD-5.7

The default /etc/php-fpm.conf doesn't seem to be adequate to start the service.

$ sudo php-fpm-5.6
Code:
                                                              
[17-Aug-2015 12:16:30] ALERT: [pool www] user has not been defined
[17-Aug-2015 12:16:30] ERROR: failed to post process the configuration
[17-Aug-2015 12:16:30] ERROR: FPM initialization failed
Is anyone willing to post their php config files?

Also, I didn't know what might be needed during my PHP dev explorations so I installed everything. Are there any conflicts or contradictions in here?

$ pkg_info | grep php
Code:
php-5.6.5           server-side HTML-embedded scripting language
php-bz2-5.6.5       bzip2 compression extensions for php5
php-curl-5.6.5      curl URL library extensions for php5
php-fastcgi-5.6.5   stand-alone FastCGI version of PHP
php-fpm-5.6.5       stand-alone FPM version of PHP
php-gd-5.6.5        image manipulation extensions for php5
php-gmp-5.6.5       gmp math library support for php5
php-markdown-1.0.1np0 Markdown implementation for PHP
php-mcrypt-5.6.5    mcrypt encryption/decryption extensions for php5
php-odbc-5.6.5      odbc database access extensions for php5
php-pgsql-5.6.5     pgsql database access extensions for php5
php-pspell-5.6.5    pspell library extensions for php5
php-shmop-5.6.5     shared memory extensions for php5
php-tidy-5.6.5      tidy HTML cleaner bindings
php-xmlrpc-5.6.5    XML RPC functions for php5
php-xsl-5.6.5       XSL functions for php5
php-zip-5.6.5       zip functions for php5
Reply With Quote