Re: creating symlinks with ldconfig

2005-07-10 Thread kamaraju kusumanchi
Mr Mike wrote: On Sat, 09 Jul 2005 20:44:12 -0400, kamaraju kusumanchi wrote: Let's say I have a file called libfortranposix.so.0.0.0, whose soname is libfortranposix.so.0 . Now when I run 'sudo ldconfig', I should have 3 files namely, libfortranposix.so, libfortranposix.so.0 which point t

Re: creating symlinks with ldconfig

2005-07-09 Thread Mr Mike
On Sat, 09 Jul 2005 20:44:12 -0400, kamaraju kusumanchi wrote: > > Let's say I have a file called libfortranposix.so.0.0.0, whose soname is > libfortranposix.so.0 . Now when I run 'sudo ldconfig', I should have 3 > files namely, libfortranposix.so, libfortranposix.so.0 which point to > libfort

creating symlinks with ldconfig

2005-07-09 Thread kamaraju kusumanchi
Let's say I have a file called libfortranposix.so.0.0.0, whose soname is libfortranposix.so.0 . Now when I run 'sudo ldconfig', I should have 3 files namely, libfortranposix.so, libfortranposix.so.0 which point to libfortranposix.so.0.0.0 according to http://wiki.linuxquestions.org/wiki/Libra