on a Linux-based (32 bit) virtual server, I was trying to install a small app (it shows a message and a button - just for testing). Unfortunately, this fails regardless which deployment method I chose.
Oh, you should change port 80 to something else that is not used by another service as port 80 is most likely used by the web server.
You do that in config.cfg
@Albin: Sure, all files and folders (including .htaccess) are there and have been uploaded in binary mode.
The CGI version was changed to a different port (in fact to “let the software decide”), but it came up with the same error. So I changed it manually back to port 80.
Webhosting support is still investigating (the longer it takes the more I believe that they won’t be successful).
By the way, maybe it helps to post more about the server the software is on: The welcome message is “Linux vserver123 2.6.32-5-openvz-amd64 #1 SMP Mon Jan 16 17:49:19 UTC 2012 i686”
They were able to reproduce the “segmentation faults” message, but believe that this is a compiler error. The software crashes even before it loads data into memory.
Any idea ? Have I missed something in settings during compiling the app ?
What is the exact OS you’re on and are you positive that it’s 32 bit and not 64 bit? Most web hosts I’ve looked at are using a 64 bit distributions of some sort.
@Albin: Sorry for the delay. My hoster’s support department checked the requirements again, which are all met.
So where can I start looking for a solution ? I searched for the “Segmentation fault” error, but found that it can mean anything or nothing. May it possible that there is not enough virtual RAM available ?