Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi all, while trying to build latest version on EL5.4 64 (fully patched) I'm running into problems - so far only userland stuff, no kernel module: [root at bak3 drbd-8.3.7]# ./configure --with-utils --without-km --with-udev --without-xen --without-pacemaker --without-heartbeat --without-rgmanager --without-bashcompletion --with-distro=redhat checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether ln -s works... yes checking for sed... /bin/sed checking for grep... /bin/grep checking for flex... /usr/bin/flex checking for rpmbuild... /usr/bin/rpmbuild checking for xsltproc... /usr/bin/xsltproc checking for tar... /bin/tar checking for git... no checking for dpkg-buildpackage... no checking for udevadm... no checking for udevinfo... /usr/bin/udevinfo configure: WARNING: No dpkg-buildpackage found, building Debian packages is disabled. configure: WARNING: Cannot update buildtag without git. You may safely ignore this warning when building from a tarball. configure: configured for Red Hat (includes Fedora, RHEL, CentOS). checking for /etc/fedora-release... no configure: creating ./config.status config.status: creating Makefile config.status: creating user/Makefile config.status: creating scripts/Makefile config.status: creating documentation/Makefile config.status: creating user/config.h [root at bak3 drbd-8.3.7]# make install DESTDIR=/opt/drbd make[1]: Entering directory `/tmp/drbd-8.3.7/user' install -d /opt/drbd/sbin/ install -d /opt/drbd/usr/local/var/lib/drbd install -d /opt/drbd/usr/local/var/lock if getent group haclient > /dev/null 2> /dev/null ; then \ install -g haclient -m 4750 drbdsetup /opt/drbd/sbin/ ; \ install -g haclient -m 4750 drbdmeta /opt/drbd/sbin/ ; \ install -m 755 drbdadm /opt/drbd/sbin/ ; \ else \ install -m 755 drbdsetup /opt/drbd/sbin/ ; \ install -m 755 drbdmeta /opt/drbd/sbin/ ; \ install -m 755 drbdadm /opt/drbd/sbin/ ; \ fi install: Aufruf von stat für „drbdsetup“ nicht möglich: Datei oder Verzeichnis nicht gefunden install: Aufruf von stat für „drbdmeta“ nicht möglich: Datei oder Verzeichnis nicht gefunden install: Aufruf von stat für „drbdadm“ nicht möglich: Datei oder Verzeichnis nicht gefunden make[1]: *** [install] Fehler 1 make[1]: Leaving directory `/tmp/drbd-8.3.7/user' make: *** [install-tools] Fehler 2 Thx, Rainer