Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The "GettingCentOS5Packages" page has been changed by WillPierce. The comment on this change is: added ruby-devel because default ./configure is to build the ruby bindings too and ruby-devel is not included by default on fedora/rhel/centos. http://wiki.apache.org/thrift/GettingCentOS5Packages?action=diff&rev1=2&rev2=3 -------------------------------------------------- = Installing the required packages on CentOS 5 = The following command installs all the required tools and libraries to build and install the Thrift compiler on a CentOS5/RHEL5 Linux based system. {{{ - sudo yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel + sudo yum install automake libtool flex bison pkgconfig gcc-c++ boost-devel libevent-devel zlib-devel python-devel ruby-devel }}} These packages are available in the "base" repository. + For more information on the requirements see: ThriftRequirements
