Changes between Version 7 and Version 8 of php
- Timestamp:
- 10/15/2010 12:16:09 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified php
v7 v8 38 38 Now build php according to the book and add "--with-imap=/usr/lib/c-client" to the configure line.[[BR]][[BR]] 39 39 ''p.s. On my Hardened-LFS system I kept running into TEXTREL problems with php, after compiling c-client with 'make slx AS="gcc -c -Wa,--noexecstack" CC="gcc -fpic -pic -fno-pie -nopie"' all was well... (probebly an overkill of options, but if a bit helps, a lot sertanly will ;-)'' 40 41 == DESTDIR installs == 42 43 php doesn't support DESTDIR, but it does support INSTALL_ROOT. If you use that, you will have to copy httpd.conf to ${INSTALL_ROOT}/etc/apache - either create that directory before the install, and copy the file, or let the install break, copy the file, then resume.