Just installed the module on 1.20 and I get the message:
This module only runs on x86 Linux systems.
Any way to get that restriction removed for AMD64 since it understands the x86 instruction set or to get it built for AMD64?
Thanks
I commented out the following lines in index.cgi and I was able to get it started:
#chop($hw = `uname -m`); #$hw =~ /86$/ || &error($text{'index_ecpu'});
Now my problem is that I can't run java applets through my proxy server.
Wish there was a box in the shell that was all CGI.
Log in to post a comment.
Just installed the module on 1.20 and I get the message:
This module only runs on x86 Linux systems.
Any way to get that restriction removed for AMD64 since it understands the x86 instruction set or to get it built for AMD64?
Thanks
I commented out the following lines in index.cgi and I was able to get it started:
#chop($hw = `uname -m`);
#$hw =~ /86$/ || &error($text{'index_ecpu'});
Now my problem is that I can't run java applets through my proxy server.
Wish there was a box in the shell that was all CGI.