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 that repository, run the following command:
16
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
18
To add the repository to your distribution you also need to create a /etc/yum.repos.d/drizzle.repo file with the following content:
24
baseurl=http://5dollarwhitebox.org/repos/drizzle/dev/Redhat/$releasever/$basearch/
30
baseurl=http://5dollarwhitebox.org/repos/drizzle/dev/Redhat/$releasever/SRPMS
38
baseurl=http://5dollarwhitebox.org/repos/drizzle/dev/Fedora/$releasever/$basearch/
44
baseurl=http://5dollarwhitebox.org/repos/drizzle/dev/Fedora/$releasever/SRPMS
48
You can then use the following shell command::
54
To compile from source you will need to add the repositories above and then install the following packages:
64
* libuuid-devel (part of e2fsprogs-devel on older RedHat based distributions)
71
You will then be able to compile from source in the normal way.