Re: [ceph-users] how to install radosgw from source code?

2013-09-23 Thread yy-nm

On 2013/9/24 1:32, Yehuda Sadeh wrote:

On Mon, Sep 23, 2013 at 1:18 AM, yy-nm  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@lists.ceph.com
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@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] how to install radosgw from source code?

2013-09-23 Thread Yehuda Sadeh
On Mon, Sep 23, 2013 at 1:18 AM, yy-nm  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@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


Re: [ceph-users] how to install radosgw from source code?

2013-09-23 Thread Somnath Roy
I think some dependency is missing.. For example, I can see the libcurl package 
is missing..See the build prerequisite.

http://ceph.com/docs/next/install/build-prerequisites/

The configure/autogen script is checking the packages installed in your system 
and accordingly creating the makefiles.

Hope this helps.

Thanks & Regards
Somnath

From: ceph-users-boun...@lists.ceph.com 
[mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of yy-nm
Sent: Monday, September 23, 2013 1:19 AM
To: ceph-users@lists.ceph.com
Subject: [ceph-users] how to install radosgw from source code?

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 ??

thinks!



PLEASE NOTE: The information contained in this electronic mail message is 
intended only for the use of the designated recipient(s) named above. If the 
reader of this message is not the intended recipient, you are hereby notified 
that you have received this message in error and that any review, 
dissemination, distribution, or copying of this message is strictly prohibited. 
If you have received this communication in error, please notify the sender by 
telephone or e-mail (as shown above) immediately and destroy any and all copies 
of this message in your possession (whether hard copies or electronically 
stored copies).

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


[ceph-users] how to install radosgw from source code?

2013-09-23 Thread yy-nm

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 ??

thinks!

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com