Skip to content

Commit

Permalink
(LP: #439946) installation php-fpm 0.6-5.3.0 on FreeBSD 7.2 (BUGS)
Browse files Browse the repository at this point in the history
1) If you try to "make install" it fails, while "gmake install" works fine.

Installing PHP SAPI module: fpm
:No such file or directory
*** Error code 1

Stop in /tmp/php-5.3.0/fpm-build.
  • Loading branch information
dreamcat4 authored and dreamcat four committed Oct 2, 2009
1 parent ef61f74 commit a5b364f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ac/fpm_build.m4
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AC_DEFUN([AC_FPM_BUILD_SAPI],
PHP_SUBST(SAPI_EXTRA_LIBS)
dnl Set install target and select SAPI
INSTALL_IT=""
INSTALL_IT=":"
PHP_SELECT_SAPI(fpm, program, $PHP_FPM_SAPI_FILES $PHP_FPM_CORE_FILES $PHP_FPM_TRACE_FILES, $PHP_FPM_CFLAGS, '$(SAPI_FPM_PATH)')
Expand Down

0 comments on commit a5b364f

Please sign in to comment.