1
Installing in RedHat and Fedora
2
===============================
6
We have a custom RedHat/Fedora repository at
7
http://5dollarwhitebox.org/repos/drizzle/dev/ which includes everything needed
8
to install or compile Drizzle on RedHat 5 and 6 as well as Fedora 12 - 14.
10
A pre-requisite of this repository is that the
11
`EPEL <http://fedoraproject.org/wiki/EPEL>`_ repository is also added to your
14
To add the repository to your distribution you need to create a /etc/yum.repos.d/drizzle.repo file with the following content:
20
baseurl=http://5dollarwhitebox.org/repos/drizzle/dev/Redhat/$releasever/$basearch/
26
baseurl=http://5dollarwhitebox.org/repos/drizzle/dev/Redhat/$releasever/SRPMS
34
baseurl=http://5dollarwhitebox.org/repos/drizzle/dev/Fedora/$releasever/$basearch/
40
baseurl=http://5dollarwhitebox.org/repos/drizzle/dev/Fedora/$releasever/SRPMS
44
You can then use the following shell command::
50
To compile from source you will need to add the repositories above and then install the following packages:
60
* libuuid-devel (part of e2fsprogs-devel on older RedHat based distributions)
67
You will then be able to compile from source in the normal way.