Verification of libraries installed in Linux production environment

Verification of libraries installed in Linux production environment

In this tutorial we will verify the libraries installed in our production environment, in case the generation of PDF does not work

1- We go to the folder of our project deployed ../prod/third/wkhtmltopdf/linux-amd64



2- We open the terminal inside that address.



3- Enter the following command ldd wkhtmltopdf-amd64 where we will get the list of all the installed libraries.



    • Related Articles

    • Resetting the Production Environment Password

      Important - By doing this procedure, all your configurations of the production environment will be lost. In this article, we will see how to reconfigure the password of the production environment, because there is not an option for “Forgot my ...
    • Manual Update of the Production Environment

      In this article, see how to update the production environment manually. Download the production environment from the ScriptCase website. 1. The first step is to access the scriptcase supplementary files download page , at this address you will find ...
    • Manual Update - Linux

      Before performing any procedure we recommend performing a backup of your projects. To back up Scriptcase: Go to Options > Settings, in the side menu go to Services > Backup. A file (.ZIP) will be generated with all your projects, save this file to a ...
    • Install ScriptCase PHP 7.0 on a XAMPP on Linux

      Xampp Installation Using PHP 7.0 XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris). First you have to proceed to download XAMPP PHP ...
    • Setting environment manually PHP 5.6 - Linux

      Installing a Manual PHP 5.6 Environment - Linux This article will explain how to install and set-up a PHP 5.6 environment with Apache 2.4 so that it'll run Scriptcase. Follow the steps below with caution. Note: This article was based on the Debian ...