$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Libtiff.so.3 Installation in Mageia

February 18, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 3. Downloading libtiff.so.3

    Download libtiff.so.3 Source Code for Mageia GNU/Linux

    Get TIFF 3.x tar.gz for Mageia

    Grab the 3.9.7 Release.
    Possibly, on Firefox Prompt Choose “Save File”:

    Firefox Prompt
  2. 4. Installing LibTIFF 3

    Then to Install libtiff.so.3 for Mageia
    So first, Extract the Archive into the Temporary directory with:

    sudo tar xvzf ~/Downloads/tiff*.tar.gz -C /tmp/

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
    Now access the Target:

    cd /tmp/tiff*

    Configure it:

    ./configure --prefix=/usr/

    Make:

    make

    And now to Setup play:

    sudo make install

    Finally, to update the Libraries Path:

    ldconfig

Contents