Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:php:pecl-extension [2017/05/23 13:15]
Jackson Zhang [Compile From Source Code]
litespeed_wiki:php:pecl-extension [2019/05/03 16:21]
qtwrk [Compile From Source Code]
Line 99: Line 99:
 Let's look at another example with the PECL imagick extension on a Ubuntu/​Debian machine. Assuming that you have install lsphp70 through LiteSpeed APT repository. Let's look at another example with the PECL imagick extension on a Ubuntu/​Debian machine. Assuming that you have install lsphp70 through LiteSpeed APT repository.
  
-  ​apt-get install ​apt-get install libmagickwand-dev pkg-config build-essential+  apt-get install libmagickwand-dev pkg-config build-essential
   mkdir -p ~/tmp   mkdir -p ~/tmp
   pushd ~/tmp   pushd ~/tmp
Line 106: Line 106:
   cd imagick-3.4.3   cd imagick-3.4.3
     /​usr/​local/​lsws/​lsphp70/​bin/​phpize     /​usr/​local/​lsws/​lsphp70/​bin/​phpize
-    ./configure --with-php-config=/​usr/​local/​lsws/​lsphp70/​bin/​php-config+    ./configure --with-php-config=/​usr/​local/​lsws/​lsphp70/​bin/​php-config7.0
     make     make
     make install     make install
  • Admin
  • Last modified: 2019/11/29 15:58
  • by Lisa Clarke