Hi!
I compiled a simple application with new 2018r1 and uploaded to my server as i allways do.
I can’t run the cgi.
(my previous compiled version 2017r3 was just fine)
Do i need to update or change anything on server?
Best regards,
Alex
Hi!
I compiled a simple application with new 2018r1 and uploaded to my server as i allways do.
I can’t run the cgi.
(my previous compiled version 2017r3 was just fine)
Do i need to update or change anything on server?
Best regards,
Alex
Nobody knows, without some information…
Are there some error-log from the webserver?
If you have an shell on that server, try to run the app directly from shell (you can do that with the CGI-Version) to see if you get en error.
/home/caffot/public_html/cgi-bin/cadastroCAF/cadastroCAF: error while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file or directory
Use of uninitialized value $ENV{“REQUEST_METHOD”} in string eq at ./cadastrocaf.cgi line 110.
Can’t use an undefined value as a symbol reference at ./cadastrocaf.cgi line 118.
you have to install libunwind8:
apt-get install libunwind8
Hi!
can i install libunwind?
I was able to install libunwind.so.8 on centos 7 but it didn’t seem to resolve the dependency.
yum install -y libunwind.so.8
[quote=384164:@Marius Dieter Noetzel]
Web-App doesn’t start after updating to 2018-R1 [/quote]
Link doesn’t work.
Page Not Found
For some reason this conversation cannot be viewed. It may not exist, or you may not have permission to view
should i install libunwind?
should i install libunwind?[/quote]
Yes.
[quote=384197:@Daniel Wilson]Link doesn’t work.
Page Not Found
For some reason this conversation cannot be viewed. It may not exist, or you may not have permission to view
[/quote]
The link is available to users with a Pro license only. It is a special forum area.
I can confirm that yum install -y libunwind.x84_64
resolved the dependency for me.
I have the same problem with a Linux Debian 7 (Wheezy). I can’t install libunwind8 with apt-get install. I have to go to a previous version of Xojo to solve this problem.
Wheezy has only libunwind7 so you can’t install version 8, try 7