Moving our website from one ISP/server to a different ISP/server (among other reasons) in order to upgrade Shopsite to version upgrade purchased last month.
Uploaded the currently installed (on old server) ShopSite version to new hosting server (then will move store's Data dir, etc) and tried to run wwwinstall.cgi. Getting Internal Server Error from web browser and from command line getting "./wwwinstall.cgi
-jailshell: ./wwwinstall.cgi: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory"
Reviewed troubleshooing common mistakes when installing and all checked out OK:
1. Yes, are all the permissions correct: Install directory and files are all 755.
2. Yes, store.auth was uploaded in ASCII format.
3. Yes, Web server does allow .cgis to run. Created a simple "Hello World!" text .cgi script, compiled .c script and .pl Perl script to .cgi and they all ran in a browser OK.
4. Yes, install files were uploaded in BINARY format.
5. Yes, using the correct Store URL and ID that is in the store.auth file. Both the old and new server are running Linux.
6. Yes, the store.auth is in the install directory.
Am hoping this has happened to someone in the past and someone can help us. What else can we do to troubleshoot this?