Re: error with balsa 1.4.1 during make



Le 26.09.2002 12:04, paul lewis a écrit :
> I can see that there are occasions where the system tries to find a file
> or
> library on a particular path but fails.
> 
> for example,
> open("/usr/local/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such
> file or
> directory)
> 
> But then it seems to look on another path and looks like it is successful
> 
> open("/lib/libpthread.so.0", O_RDONLY)  = 4 read(4,
> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 P\0\000"..., 1024) =
> 1024
> 
> Do I assume that this is normal? and that the system looks on a prefered
> path,
> cannot find the file then looks on an alternative path. Or is this

I'd say it is OK. There is several libs directory and the dynmic linker 
just tries in each one until it finds the library.
Bye
Manu



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]