All of lore.kernel.org
 help / color / mirror / Atom feed
* radosgw-admin: symbol lookup error
@ 2014-07-21 13:52 Zhongliang Zhao
  2014-07-22  0:03 ` Brad Hubbard
  0 siblings, 1 reply; 3+ messages in thread
From: Zhongliang Zhao @ 2014-07-21 13:52 UTC (permalink / raw)
  To: ceph-devel; +Cc: yehuda

Dear all,

I am trying to test the feature of geo-replication, which is suported 
via radosgw service.
After following 
http://ceph.com/docs/master/radosgw/config/#adjust-path-ownership-permissions,
$sudo /etc/init.d/radosgw start (start the gateway)
returns
$Starting client.radosgw.instance-1...
$/usr/bin/radosgw is running

However, when I want to use the radosgw-admin command, it gives error like:

radosgw-admin: symbol lookup error: radosgw-admin: undefined symbol: 
_ZTVN4ceph6crypto8HMACSHA1E

Can anyone indicate what's happen and how to process?

Thanks in advance.
Giovanni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: radosgw-admin: symbol lookup error
  2014-07-21 13:52 radosgw-admin: symbol lookup error Zhongliang Zhao
@ 2014-07-22  0:03 ` Brad Hubbard
  2014-07-22  0:15   ` Yehuda Sadeh
  0 siblings, 1 reply; 3+ messages in thread
From: Brad Hubbard @ 2014-07-22  0:03 UTC (permalink / raw)
  To: ceph-devel

On 07/21/2014 11:52 PM, Zhongliang Zhao wrote:
> Dear all,
>
> I am trying to test the feature of geo-replication, which is suported
> via radosgw service.
> After following
> http://ceph.com/docs/master/radosgw/config/#adjust-path-ownership-permissions,
>
> $sudo /etc/init.d/radosgw start (start the gateway)
> returns
> $Starting client.radosgw.instance-1...
> $/usr/bin/radosgw is running
>
> However, when I want to use the radosgw-admin command, it gives error like:
>
> radosgw-admin: symbol lookup error: radosgw-admin: undefined symbol:
> _ZTVN4ceph6crypto8HMACSHA1E

Looks like it is missing a definition for a crypto function.

$ c++filt  _ZTVN4ceph6crypto8HMACSHA1E
vtable for ceph::crypto::HMACSHA1

>
> Can anyone indicate what's happen and how to process?
>
> Thanks in advance.
> Giovanni
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


-- 

Kindest Regards,

Brad Hubbard
Senior Software Maintenance Engineer
Red Hat Global Support Services
Asia Pacific Region

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: radosgw-admin: symbol lookup error
  2014-07-22  0:03 ` Brad Hubbard
@ 2014-07-22  0:15   ` Yehuda Sadeh
  0 siblings, 0 replies; 3+ messages in thread
From: Yehuda Sadeh @ 2014-07-22  0:15 UTC (permalink / raw)
  To: bhubbard, 赵中亮; +Cc: ceph-devel

On Mon, Jul 21, 2014 at 5:03 PM, Brad Hubbard <bhubbard@redhat.com> wrote:
> On 07/21/2014 11:52 PM, Zhongliang Zhao wrote:
>>
>> Dear all,
>>
>> I am trying to test the feature of geo-replication, which is suported
>> via radosgw service.
>> After following
>>
>> http://ceph.com/docs/master/radosgw/config/#adjust-path-ownership-permissions,
>>
>> $sudo /etc/init.d/radosgw start (start the gateway)
>> returns
>> $Starting client.radosgw.instance-1...
>> $/usr/bin/radosgw is running
>>
>> However, when I want to use the radosgw-admin command, it gives error
>> like:
>>
>> radosgw-admin: symbol lookup error: radosgw-admin: undefined symbol:
>> _ZTVN4ceph6crypto8HMACSHA1E
>
>
> Looks like it is missing a definition for a crypto function.
>
> $ c++filt  _ZTVN4ceph6crypto8HMACSHA1E
> vtable for ceph::crypto::HMACSHA1


That would usually mean that it couldn't find librados. Try running
'ldd radosgw-admin' to verify linkage target, and adjust
LD_LIBRARY_PATH appropriately.

Yehuda

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-22  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-21 13:52 radosgw-admin: symbol lookup error Zhongliang Zhao
2014-07-22  0:03 ` Brad Hubbard
2014-07-22  0:15   ` Yehuda Sadeh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.