* symbol lookup error v9.1.0
@ 2015-10-17 3:37 Deneau, Tom
2015-10-17 4:54 ` Josh Durgin
0 siblings, 1 reply; 2+ messages in thread
From: Deneau, Tom @ 2015-10-17 3:37 UTC (permalink / raw)
To: ceph-devel@vger.kernel.org
On an ubuntu trusty system,
* I installed v9.1.0 and could bring up a single node cluster with it.
* I did a git checkout of v9.1.0, followed by ./autogen.sh; ./configure; make
Then when I try to run for example the rados I just built using
"./src/.libs/rados -v"
I get
./src/.libs/rados: symbol lookup error: ./src/.libs/rados: undefined symbol: _ZN8librados20ObjectWriteOperation9copy_fromERKSsRKNS_5IoCtxEmj
which decodes to
librados::ObjectWriteOperation::copy_from(std::string const&, librados::IoCtx const&, unsigned long, unsigned int)
Is there any reason why this symbol should not be resolved by the installed libraries of v9.1.0?
-- Tom Deneau
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: symbol lookup error v9.1.0
2015-10-17 3:37 symbol lookup error v9.1.0 Deneau, Tom
@ 2015-10-17 4:54 ` Josh Durgin
0 siblings, 0 replies; 2+ messages in thread
From: Josh Durgin @ 2015-10-17 4:54 UTC (permalink / raw)
To: Deneau, Tom, ceph-devel@vger.kernel.org
On 10/16/2015 08:37 PM, Deneau, Tom wrote:
> On an ubuntu trusty system,
> * I installed v9.1.0 and could bring up a single node cluster with it.
> * I did a git checkout of v9.1.0, followed by ./autogen.sh; ./configure; make
>
> Then when I try to run for example the rados I just built using
> "./src/.libs/rados -v"
>
> I get
> ./src/.libs/rados: symbol lookup error: ./src/.libs/rados: undefined symbol: _ZN8librados20ObjectWriteOperation9copy_fromERKSsRKNS_5IoCtxEmj
>
> which decodes to
> librados::ObjectWriteOperation::copy_from(std::string const&, librados::IoCtx const&, unsigned long, unsigned int)
>
> Is there any reason why this symbol should not be resolved by the installed libraries of v9.1.0?
Sounds like you've got a pre-9.1.0 librados getting loaded. This is one
of the ABI breakages that's fixed in the infernalis branch, but didn't
make the rc. This is the fix:
https://github.com/ceph/ceph/pull/6215
Josh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-17 4:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-17 3:37 symbol lookup error v9.1.0 Deneau, Tom
2015-10-17 4:54 ` Josh Durgin
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.