Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

inotify support

Got problems with your B2 or B3? Share and get helped!
Post Reply
acidtv
Posts: 14
Joined: 18 Oct 2009, 16:49

inotify support

Post by acidtv »

Hi,

I'm trying to compile some software that uses inotify (mpd 0.16), but during ./configure it says:

checking for inotify_init... no
checking for inotify_init1... no

Is there no inotify support in the bubba kernel?
This is my uname -a output:

Linux witlof 2.6.26.5 #3 Thu Aug 6 14:46:56 CEST 2009 ppc GNU/Linux

Any clues would be appreciated :)
acidtv
Posts: 14
Joined: 18 Oct 2009, 16:49

Re: inotify support

Post by acidtv »

Nobody knows anything about this? :(
6feet5
Posts: 269
Joined: 13 Apr 2007, 17:32
Location: Gnesta, Sweden
Contact:

Re: inotify support

Post by 6feet5 »

Hi,

I haven't tried this, but I suspect you need to install some development package (header files, libraries and stuff).

A quick search among available packages reveals there is one named libinotifytools0-dev that might do the trick.

Try (as root)

Code: Select all

aptitude install libinotifytools0-dev
to install package, then run configure again.

/Johan
Post Reply