Changeset 2809c8c


Ignore:
Timestamp:
02/13/2015 09:31:10 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 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, nosym, 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:
9eebf97
Parents:
067b3de
Message:

Fix relink of libsudo_util.so.0: the install process links it to the
previous version of the library instead of the newly installed one.
Thanks to Frenando for report and advice

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    r067b3de r2809c8c  
    122122    </para>
    123123
    124 <screen role="root"><userinput>make install</userinput></screen>
     124<screen role="root"><userinput>make install &amp;&amp;
     125ln -sfv libsudo_util.so.0.0.0 /usr/lib/sudo/libsudo_util.so.0</userinput></screen>
    125126
    126127  </sect2>
     
    172173      </para>
    173174    </note>
     175
     176    <para>
     177      <command>ln -sfv libsudo_util...</command>: works around a bug in the
     178      installation process, which links to the previously installed
     179      version (if there is one) instead of the new one.
     180    </para>
    174181
    175182  </sect2>
Note: See TracChangeset for help on using the changeset viewer.