Hello,
Thank you for your continuous assistance.
I am encountering the following error message in HTML-to-PDF:
./Html2Pdf: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /data/dev/jenkins_home/workspace/ktr_erp_test_web/src/main/webapp/pdf_plugins/./lib/libQt5WebEngineWidgets.so.5)
./Html2Pdf: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /data/dev/jenkins_home/workspace/ktr_erp_test_web/src/main/webapp/pdf_plugins/./lib/libQt5Widgets.so.5)
./Html2Pdf: /lib64/libz.so.1: version `ZLIB_1.2.3.4' not found (required by /data/dev/jenkins_home/workspace/ktr_erp_test_web/src/main/webapp/pdf_plugins/./lib/libQt5Gui.so.5)
./Html2Pdf: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /data/dev/jenkins_home/workspace/ktr_erp_test_web/src/main/webapp/pdf_plugins/./lib/libQt5Gui.so.5)
./Html2Pdf: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /data/dev/jenkins_home/workspace/ktr_erp_test_web/src/main/webapp/pdf_plugins/./lib/libQt5Core.so.5)
./Html2Pdf: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /data/dev/jenkins_home/workspace/ktr_erp_test_web/src/main/webapp/pdf_plugins/./lib/libQt5Core.so.5)
................................
It seems like the issue might be due to the Linux version being outdated. Are there any alternative solutions besides upgrading the Linux version?