Subject: | undefined symbol: rados_nobjects_list_open |
On debian/jessie make test fails:
...
# Failed test 'use Ceph::Rados;'
# at t/001_smoke.t line 12.
# Tried to use 'Ceph::Rados'.
# Error: Can't load '/home/cpansand/.cpan/build/2019030420/Ceph-Rados-0.12-1/blib/arch/auto/Ceph/Rados/Rados.so' for module Ceph::Rados: /home/cpansand/.cpan/build/2019030420/Ceph-Rados-0.12-1/blib/arch/auto/Ceph/Rados/Rados.so: undefined symbol: rados_nobjects_list_open at /opt/perl-5.22.3D/lib/5.22.3/x86_64-linux-ld/DynaLoader.pm line 193.
# # Compilation failed in require at t/001_smoke.t line 12.
# BEGIN failed--compilation aborted at t/001_smoke.t line 12.
# Failed test 'Constants'
# at t/001_smoke.t line 29.
# Looks like you failed 2 tests of 2.
t/001_smoke.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
Can't load '/home/cpansand/.cpan/build/2019030420/Ceph-Rados-0.12-1/blib/arch/auto/Ceph/Rados/Rados.so' for module Ceph::Rados: /home/cpansand/.cpan/build/2019030420/Ceph-Rados-0.12-1/blib/arch/auto/Ceph/Rados/Rados.so: undefined symbol: rados_nobjects_list_open at /opt/perl-5.22.3D/lib/5.22.3/x86_64-linux-ld/DynaLoader.pm line 193.
Compilation failed in require at t/100_raw_api_crud.t line 6.
BEGIN failed--compilation aborted at t/100_raw_api_crud.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/100_raw_api_crud.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 21/21 subtests
...