Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?
Date: Sat, 01 Mar 2014 11:13:50
Message-Id: 116142837.3lVAP2CADj@wstn
In Reply to: Re: [gentoo-user] [OT?] How to get WebDAV going on Apache? by Nilesh Govindrajan
1 On Friday 28 Feb 2014 16:31:39 Nilesh Govindrajan wrote:
2
3 > You don't need moddav for owncloud. Owncloud implements it via php.
4
5 Now I am confused. Do I need to add or remove a USE flag from php or owncloud?
6
7 # emerge -pv owncloud php
8 ...
9 [ebuild R ~] www-apps/owncloud-6.0.1:6.0.1 USE="curl mysql -postgres -
10 sqlite -vhosts" 0 kB
11 [ebuild R ] dev-lang/php-5.5.9:5.5 USE="apache2 berkdb bzip2 calendar
12 cgi cli crypt ctype curl exif fileinfo filter fpm ftp gd gdbm gmp hash iconv
13 intl json mysql mysqli nls opcache pdo phar posix readline session simplexml
14 sqlite ssl tokenizer truetype unicode xml xmlwriter zip zlib -bcmath -cdb -cjk
15 -debug -embed -enchant -firebird -flatfile -frontbase -imap -inifile -iodbc -ipv6
16 -kerberos -ldap -ldap-sasl -libedit -libmysqlclient -mhash -mssql -oci8-
17 instant-client -odbc -pcntl -postgres -qdbm -recode (-selinux) -sharedmem -
18 snmp -soap -sockets -spell -sybase-ct -systemd -sysvipc -threads -tidy -wddx -
19 xmlreader -xmlrpc -xpm -xslt" 0 kB
20
21 I decided to try mysql (mariadb, actually) rather than sqlite; maybe I should
22 revert to the simpler setup, or maybe I've missed something here:
23
24 wstn / # emerge -pv mysql mariadb
25 ...
26 [ebuild R ~] dev-db/mariadb-5.5.32 USE="community pam perl ssl -cluster -
27 debug -embedded -extraengine -jemalloc -latin1 -max-idx-128 -minimal -oqgraph
28 (-pbxt) -profiling (-selinux) -sphinx -static -systemtap -tcmalloc {-test}" 0
29 kB
30 [ebuild R ~] virtual/mysql-5.5 USE="-embedded -minimal -static" 0 kB
31
32 --
33 Regards
34 Peter

Replies

Subject Author
Re: [gentoo-user] [OT?] How to get WebDAV going on Apache? Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] [OT?] How to get WebDAV going on Apache? Nilesh Govindrajan <me@××××××××.com>