MacOS ElCapitan 오류에서 PHP5 컴파일


0

다음 옵션을 사용하여 MacOS Server 5 (일명 ElCapitan)에서 PHP 5.6.25를 컴파일하려고합니다.

    sudo ./configure \
--prefix=/usr/local/php5 \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/usr/local/php5/php.d \
--with-config-file-scan-dir=/Library/Server/Web/Config/php \
--with-apxs2=/usr/sbin/apxs \
--with-bz2=/usr  \
--with-curl=/usr \
--with-freetype-dir=/usr/local/php5 \
--with-gd \
--with-gettext \
--with-iconv-dir=/usr \
--with-imap-ssl=/usr/local \
--with-imap=/usr/local \
--with-iodbc=/usr \
--with-jpeg-dir=/usr/local/php5 \
--with-kerberos=/usr \
--with-ldap \
--with-libxml-dir=/usr \
--with-mcrypt \
--with-mhash \
--with-mysql-sock=/var/mysql \
--with-mysql=/usr/local/mysql \
--with-pdo-mysql=/usr/local/mysql \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-openssl=/usr/local/include/openssl \
--with-pcre-regex \
--with-png-dir=/usr/local/php5 \
--with-snmp=/usr \
--with-t1lib=/usr/local/php5 \
--with-tidy \
--with-xmlrpc \
--with-xsl=/usr \
--with-zlib-dir=/usr \
--with-zlib=/usr \
--without-pear \
--enable-bcmath \
--enable-calendar \
--enable-cgi \
--enable-exif \
--enable-ftp \
--enable-gd-native-ttf \
--enable-mbstring \
--enable-pcntl \
--enable-shmop  \
--enable-soap \
--enable-mbregex \
--enable-sockets \
--enable-cli \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-wddx \
--enable-zip

내가 실행하는 첫 번째 오류는 누락 된 openSSL 헤더 파일이므로 homebrew를 통해 설치했습니다. 그러나 지금 나는 얻는다 :

checking "whether flock struct is linux ordered"... "no"
checking "whether flock struct is BSD ordered"... "no"
configure: error: Don't know how to define struct flock on this system, set --enable-opcache=no

해당 옵션을 설정하면 컴파일되지만 이전에 해당 문제를 해결하는 것이 낫지 않을지 궁금합니다.

감사


구성 실행, 오류로 끝납니다. /SourceCache/php-5.6.25/ext/odbc/php_odbc.c:37에 포함 된 파일에서 : ext / odbc / php_odbc_includes.h : 98 : 10 : 치명적인 오류 : 'iodbcext. h '파일을 찾을 수 없음 #include <iodbcext.h>
Quwax

오류 : 'iodbcext.h'는 libiobbc 설치를 통해 해결되었지만 이제 지원되지 않는 off_t 크기를
얻었습니다
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.