Horde 4 on openSUSE 12.1?

Has anyone managed to install and configure Horde 4 to run on openSUSE 12.1?
I’ve installed Horde 4, but I’m not sure how to configure it for openSUSE, as the
documentation seems to be rather out-of-date.
I would be grateful if someone could help me out here. Thanks.

I’ve just finished an RPM install of Horde 4 on my open 12.1 box. The basic steps outlined in Documentation - Horde - The Horde Project are a good start, but there are a few gotchas. The first step after installing the RPMs is to copy conf.php.dist to conf.php in /usr/share/php5/PEAR/www/horde/config. Then, chown it to wwwrun:www. You’ll have to configure apache to find the horde install, i.e., Alias /horde /usr/share/php5/PEAR/www/horde. You should be able access the admin interface, http://localhost/horde/admin/config/index.php, and test page, http://localhost/horde/test.php. Note, if you’re using a SQL backend, you may get errors like “horde.horde_alarms does not exist”. Run the /usr/bin/horde-db-migrate utility to sort this out. Lastly, I ended up making a link from the horde install dir to /srv/www/htdocs/horde since that’s where the horde-alarms script expects the install to be.

Good luck,
Scott