Compiling Drizzle on CentOS 5 64 bit
Getting Bazaar
su -
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm
yum install bzr bzrtools
If this does not work, you can compile from source. Download the source from https://launchpad.net/bzr/+download
Package Dependencies
The following should be installed via yum install:
- autoconf
- autoconf.noarch
- bison-devel.x86_64
- bison.x86_64
- bzr
- cpp.x86_64
- e2fsprogs-devel.i386
- e2fsprogs-devel.x86_64
- gcc
- gcc-c++.x86_64
- gcc.x86_
- glib2-devel
- glibc-devel.x86_64
- glibc.x86_64
- gperf
- libevent-devel.x86_64
- libstdc++.i386
- libtool.x86_64
- ncurses-devel.i386
- ncurses-devel.x86_64
- ncurses.x86_64
- pcre-devel.x86_64
- pcre.i386
- pcre.x86_64
- readline-devel.x86_64
- readline.x86_64
- zlib-devel.x86_64
Continue
Continue installing Drizzle with the next step: installing libdrizzle, the client protocol library.