Hey,
ja, ist alles installiert. Hier mal der komplette output der mkmf.log:
have_library: checking for notify_init() in -lnotify...
-------------------- no
"cc -o conftest -I. -I/usr/lib/ruby/1.8/i486-linux -I. -
D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -g -O2 -fPIC
conftest.c -L. -L/usr/lib -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-
export-dynamic -lruby1.8-static -lnotify -lpthread -ldl -lcrypt -
lm -lc"
conftest.c: In Funktion »t«:
conftest.c:3: Fehler: »notify_init« nicht deklariert (erste Benutzung
in dieser Funktion)
conftest.c:3: Fehler: (Jeder nicht deklarierte Bezeichner wird nur
einmal aufgeführt
conftest.c:3: Fehler: für jede Funktion in der er auftritt.)
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { void ((*volatile p)()); p = (void ((*)()))notify_init;
return 0; }
/* end */
"cc -o conftest -I. -I/usr/lib/ruby/1.8/i486-linux -I. -
D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -g -g -O2 -fPIC
conftest.c -L. -L/usr/lib -L. -Wl,-Bsymbolic-functions -rdynamic -Wl,-
export-dynamic -lruby1.8-static -lnotify -lpthread -ldl -lcrypt -
lm -lc"
/usr/bin/ld: cannot find -lnotify
collect2: ld gab 1 als Ende-Status zurück
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { notify_init(); return 0; }
/* end */
--------------------