1
1
Installing in RedHat and Fedora
2
===============================
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.
6
There is 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 is that the
10
A pre-requisite of this repository in RedHat is that the
11
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::
16
The EPEL repository is not required in Fedora.
18
To add the EPEL repository, run one of the following commands (choose from the i386(32-bit) or x86_64(64-bit) EPEL repository package).
20
Install EPEL Repository on 32-bit Linux 5.X:
24
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
26
Install EPEL Repository on 64-bit Linux 5.X:
30
sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
32
To add the Drizzle repository to your system you also need to create a /etc/yum.repos.d/drizzle.repo file with the following content:
40
baseurl=http://rpm.drizzle.org/7-dev/redhat/$releasever/$basearch/
46
baseurl=http://rpm.drizzle.org/7-dev/redhat/$releasever/SRPMS
50
**$releasever** uses RHEL 5 or RHEL 6, and **$basearch** is the architecture (i386 or x86_64).
58
baseurl=http://rpm.drizzle.org/7-dev/fedora/$releasever/$basearch/
64
baseurl=http://rpm.drizzle.org/7-dev/fedora/$releasever/SRPMS
68
**$releasever** uses the Fedora version (currently 13 or 14), and **$basearch** is the architecture (i386 or x86_64).
70
You can then install Drizzle by running the following command:
74
sudo yum install drizzle7-server drizzle7-client
52
76
Compiling From Source
53
77
---------------------
54
To compile from source you will need to add the repositories above and then install the following packages:
78
To compile from source you will need to add the repositories described above, and then install the following packages: