Hi,
I was able to build it on RHEL4, running kernel 2.6.9-42.EL. Grab the bits from here: http://www.ndmp.org/download/ndmpcopy
The mods I made to get it to build were only in 2 files: ./src/Makefile 37c37 < LIBS = -L$(LIBDIR) -lndmp -lsocket -lnsl ---
#LIBS = -L$(LIBDIR) -lndmp -lsocket -lnsl
39c39 < #LIBS = -L$(LIBDIR) -lndmp ---
LIBS = -L$(LIBDIR) -lndmp
./lib/ndmp_common.h 40c40 < #define XDR_AND_SIZE(func) (bool_t(*)(XDR*, ...))xdr_##func##,sizeof(func) ---
#define XDR_AND_SIZE(func) (bool_t(*)(XDR*,
...))xdr_##func ,sizeof(func)
I did not run any exhaustive tests after I built it, but hopefully this will at least get you started.
Cheers, Sandeep Cariapa Sales Engineer, IBRIX http://www.ibrix.com =============================================== Augie Schwer wrote: Has anyone built ndmpcopy for Linux recently? The Solaris version doesn't seem to build anymore and the ndmp.org web site does not look very active anymore.
On 5/24/07, Sandeep Cariapa cariapa@yahoo.com wrote:
I was able to build it on RHEL4, running kernel 2.6.9-42.EL. Grab the bits from here: http://www.ndmp.org/download/ndmpcopy
Thanks all; it works like a charm now.