--- In "jenlhunt2003" <> wrote:
> Hi,
> I'm new at this and have run into another problem. I have my
> application running fine from CF. It was linked using -lpthread. I
> copied the executible from CF to flash and tried to run but it gives
> the following error:
>
> $ ./test
> ./test: error while loading shared libraries: libpthread.so.0: cannot
> open shared object file: No such file or directory
>
> So, I copied over the libpthread.so.0 file (to the lib directory) and
> ran it with the following error:
>
> $ ./test
> ./test: relocation error: /lib/libpthread.so.0: symbol
> __libc_sigaction, version GLIBC_2.2 not defined in file libc.so.6 with
> link time reference
>
> What's the best way to resolve this?
>
> Thanks (much)
>
> Henry
Perhaps the kernel doesn't match the libraries on the internal flash
anymore? Did you recompile the kernel/libraries?
Tony
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|