From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gabor Z. Papp" Date: Fri, 08 Aug 2008 12:00:37 +0000 Subject: Re: [ANNOUNCE] udev 126 release Message-Id: List-Id: References: <1217832786.4223.2.camel@linux.site> In-Reply-To: <1217832786.4223.2.camel@linux.site> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org * Kay Sievers : | What does: | grep IN_ /usr/include/sys/inotify.h | print? Its glibc 2.3.6, there is no sys/inotify.h | And: | grep INOTIFY config.h | in the udev source tree print? /* #undef HAVE_INOTIFY */ | I guess Inotify is not available on your system, and the udev build | tries to disable it, but we need a few more ifdef's to make it compile | without it. Additional question: udev_rules_parse.c line 745, is that normal, that udevd prints a big WARNING/ERROR at start if UDEV_PREFIX "/lib/udev/rules.d" directory doesnt exist?