[libdispatch-dev] [PATCH] missing kqueue libs in testing/Makefile.am

Peter O'Gorman peter at pogma.com
Tue Nov 17 06:42:01 PST 2009


On 11/17/2009 06:55 AM, Mario Schwalbe wrote:

> Indeed, it does:
> # ldd libdispatch.so
> linux-vdso.so.1 =>   (0x00007fff6fde6000)
> libkqueue.so =>  not found

You should add -Wl,-rpath,/path/to/libkqueue/libdir or similar to 
LDFLAGS at configure time when building libdispatch. Or, of course, add 
the directory to the default loader search path in ld.so.conf.

Peter
-- 
Peter O'Gorman
http://pogma.com



More information about the libdispatch-dev mailing list