Cgi error on linux server

Hi there. I’m breaking my head. I have a webapp… after a little update I’ve uploaded the new version and I have an “internal server error”… Build for linux 64bit on xojo 2018 r2 and r1.1.

On the server I have this log (note that other webapp still running):

[Tue Aug 07 15:37:46.636322 2018] [cgi:error] [pid 16848] [client 46.141.90.145:52003] AH01215: /home/aromariserva.com/cgi/arpro/arpro: error while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file or directory
[Tue Aug 07 15:37:46.636475 2018] [cgi:error] [pid 16848] [client 46.141.90.145:52003] AH01215: Can’t use an undefined value as a symbol reference at /home/aromariserva.com/cgi/arpro/arpro.cgi line 118.
[Tue Aug 07 15:37:46.636947 2018] [cgi:error] [pid 16848] [client 46.141.90.145:52003] End of script output before headers: arpro.cgi

Server restarted but no solution…

The server:
NAME=“Ubuntu”
VERSION=“14.04.5 LTS, Trusty Tahr”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=“Ubuntu 14.04.5 LTS”
VERSION_ID=“14.04”

with cubesqp lserver 5.5.0

All 64bit.

Anyone have suggestions?

libunwind libraries are missing from your server, you need to install them to use Xojo 2018

Yes… it’s true… Thanks. Is that library needed only for newer xojo version? Other cgis works nice since long time ago :slight_smile:

Yes, somewhere on Xojo 2018 requirements now include libunwind library for Linux. No need for it with cgis created with older Xojo releases.

All clear now Alberto… Thanks to all