Hi all:

I'm trying to run make for Amanda 2.4.2p2 on a Solaris 2.8 SPARC server
with the following configure options:

./configure --with-user=amanda --with-group=amanda

During the make process, the following error occurs.  Here's the tail end
of the error message:

rm -f genversion.h genversion.h.new
echo '#define CC "gcc"' > genversion.h.new
echo '#define BUILT_DATE "'`date`'"' >> genversion.h.new
echo '#define BUILT_MACH "'`uname -a || echo UNKNOWN HOST`'"' >>
genversion.h.new
mv genversion.h.new genversion.h
gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2 -c genversion.c
gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2 -c versuff.c
/bin/sh ../libtool --mode=link gcc  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2  -o genversion  genversion.o versuff.o
alloc.o   debug.o         error.o  util.o   file.o -lgen -lm -lreadline
-ltermcap -lsocket -lnsl -lintl
mkdir .libs
gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o genversion
genversion.o versuff.o alloc.o debug.o error.o util.o file.o -lgen -lm
-lreadline -ltermcap -lsocket -lnsl -lintl
rm -f version.c
./genversion > version.c
ld.so.1: ./genversion: fatal: libreadline.so.4: open failed: No such file
or directory
*** Error code 137
make: Fatal error: Command failed for target `version.c'
Current working directory /home/amanda/amanda-2.4.2p2/common-src
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'


Any guidance will be greatly appreciated.  =)

Reply via email to