On 2013/9/24 1:32, Yehuda Sadeh wrote:
On Mon, Sep 23, 2013 at 1:18 AM, yy-nm <yxdyourself@xxxxxxxxx> wrote:
hay, folks:
i use ceph source code to install a ceph cluster. ceph version 0.61.8
(a6fdcca3bddbc9f177e4e2bf0d9cdd85006b028b)
After finish install, i can't find radosgw command?
i use below paramter in ceph's installation:
install package:
#apt-get install automake autoconf gcc g++ libboost-dev libedit-dev
libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers
libcrypto++-dev libaio-dev libgoogle-perftools-dev libkeyutils-dev uuid-dev
libatomic-ops-dev libboost-program-options-dev libboost-thread-dev
libexpat1-dev libleveldb-dev libsnappy-dev
configure:
#./autogen.sh
#./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib/ceph
make:
#make
#make install
is anything wrong with above ??
You're missing --with-radosgw in your configure.
thinks!
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
thinks a lot!
i get it!
radosgw is installed
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com