Changes between Version 3 and Version 4 of FreeBSD Php Compile Issues


Ignore:
Timestamp:
12/20/22 06:29:39 (2 years ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD Php Compile Issues

    v3 v4  
    6969  * Add to /usr/local/etc/php.ini file '''extension=/usr/local/include/php/ext/imagick/modules/imagick.so'''
    7070
     71  * From : {{{
     72    Recently I had to install ImageMagick on FreeBSD. The following commands achieved this without a problem.
     73
     74    cd /usr/ports/graphics/ImageMagick-nox11/
     75    make install clean
     76    service apache22 stop
     77    cd /usr/ports/graphics/pecl-imagick/
     78    make install clean
     79    service apache22 start
     80
     81    NOTE: For some of the package dependencies you will be prompted to select optional add-ons.
     82    I left all the config options untouched except for those which provided integration with the X11 system.
     83    Those once I disabled.
     84    }}}
     85
     86
    7187 
    7288