When I tried installing the above patch, I got this error while running
make and make install. Would amanda still work?
Making install in client-src
/sbin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I../config -I../common-src -g -c -o getfsent.lo getfsent.c
cc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src -g -c getfsent.c -o
getfsent.o
cc-1162 cc: ERROR File = getfsent.c, Line = 489
Too few arguments in function call.
if(search_fstab(str, &fsent))
^
cc-1162 cc: ERROR File = getfsent.c, Line = 501
Too few arguments in function call.
if(search_fstab(str, &fsent))
^
2 errors detected in the compilation of "getfsent.c".
*** Error code 1 (bu21)
*** Error code 1 (bu21)
On Thu, 26 Jul 2001, John R. Jackson wrote:
> >How do you apply this patch?
>
> Cd to the top of your Amanda source tree (the directory with the
> ./configure script). Then run patch with advfs.diff as stdin. Depending
> on what version of patch you have, you may need "-p0" on the command line.
>
> Then remove config.cache (or "make distclean"), run "make" and (as root)
> run "make install".
>
> Note that this patch applies to the client, so that's what needs to be
> updated, not the server (although updating the server as well won't hurt).
>
> >Travis
>
> John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]
>