Ignore:
Timestamp:
08/24/2017 04:43:54 AM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a15d5e1
Parents:
484d2d8b
Message:

Tags and some text updates

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19079 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    r484d2d8b rc8385bb7  
    114114     <para>
    115115       To run the tests for this package, valgrind requires a version of the
    116        /lib/ld-2.24.so (or later) library with debugging symbols present.
     116       /lib/ld-2.26.so (or later) library with debugging symbols present.
    117117       Normally in LFS these debugging symbols are stripped at the end of
    118118       Chapter 6. To get this library, glibc must be rebuilt with the current
    119119       glibc version using the same compiler that was used to build LFS. The
    120        ld.so can then be renamed to ld-2.24.so.dbg and copied to /lib.
     120       ld.so can then be renamed to ld-2.26.so.dbg and copied to /lib.
    121121       Then a symlink needs to be changed:</para>
    122122
    123 <screen role="nodump"><userinput>ln -sfv ld-2.24.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
     123<screen role="nodump"><userinput>ln -sfv ld-2.26.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
    124124   
    125125     <para>
Note: See TracChangeset for help on using the changeset viewer.