E
E
EVMI2016-04-17 21:14:38
PHP
EVMI, 2016-04-17 21:14:38

How to compile PHP for MacOS?

axis version 10.11.4
SIP disabled I
collect everything from source, do not offer ports.
Trying to build PHP 5.6 with openssl

./configure \
  --prefix=/usr/local/php-5.6.20 \
  --with-config-file-path=/usr/local/php-5.6.20/etc \
  --enable-bcmath \
  --enable-mbstring \
  --enable-sockets \
  --enable-zip \
  --with-apxs2 \
  --with-bz2 \
  --with-curl \
  --with-freetype-dir=/usr/local/freetype \
  --with-gd \
  --with-imap-ssl \
  --with-jpeg-dir=/usr/local/libjpeg \
  --with-mcrypt=/usr/local/libmcrypt \
  --with-mysql \
  --with-mysqli \
  --with-pear \
  --with-pdo-mysql \
  --with-png-dir=/usr/local/libpng \
  --with-openssl=/usr/local/openssl \
  --with-xmlrpc \
  --with-xsl \
  --with-zlib

build stops here:
sapi/apache2handler/php_functions.o main/internal_functions.o  -lcrypto -lssl -lcrypto -lz -lexslt -lresolv -lmcrypt -liconv -liconv -lpng -lz -ljpeg -lcurl -lbz2 -lz -lcrypto -lssl -lcrypto -lm -lxml2 -lz -licucore -lm -lcurl -lxml2 -lz -licucore -lm -lfreetype -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm -lxml2 -lxslt  -o libs/libphp5.bundle && cp libs/libphp5.bundle libs/libphp5.so
Undefined symbols for architecture x86_64:
  "_PKCS5_PBKDF2_HMAC", referenced from:
      _zif_openssl_pbkdf2 in openssl.o
  "_TLSv1_1_client_method", referenced from:
      _php_openssl_setup_crypto in xp_ssl.o
  "_TLSv1_1_server_method", referenced from:
      _php_openssl_setup_crypto in xp_ssl.o
  "_TLSv1_2_client_method", referenced from:
      _php_openssl_setup_crypto in xp_ssl.o
  "_TLSv1_2_server_method", referenced from:
      _php_openssl_setup_crypto in xp_ssl.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libs/libphp5.bundle] Error 1

openssl updated, nothing changed
OpenSSL 1.0.2f  28 Jan 2016
built on: reproducible build, date unspecified
platform: darwin64-x86_64-cc
options:  bn(64,64) rc4(ptr,int) des(idx,cisc,16,int) idea(int) blowfish(idx) 
compiler: cc -I. -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -O3 -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
OPENSSLDIR: "/usr/local/openssl-1.0.2f/ssl"

Tell me how to fix?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alastor, 2016-04-17
@Alastor

stackoverflow.com/questions/24269451/mac-os-x-php-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question