Additional Requirements for Linux
For the proper export of reports to PDF files in Linux, the 32-bit versions of the following libraries must be installed (even though the system itself is 64-bit):
- GNU C library (glibc)
- GNU Standard C++ library (libstdc++)
- Fontconfig
Procedure for Debian 7:
Copy
apt-get install libc6-i386
dpkg --add-architecture i386
apt-get update
apt-get install libfontconfig1:i386
apt-get install libstdc++6:i386
Updated June 5, 2023