[ltp] Installing rpms in alternate directories
James McKenzie
linux-thinkpad@linux-thinkpad.org
Sun, 17 Oct 2004 22:46:09 -0700
Satish and Eben:
I really broke it today, but a quick 'fix' has restored gnome. I think
there should be an easier way to move library files from one directory
to another. BTW, this is what I did under RH 9 and just changed
LD_LIBRARY_PATH to reflect the new directory. As I stated, has anyone
done this under FC2? I will also post this on the fedora mailing list.
James McKenzie
Satish Balay wrote:
>On Sat, 16 Oct 2004, James McKenzie wrote:
>
>
>
>>Satish and others on the list:
>>
>>Well, I started the relocation, and managed to delete beecrypt. However, rpm
>>wants it....libbeecrypt.so.6, so can anyone send it offlist.
>>
>>
>
>Sorry - I don't have FC2 (I have FC1/FC3-test)
>
>Sugest booting into rescue cd - and installing the beecrypt.rpm for FC2
>
>rpm2cpio foo.rpm | cpio -id
>
>the above command will expand the .rpm file in cwd. You can do this in
>/tmp - and then copy the libbeecrypt.so.6 file over to the correct
>location)
>
>Satish
>
>