Installed and found some stuff that needed to be added to make setting it up easier.
At the moment I would suggest that after installing the above RPM (for testing on 64-bit), you'll need to do the following:
Assuming that you already have your basic local webserver up and running ... to test this just point your browser to
http://127.0.0.1 or
http://localhost ... open a terminal as root.
# apt-get update && apt-get install php-zip php-mysqli
# cd /var/www/html/owncloud
# chmod 0770 data/
# chown apache:apache data/
# chown apache:apache config
And you should be able to set up your OwnCloud configuration by pointing your browser to
http://localhost/owncloud or
http://127.0.0.1/owncloud.If anyone needs help with setting up a database for owncloud, just gimme a yell.

UTSL,
Archie