Hello to everybody. I've a particular request to submit to you.
I'm using (at my office) a Linux machine (RHEL 4) on which I've some costraint in installing new software.
For example I can't install newer glibc or some other libraries because we are forced to use some particular versions.
I'd like to know if its' possible something like this:
if the application I want to install (e.g Pidgin) requires the libc.so.6 and I haven't it installed, I want to be able to install the libc.so.6 on a personal directory (e.g. /home/sormariano/lib ) without modifying the global installation and to let Pidgin to see my /home/sormariano/lib/libc.so.6 (maybe after having set the LD_LIBRARY_PATH in the right way).
Could I do this ?
Thank oyu in advance.