<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>There is also a LIBPATH variable (I don't recall the exact name) that you might be able to use instead of modifying ld.so.conf. <br><br>----- Original Message -----<br>From: "Matt Dew" &lt;marcoz@osource.org&gt;<br>To: clue@cluedenver.org<br>Sent: Thursday, March 24, 2011 10:02:33 AM<br>Subject: Re: [clue] shared lib question<br><br>On 03/24/2011 07:35 AM, mike havlicek wrote:<br>&gt; Hello All,<br>&gt;<br>&gt; I am looking at an old custom app (fubar) in my frankenlab and have questioned a rigging scenario I am about to try. I am very rusty on<br>&gt; manually setting up shared libraries so I thought I would throw this<br>&gt; out to the group for suggestions.<br>&gt;<br>&gt; The scenario is that I have app pieces that require<br>&gt; libstdc++-libc6.1-1.so.2 and I am building my model OS as a<br>&gt; CentOS5.5 xen guest. First I don't know if this library is<br>&gt; available in one of the canned rpm sets for CentOS 5.5? I really<br>&gt; don't want to meddle with some rpm dependency chaos through the target<br>&gt; distro mixing chocolate with peanut butter to do my app fubar discovery<br>&gt; testing.<br>&gt;<br>&gt; I have discovered that this library was in rh7.2 so I was thinking<br>&gt; of doing a quick dirty copy from a rh7 system into some custom area<br>&gt; on my CentOS 5 and add an entry to ld.so.conf -&gt; &nbsp;ldconfig and<br>&gt; see what happens.<br>&gt;<br>&gt; I can't remember how the symlinks say to the .2 get setup (manual,through<br>&gt; config ...)?<br>&gt;<br><br>I've had _bad_ things happen when doing copying libs around and doing <br>symlinks, (granted that was for glibc stuff), but still....<br><br>Don't forget<br>ldd libstdc++-libc6.1-1.so.2 to figure out any dependencies.<br><br><br>Good luck!<br><br>&gt; Thanks for suggestions as I do review,<br>&gt;<br>&gt; -Mike<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; clue mailing list<br>&gt; clue@cluedenver.org<br>&gt; http://cluedenver.org/mailman/listinfo/clue<br><br>_______________________________________________<br>clue mailing list<br>clue@cluedenver.org<br>http://cluedenver.org/mailman/listinfo/clue<br></div></body></html>