That error usually means that you are trying to POST data to a paget that Apache thinks is static HTML. Make sure your apache on your SUSE machine is set up to use PHP properly.
Check the AddType lines specifically, if your script is .php3 and you installed PHP 4 then you'll have a problem since PHP 4 only sets up AddType for .php scripts.