Skip to content

Fedora 13 Installation

imeyer edited this page Nov 8, 2010 · 2 revisions

Install ZooKeeper

zkinstructions :(

  1. Download ZooKeeper
  2. Build C library
    1. $ZKDIR is the directory after unpacking the tarball
    2. cd $ZKDIR/src/c
    3. configure --prefix=/usr/local/zookeeper

Install some perl dependencies

yum install -y perl-common-sense perl-Module-Install perl-Log-Log4perl perl-YAML-LibYAML perl-AnyEvent perl-JSON perl-Crypt-OpenSSL-X509

Install the Net::ZooKeeper module that ships with ZooKeeper

Clone this wiki locally