All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

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.