My first try to install LPRng 3.7.1 on Solaris 8 crashed with this
error message:
...
ranlib liblpr.a
cc -s -o lpc lpc.o liblpr.a -lsocket -lnsl
Undefined first referenced
symbol in file
Close_gdbm liblpr.a(lpd_remove.o)
ld: fatal: Symbol referencing errors. No output written to lpc
gmake[1]: *** [lpc] Error 1
The reason: configure hadn't found gdbm:
zierke@rzdspc2% grep gdbm configure.out
checking for gdbm.h... no
checking for gdbm_open in -lgdbm... no
and the definition on Close_gdbm in src/common/getqueue.c is encapsulated
in #ifdef HAVE_GDBM_H ... #endif. Thus Close_gdbm was not compiled.
After telling configure where to find gdbm, everything compiled fine.
So it's not a big problem, only slightly irritating.
If gdbm is needed for compiling LPRng 3.7.1 now, I'd like you to note
this in the INSTALL file and to tell configure to give up with an appropriate
error message when it can't find gdbm.
Thanks,
Reinhard
--
Reinhard Zierke Universit�t Hamburg, FB Informatik
[EMAIL PROTECTED] Vogt-K�lln-Stra�e 30, D-22527 Hamburg
[EMAIL PROTECTED] Tel.: (040) 42883-2295/2276 Fax: -2241
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------