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
Updating the Production Environment
The production environment is the place where we configure the database connections that will communicate with our published applications, in addition to being the place to configure the APIs we add to our project. It is extremely important that the ...
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 ...
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 ...
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 ...