#4844: Build PHP without zts
-----------------------------+------------------------------
 Reporter:  pierre.labastie  |       Owner:  pierre.labastie
     Type:  defect           |      Status:  assigned
 Priority:  normal           |   Milestone:  7.6
Component:  BOOK             |     Version:  SVN
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+------------------------------

Comment (by bdubbs@…):

 I used the instructions and looked at the installation directories.  There
 are a couple of problems with ./sapi/fpm/Makefile.frag.  It is installing
 the PHP FPM status page in $(datadir)/fpm/.  That should be PREFIX/share
 which would end up at /usr/share/php.  Perhaps we should use
 --datadir=/usr/share/php explicitly.

 The second problem is that it is creating empty directories at
 $(localstatedir)/{log,run} where localstatedir is /var/run.  For us, this
 is a symlink to /run.  I don't know if these files need to be persistent
 across boots or not, but the safe thing to do would be to use
 /var/cache/php.  OTOH just /var would create /var/{run,log} which might be
 better.

 I still do need the command: sed -i -e 's/2.6.5 2.7/& 3.0/' configure

 Retesting, --datadir=/usr/share/php and --localstatedir=/var seem to do
 the right thing.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4844#comment:6>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to