DragonFly BSD
DragonFly users List (threaded) for 2005-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

ld looking for libc.so.1


From: Jonathon McKitrick <jcm@xxxxxxxxxxxxxxxxx>
Date: Tue, 18 Oct 2005 00:04:07 +0100

Hi all,

I have an assembly object code file that I link '-shared' into a .so file,
then copy that to a lib directory in my LD_LIBRARY_PATH.  Then an equally
simple assembly binary is to call a function in the library.  It is linked
with the shared object.  On FreeBSD this works correctly.  On DFly, executing
the binary gives me 'libc.so.1 not found.'

Obviously this is a way old libc.  Any idea what is going on here?  There is
no reference to *any* libc functions in either binary or library.

jm
--
'What's good for the goose is good for the gander.
What the hell is a gander, anyway?' - George Costanza



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