Learn about Centmin Mod LEMP Stack today
Register Now

Sysadmin imagick install - option 15

Discussion in 'System Administration' started by SFLC, Dec 22, 2016.

Tags:
  1. SFLC

    SFLC Active Member

    223
    59
    28
    Dec 4, 2016
    The Canadas
    Ratings:
    +112
    Local Time:
    1:30 PM
    1
    10
    Hello,

    I ran option 15 to install imagick and it installs fine but this is the message towards the end

    Code:
    Libraries have been installed in:
       /svr-setup/imagick-3.4.3RC1/modules
    
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
         during execution
       - add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    i haven't tested to see if imagick is actually working as i have not setup one of my sites that needs it, but the install ended without errors so i believe it'll still work.

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,868
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    9:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    that's just verbose way of saying it's installed at so all ok :) you can check via commands

    which list all php extensions installed and imagick specific details (same as if you loaded phpinfo page in web browser)
    Code (Text):
    php -m
    php --ri imagick
     
  3. SFLC

    SFLC Active Member

    223
    59
    28
    Dec 4, 2016
    The Canadas
    Ratings:
    +112
    Local Time:
    1:30 PM
    1
    10
    thanks @eva2000, i guess I overreacted on that one, i thought there was an issue, it's definitely installed and i can confirm that it works as well