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 to
libfortranposix.so.0.0.0 according to
http://wiki.linuxquestions.org/wiki/Library-related_Commands_and_Files#ldconfig
.
But when I ran ldconfig, I was not getting any libfortranposix.so .
$sudo ldconfig
$ls /usr/lib/libfortranposix* -al
lrwxrwxrwx 1 root root 24 Jul 9 16:46 /usr/lib/libfortranposix.so.0
-> libfortranposix.so.0.0.0
-rw-r--r-- 1 root root 13840 Jul 9 16:22 /usr/lib/libfortranposix.so.0.0.0
Any ideas on why the libfortranposix.so is missing?
thanks
raju
uummm..... maybe /etc/ld.so.conf doesnt' have entry for /usr/lib ???
No. Actually /usr/lib is included by default. Anyway, I added /usr/lib
in /etc/ld.so.conf and ran ldconfig. Even then there are only two files
$ls /usr/lib/libfortranposix.s* -l
lrwxrwxrwx 1 root root 24 Jul 10 09:36 /usr/lib/libfortranposix.so.0
-> libfortranposix.so.0.0.0
-rw-r--r-- 1 root root 13840 Jul 9 23:30 /usr/lib/libfortranposix.so.0.0.0
I wonder what is happening with libfortranposix.so ?
raju
--
Kamaraju S Kusumanchi
Graduate Student, MAE
Cornell University
http://www.people.cornell.edu/pages/kk288/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]