Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I hate to answer my own question, but as it turns out, I was bitten by this: <a href="https://stackoverflow.com/questions/5216399/usr-lib-libstdc-so-6-version-glibcxx-3-4-15-not-found">/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15&#39; not found</a></p> <p>I did some more digging:</p> <pre><code> % ldd /usr/lib/libboost_regex.so /usr/lib/libboost_regex.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libboost_regex.so) linux-gate.so.1 =&gt; (0xb77b3000) libicuuc.so.46 =&gt; /usr/lib/libicuuc.so.46 (0xb7553000) libicui18n.so.46 =&gt; /usr/lib/libicui18n.so.46 (0xb7389000) libicudata.so.46 =&gt; /usr/lib/libicudata.so.46 (0xb650a000) librt.so.1 =&gt; /lib/librt.so.1 (0xb6501000) libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0xb6412000) libm.so.6 =&gt; /lib/libm.so.6 (0xb63e8000) libgcc_s.so.1 =&gt; /usr/lib/libgcc_s.so.1 (0xb63cc000) libpthread.so.0 =&gt; /lib/libpthread.so.0 (0xb63b1000) libc.so.6 =&gt; /lib/libc.so.6 (0xb624b000) libdl.so.2 =&gt; /lib/libdl.so.2 (0xb6246000) /lib/ld-linux.so.2 (0xb77b4000) % ldd /usr/lib/libboost_date_time.so /usr/lib/libboost_date_time.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libboost_date_time.so) linux-gate.so.1 =&gt; (0xb78cf000) librt.so.1 =&gt; /lib/librt.so.1 (0xb788f000) libstdc++.so.6 =&gt; /usr/lib/libstdc++.so.6 (0xb77a1000) libm.so.6 =&gt; /lib/libm.so.6 (0xb7777000) libgcc_s.so.1 =&gt; /usr/lib/libgcc_s.so.1 (0xb775b000) libpthread.so.0 =&gt; /lib/libpthread.so.0 (0xb773f000) libc.so.6 =&gt; /lib/libc.so.6 (0xb75d9000) /lib/ld-linux.so.2 (0xb78d0000) </code></pre> <p>In sum, my gcc-libs were out of date. To fix it, I did:</p> <pre><code># pacman -Q -o /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.6 is owned by gcc-libs 4.6.0-5 # pacman -S gcc-libs </code></pre> <p>Thanks to everyone who commented, you got me thinking in the right direction.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload