Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11923: Boost Log backends fail silently on Ubuntu
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-20 23:03:00
#11923: Boost Log backends fail silently on Ubuntu
-------------------------------+---------------------
Reporter: lylemoffitt@⦠| Owner: andysem
Type: Bugs | Status: new
Milestone: To Be Determined | Component: log
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------
Comment (by anonymous):
Ok. Got it all sorted out. Had to reset the VM, uninstall all the old
boost libs from `dpkg`, reinstall v1.60 *and* run `ldconfig` (forgot to do
that before). Now it compiles and runs. Same result as before, bupkis.
And btw, this is all compiled with GCC. So there's no incompatibility
introduced from there.
Here's confirmation from `ldd` that it was all linked correctly:
{{{
ldd ./log_test
linux-vdso.so.1 => (0x00007ffd8ddc4000)
libboost_log.so.1.60.0 => /usr/local/lib/libboost_log.so.1.60.0
(0x00007fbcc9a98000)
libboost_thread.so.1.60.0 =>
/usr/local/lib/libboost_thread.so.1.60.0 (0x00007fbcc9876000)
libboost_system.so.1.60.0 =>
/usr/local/lib/libboost_system.so.1.60.0 (0x00007fbcc9672000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007fbcc9454000)
libunwind.so.8 => /usr/lib/x86_64-linux-gnu/libunwind.so.8
(0x00007fbcc9239000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x00007fbcc8f35000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbcc8b70000)
libboost_filesystem.so.1.60.0 =>
/usr/local/lib/libboost_filesystem.so.1.60.0 (0x00007fbcc8957000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1
(0x00007fbcc874f000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x00007fbcc8539000)
/lib64/ld-linux-x86-64.so.2 (0x00007fbcc9d44000)
liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5
(0x00007fbcc8317000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fbcc8011000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2
(0x00007fbcc7e0d000)
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11923#comment:4> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC