Philippe,

> >  Even then, the 2.5 version
> >    of chg-scsi has been merged back into the 242-branch and chg-scsi builds
> >    on FreeBSD 4.3 with only minor pain.
> 
> yes that's the one (chg-scsi) that I am looking after. I have been reading 
> the archive and was following a detailed procedure found in a mail (july 
> 6th). what are the minor pains ?

If you get fresh amanda-242-branch sources from today, you may need to patch
configure.in to make config/config.h eventually (after autogen and configure)
have all the right defines on FreeBSD.  The patch is attached to this 
message.

I'm not sure whether a "gmake all" (FreeBSD make has a bug, you'll need GNU
make) in the top level will build chg-scsi automatically after the patch
has been applied.  If not, you should be able to run
"cd changer-src; gmake chg-scsi" to build it.

I hope this helps!

-Ben

Index: configure.in
===================================================================
RCS file: /cvsroot/amanda/amanda/configure.in,v
retrieving revision 1.188.2.49
diff -u -r1.188.2.49 configure.in
--- configure.in        2001/07/30 22:38:57     1.188.2.49
+++ configure.in        2001/07/31 01:44:49
@@ -1535,6 +1535,8 @@
 AC_CHECK_HEADERS(\
        arpa/inet.h \
        camlib.h \
+       cam/cam.h \
+       cam/scsi/scsi_message.h \
        chio.h \
        db.h \
        dbm.h \
Benjamin Lewis                        Thank goodness modern convenience is a 
Database Analyst/Programmer                  thing of the remote future.
Purdue University Computing Center                  -- Pogo, by Walt Kelly
[EMAIL PROTECTED]                 

Reply via email to