In article
>Subject: Installing nntp on Solaris 2.5
>Date: 15 Nov 1996 13:03:18 -0500
>>Howdy,
>I'm attempting to install and configure an nntp news server and cnews on a
>Solaris 2.5 system and am having a bit of trouble with the conf.h file;
>the cnews seems to have gone in OK but, in particular, I'm having trouble
>deciding what many of the config parms need to be set to for the conf.h
>file of nntp.
There are a couple of very important ones, without which INN won't even
compile. Below are the diffs for my config file (INN1.4unoff4). I'll spare
the group the entire config file, but if you need it, I can e-mail it to
you.
-Jeff
21c21
< CC cc
---
Quote:> CC gcc
27c27
< CFLAGS $(DEFS) -g
---
Quote:> CFLAGS $(DEFS) -O2
42c42
< LIBS
---
Quote:> LIBS -lnsl -lsocket -lelf
100c100
< L_NOTICE LOG_WARNING
---
Quote:> L_NOTICE LOG_NOTICE
184c184
< LOCK_STYLE FLOCK
---
Quote:> LOCK_STYLE FCNTL
202c202
< HAVE_TM_GMTOFF DO
---
Quote:> HAVE_TM_GMTOFF DONT
208c208
< HAVE_WAITPID DONT
---
Quote:> HAVE_WAITPID DO
211c211
< USE_UNION_WAIT DO
---
Quote:> USE_UNION_WAIT DONT
229c229
< CLX_STYLE IOCTL
---
Quote:> CLX_STYLE FCNTL
328c328
< CHECK_INCLUDED_TEXT DO
---
Quote:> CHECK_INCLUDED_TEXT DONT
399c399
< NNRP_LOADLIMIT 16
---
Quote:> NNRP_LOADLIMIT 12
493c493
< _PATH_COMPRESS /usr/ucb/compress
---
Quote:> _PATH_COMPRESS /usr/bin/compress
499c499
< _PATH_EGREP /usr/local/bin/egrep
---
Quote:> _PATH_EGREP /usr/bin/egrep
535c535
< _PATH_MAILCMD /usr/ucb/Mail
---
Quote:> _PATH_MAILCMD /usr/ucb/mail