osx - Unabl to install PHP extension OpenSSL on OS X using phpize -
i have been trying install php version 5.5.34 extension openssl magento2 because won't pass magento process installation if don't have openssl extension. don't seen able install neither way phpize
or compiling php source.
phpize
this ok:
sudo phpize
this fails:
sudo ./configure` fail error `configure: error: cannot find < evp.h >
compiling source
this ok:
sudo ./configure --prefix=/usr/local --mandir=/usr/share/man --infodir=/usr/shar e/info --sysconfdir=/private/etc --with-libdir=lib --enable-cli --with-config-fi le-path=/etc --with-config-file-scan-dir=/library/server/web/config/php --with-l ibxml-dir=/usr/local/opt/libxml2 --with-mssql --with-pdo-dblib --with-apxs2 --wi th-openssl=/usr/local/opt/openssl
this fails:
sudo make fail error **undefined symbols architecture x86_64: "_pkcs5_pbkdf2_hmac", referenced from: _zif_openssl_pbkdf2 in openssl.o ld: symbol(s) not found architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation) make: *** [libs/libphp5.bundle] error 1
does out there know what's going on , how fix?
Comments
Post a Comment