1
Installing in RedHat and Fedora
2
===============================
6
We have a custom RedHat/Fedora repository at
7
http://rpm.drizzle.org/7-dev/ which includes everything needed
8
to install or compile Drizzle on RedHat 5 and 6 as well as Fedora 13 - 14.
10
A pre-requisite of this repository in RedHat is that the
11
`EPEL <http://fedoraproject.org/wiki/EPEL>`_ repository is also added to your
16
The EPEL repository is not required in Fedora.
18
To add that repository, run the following command:
22
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
24
To add the repository to your distribution you also need to create a /etc/yum.repos.d/drizzle.repo file with the following content:
32
baseurl=http://rpm.drizzle.org/7-dev/redhat/$releasever/$basearch/
38
baseurl=http://rpm.drizzle.org/7-dev/redhat/$releasever/SRPMS
48
baseurl=http://rpm.drizzle.org/7-dev/fedora/$releasever/$basearch/
54
baseurl=http://rpm.drizzle.org/7-dev/fedora/$releasever/SRPMS
58
You can then use the following shell command:
66
To compile from source you will need to add the repositories above and then install the following packages:
76
* libuuid-devel (part of e2fsprogs-devel on older RedHat based distributions)
83
You will then be able to compile from source in the normal way.