drizzle
Profile
Search
 
Hosted by The Rackspace Cloud
Compiling/CentOS 5

Contents

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:

Like so:

yum install  autoconf automake bison-devel bison bzr cpp curl-devel e2fsprogs-devel.i386 e2fsprogs-devel.x86_64 gcc gcc-c++.x86_64  gcc.x86_64 glib2-devel glibc-devel.x86_64 glibc.x86_64 gperf intltool libevent-devel.x86_64 libstdc++.i386 libtool ncurses-devel.i386 make ncurses-devel.x86_64 ncurses.x86_64 pam-devel pcre-devel.x86_64 pcre.i386 pcre.x86_64  readline-devel.x86_64 readline.x86_64 zlib-devel.x86_64 boost-devel

Continue

Continue installing Drizzle with the next step: installing libdrizzle, the client protocol library.