Skip to content

Instantly share code, notes, and snippets.

@sursir
Created March 21, 2018 08:34
Show Gist options
  • Select an option

  • Save sursir/d37422223ad5316b1d2430a06dd05282 to your computer and use it in GitHub Desktop.

Select an option

Save sursir/d37422223ad5316b1d2430a06dd05282 to your computer and use it in GitHub Desktop.
php openssl ext
cd php-5.3.10/ext/openssl

/usr/local/php/bin/phpize

# Cannot find config.m4.
# Make sure that you run '/usr/local/webserver/php/bin/phpize' in the top level source directory of the module

cp config0.m4 config.m4

/usr/local/php/bin/phpize

./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment