Hello list, I did have OwnCloud working on my LAN mini-server, but then its disk failed. I replaced it with an SSD and now I can't get owncloud working. I hope someone here can help. (Finger trouble has prevented me from using the backups I had.)
This is a gentoo x86 box (not ~x86) and I've remerged php-5.5.10 and apache-2.2.25. I unzipped owncloud-6.0.2.tar.bz2 into /var/www/cloud. MySQL is not installed but sqlite-3.8.2 is. I've set Apache up to serve owncloud over SSL, and this appears to work. However, the post-setup check tells me, in red: "Your web server is not yet properly setup to allow files synchronisation because the WebDAV interface seems to be broken." Since owncloud implements DAV itself in PHP I assume my PHP setup is faulty. I went through the requirements listed in [1] again and found three things I couldn't confirm were present: 1. PHP module dom. Portage offers me no options here, so I assume it's installed automatically. 2. PHP module mb multibyte. The same applies. 3. PHP module mcrypt. libmcrypt-2.5.8-r2 is installed, so I hope it's being picked up. Then there are two optional packages: xcache and ffmpeg-php. I can install those but I'll have to downgrade PHP to version 5.4 to satisfy dependencies. Do I have to do that? Can anyone suggest how I should debug this? The following may help: # emerge -pv php apache --->8 [ebuild R ] www-servers/apache-2.2.25:2 USE="ssl suexec -debug -doc - ldap (-selinux) -static -threads" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias -asis -auth_digest -authn_dbd -cern_meta -charset_lite -dbd - dumpio -ident -imagemap -log_forensic -proxy -proxy_ajp -proxy_balancer - proxy_connect -proxy_ftp -proxy_http -proxy_scgi -reqtimeout -substitute - version" APACHE2_MPMS="prefork -event -itk -peruser -worker" 5,459 kB [ebuild R ] dev-lang/php-5.5.10:5.5 USE="apache2 berkdb bzip2 calendar cgi cli crypt ctype curl exif fileinfo filter ftp gd gdbm hash iconv ipv6 json mysql nls opcache pdo phar posix readline session simplexml sqlite ssl tokenizer unicode xml zip zlib -bcmath -cdb -cjk -debug -embed -enchant - firebird -flatfile -fpm -frontbase -gmp -imap -inifile -intl -iodbc -kerberos - ldap -ldap-sasl -libedit -libmysqlclient -mhash -mssql -mysqli -oci8-instant- client -odbc -pcntl -postgres -qdbm -recode (-selinux) -sharedmem -snmp -soap -sockets -spell -sybase-ct -systemd -sysvipc -threads -tidy -truetype -wddx - xmlreader -xmlrpc -xmlwriter -xpm -xslt" 12,796 kB [1] http://doc.owncloud.org/server/6.0/admin_manual/installation/installation_source.html -- Regards Peter _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
