On Sun, Jul 17, 2016 at 04:07:39AM +0000, Eric Robinson wrote:
> The process I'm used to is...
> 
> ./configure <options>
> make
> make install
> cd drbd
> make clean all
> 
> You're saying the whole process has been reduced to...
> 
> make
> 
> ...?

The kernel module uses the Kbuild infrastructure. On centos you will
need the "kernel-devel" package IIRC, the rest is handled by Kbuild. For
kernel module building autotools are not required, so yes, "make" is
enough.

Then you also need drbd-utils (containing things like
drbdadm/drbdsetup). These user-space tools are built via autotools and
the source contains a "configure" script.

Regards, rck
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to