I have outline what I did to get everything to work on Suse 10.3
Install the following:
php5-mhash, php5-mcrypt, php5-openssl, php5-hash
More info can be found here:
On suse 10.3 these were installed using zypper
- zypper in php5-mhash
- zypper in php5-mcrypt
- zypper in php5-openssl
- zypper in php5-hash
Make sure the version of PHP5 has curl support. On suse 10.3 I got PHP5 with curl by doing the following:
Make sure you have PHP5-Soap. This can be insalled by doing the following:
· Make sure the date/time on the moodle server is right. If the time is off you will not be able to get a consent token.
Hopefully this helps, if you have any questions please post them.