Changeset 6961e423 for networking


Ignore:
Timestamp:
06/30/2018 09:18:19 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
2f2ca343
Parents:
92eeeeb
Message:

Remove old text about symlinking a dbg version of ld: for any LFS build from the last fourteen months that will make the system both unusable and unbootable.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r92eeeeb r6961e423  
    160160    installed this time.  Best guess is that servers are not available.
    161161-->
    162     <note>
    163       <para>
    164       If running the tests for this package with valgrind, it will require a
    165       version of /lib/ld-2.[MINORVERSION].so library
    166       with debugging symbols present.
    167       </para>
    168 
    169       <para>Current versions of LFS do not strip /lib/ld-[MINORVERSION].so but
    170       previous versions of LFS stripped these debugging symbols at the end of
    171       Chapter 6. To get this library on older systems, glibc must be rebuilt
    172       with the currently running
    173       glibc version using the same compiler that was used to build LFS. The
    174       ld-[MINORVERSION].so can then be renamed to ld-2.[MINORVERSION].so.dbg
    175       and copied to /lib. Then a symlink needs to be changed:
    176       </para>
    177 
    178       <screen role="nodump"><userinput>ln -sfv ld-2.[MINORVERSION].so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
    179 
    180       <para>
    181       Adjust the above instruction as needed for a 32-bit system
    182       and to match your installed version of glibc.
    183       </para>
    184     </note>
    185162
    186163    <para>
    187164      To run the test suite, issue: <command>make test</command>. Two (of 857) tests
    188       failsfor unknown reasons.<!--
     165      fail for unknown reasons.<!--
    189166Added by Pierre for curl-7.59.0:
    190167no stunnel, no valgrind, no options
Note: See TracChangeset for help on using the changeset viewer.