Re: error with balsa 1.4.1 during make



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 abnormal,
and the cause of my problem?

If the latter is this a switch to be set at the ./configure stage?

paul lewis wrote:

> strace balsa returns the following file, better people than me might be
> able to make sense of it?
>
> This is a big file so appologies in advance.
>
> Regards
>
> paul lewis wrote:
>
> > Excuse me for not replying before now but I have been away for a week.
> >
> > The error message I now get when starting basla from a command prompt
> > is,
> >
> > balsa: error while loading shared libraries: unexpected reloc type 0x82
> >
> > Any idea what this one means?
> >




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