Changeset 6989d33e
- Timestamp:
- 03/15/2020 01:23:25 PM (3 years ago)
- Branches:
- multilib-10.1, multilib-before-cross
- Children:
- 997d961
- Parents:
- 0efb8e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/glibc.xml
r0efb8e1 r6989d33e 477 477 EOF</userinput></screen> 478 478 479 <para >If desired, the dynamic loader can also search a directory and479 <para arch="default">If desired, the dynamic loader can also search a directory and 480 480 include the contents of files found there. Generally the files in 481 481 this include directory are one line specifying the desired library path. 482 482 To add this capability run the following commands:</para> 483 483 484 <screen role="nodump"><userinput>cat >> /etc/ld.so.conf << "EOF" 484 <screen role="nodump" arch="default"><userinput>cat >> /etc/ld.so.conf << "EOF" 485 <literal># Add an include directory 486 include /etc/ld.so.conf.d/*.conf 487 </literal> 488 EOF 489 mkdir -pv /etc/ld.so.conf.d</userinput></screen> 490 491 <para arch="ml_32,ml_x32,ml_all">The dynamic loader can also search a directory and 492 include the contents of files found there. Generally the files in 493 this include directory are one line specifying the desired library path. 494 To add this capability run the following commands:</para> 495 <screen arch="ml_32,ml_x32,ml_all"><userinput>cat >> /etc/ld.so.conf << "EOF" 485 496 <literal># Add an include directory 486 497 include /etc/ld.so.conf.d/*.conf
Note:
See TracChangeset
for help on using the changeset viewer.