From: Brad Hubbard <bhubbard@redhat.com>
To: ceph-devel@vger.kernel.org
Subject: Re: radosgw-admin: symbol lookup error
Date: Tue, 22 Jul 2014 10:03:03 +1000 [thread overview]
Message-ID: <53CDAA37.90209@redhat.com> (raw)
In-Reply-To: <53CD1B3A.7060008@gmail.com>
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
next prev parent reply other threads:[~2014-07-22 0:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-21 13:52 radosgw-admin: symbol lookup error Zhongliang Zhao
2014-07-22 0:03 ` Brad Hubbard [this message]
2014-07-22 0:15 ` Yehuda Sadeh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53CDAA37.90209@redhat.com \
--to=bhubbard@redhat.com \
--cc=ceph-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.