LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem to find my libgfortran.so.0 library (https://www.linuxquestions.org/questions/linux-newbie-8/problem-to-find-my-libgfortran-so-0-library-459114/)

mihalisla 06-28-2006 08:59 AM

problem to find my libgfortran.so.0 library
 
Hello , I 've installed gcc-mainline-fortran| gcc-mainline | and cpp-mainline (4.0.2-2005720-0.1 distribution)
with yast under my suse 10 without problem from pbone.net.These rpm's provide libgfortran.so.0 and libgfortran.so.0()(64_bit) as it says there
When I search ti /usr/lib and usr/lib64 (64 bit system) I don't find anything with that name. I use find command cause locate does not work.
1.how can I install libgfortran.so.0 and libgfortran.so.0()(64 bit).Any resources??? (Main Problem)
2.why locate doesn't work


P.S I also used gnan rpm and didn't work

timmeke 06-28-2006 10:19 AM

I'm no SuSe user any more, but can't you do something like
Code:

rpm -q --filesbypkg libgfortran
This should provide a list of the files installed from the rpm, at least if SuSe knows the "rpm" command.

What errors does "locate" give you? Have you tried "slocate" and/or "whereis" instead?

mihalisla 06-28-2006 10:37 AM

First of all thanks for the reply.
Locate says that there is no such command

timmeke 06-29-2006 02:02 AM

As I suggested, try "slocate" or "whereis" instead of "locate".

mihalisla 06-29-2006 02:32 AM

I finally found what was wrong.
I had to copy some libraries into my programm's shared libraries folder


All times are GMT -5. The time now is 11:35 AM.