On Thu, Jan 02, 2003 at 04:14:48PM -0600, Josh More wrote:
> It looks like most of my problems have been resolved.  For people's future 
> reference (for SCO Openserver 5): 
> 
> * The hostname that amanda detects on SCO Openserver does not match the 
>   hostname that is reported by 'hostname' or 'uname -a'.
> 
> * When GNU tar is installed off the skunkware CD, it appears as 
>   /usr/local/bin/tar.  Amanda apparently looks for gtar.  A simple symlink 
>   solves the problem.

The configure script check for gtar, gnutar and tar

> * Add the following lines to ./client-src/client_util.c, before compiling:
>   #include <limits.h>
>   #define MAXPATHLEN _POSIX_PATH_MAX

Could you try '#include <sys/param.h>'? If it doesn't work, send me the result
of: grep MAXPATHLEN /usr/include/*.h /usr/include/sys/*.h

> * Change the line reading " f = MT_UNLOAD" to " f = MT_UNLOAD;", as it will 
>   not compile without the semicolon.

This will be fixed in the next snapshot.

Jean-Louis
-- 
Jean-Louis Martineau             email: [EMAIL PROTECTED] 
Departement IRO, Universite de Montreal
C.P. 6128, Succ. CENTRE-VILLE    Tel: (514) 343-6111 ext. 3529
Montreal, Canada, H3C 3J7        Fax: (514) 343-5834

Reply via email to