[clue] shared lib question

Matt Dew marcoz at osource.org
Thu Mar 24 10:02:33 MDT 2011


On 03/24/2011 07:35 AM, mike havlicek wrote:
> Hello All,
>
> 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
> manually setting up shared libraries so I thought I would throw this
> out to the group for suggestions.
>
> The scenario is that I have app pieces that require
> libstdc++-libc6.1-1.so.2 and I am building my model OS as a
> CentOS5.5 xen guest. First I don't know if this library is
> available in one of the canned rpm sets for CentOS 5.5? I really
> don't want to meddle with some rpm dependency chaos through the target
> distro mixing chocolate with peanut butter to do my app fubar discovery
> testing.
>
> I have discovered that this library was in rh7.2 so I was thinking
> of doing a quick dirty copy from a rh7 system into some custom area
> on my CentOS 5 and add an entry to ld.so.conf ->  ldconfig and
> see what happens.
>
> I can't remember how the symlinks say to the .2 get setup (manual,through
> config ...)?
>

I've had _bad_ things happen when doing copying libs around and doing 
symlinks, (granted that was for glibc stuff), but still....

Don't forget
ldd libstdc++-libc6.1-1.so.2 to figure out any dependencies.


Good luck!

> Thanks for suggestions as I do review,
>
> -Mike
>
>
>
> _______________________________________________
> clue mailing list
> clue at cluedenver.org
> http://cluedenver.org/mailman/listinfo/clue



More information about the clue mailing list