Did you get the patch for this? Here it is... fixed in next release.
*** common/lpd_dispatch.c 2002/01/23 01:01:17 1.2
--- common/lpd_dispatch.c 2002/02/01 01:34:28
***************
*** 176,183 ****
LOGERR_DIE(LOG_DEBUG) _("Service_connection: getpeername failed") );
}
! DEBUG1("Service_connection: family %d, AF_LOCAL %d, AF_UNIX %d",
! sinaddr.sa_family, AF_LOCAL, AF_UNIX );
if( sinaddr.sa_family == AF_INET ){
port = ((struct sockaddr_in *)&sinaddr)->sin_port;
#if defined(IPV6)
--- 176,196 ----
LOGERR_DIE(LOG_DEBUG) _("Service_connection: getpeername failed") );
}
! DEBUG1("Service_connection: family %d, "
! #ifdef AF_LOCAL
! "AF_LOCAL %d,"
! #endif
! #ifdef AF_UNIX
! "AF_UNIX %d"
! #endif
! "%s" , sinaddr.sa_family,
! #ifdef AF_LOCAL
! AF_LOCAL,
! #endif
! #ifdef AF_UNIX
! AF_UNIX,
! #endif
! "");
if( sinaddr.sa_family == AF_INET ){
port = ((struct sockaddr_in *)&sinaddr)->sin_port;
#if defined(IPV6)
> From [EMAIL PROTECTED] Thu Jan 3 07:57:12 2002
> Date: Thu, 3 Jan 2002 08:56:35 -0500 (EST)
> From: "David L. R. Houston" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: LPRng: Make problems
>
> I'm trying to make LPRng-3.8.4 on a Solaris box running Solaris 8.
>
> I've ensured the correct path (/usr/local/bin/ and then /usr/ccs/bin); I
> have gcc running fine (have built a number of things on this same box).
>
> Anyway I try it, I get this after make:
>
> ./common/lpd_dispatch.c: In function `Service_connection':
> ./common/lpd_dispatch.c:180: `AF_LOCAL' undeclared (first use in this function)
> ./common/lpd_dispatch.c:180: (Each undeclared identifier is reported only once
> ./common/lpd_dispatch.c:180: for each function it appears in.)
> make[1]: *** [lpd_dispatch.lo] Error 1
> make[1]: Leaving directory `/usr/local/src/LPRng-3.8.4/src'
> make: *** [src] Error 2
>
> I tried configure with the --with-cc=gcc option - no change. I tried
> adding in the cppopts & ldopts (step 3 of the Installation problems on the
> web page) - no change.
>
> I'm running the Sun ld - I believe that's correct. Running GNU Make
> version 3.79.1.
>
> I'll admit I am not the sysadmin wiz that many others are. Any insight is
> appreciated.
>
> David Houston
> CIT Client Services Coordinator
> University of Vermont
-----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------