On Sat, Feb 10, 2007, PLI wrote:

> Let me explain the purpose of this patch.
>
> Trying to run nnrpd in standalone mode (replicated readers/feeder), on
> solaris, the nnrrpd process don't execute the network connection to the
> remote nntp feeder, until i compile and link with "-lresolv -lnsl" on
> solaris.
>
> On linux, i don't need that.
> Sorry, i can't test on freebsd platform.
>
> regards
>
> --- inn.spec.orig     2007-02-08 23:54:16.000000000 +0100
> +++ inn.spec  2007-02-08 23:54:31.000000000 +0100
> @@ -91,7 +91,7 @@
>      #   correctly specify missing realtime functions library
>      LIBS="%{l_fsl_libs}"
>      case "%{l_platform -t}" in
> -        *-sunos* ) LIBS="$LIBS -lrt" ;;
> +        *-sunos* ) LIBS="$LIBS -lrt -lresolv -lnsl" ;;
>      esac
>
>      #   configure the source tree

Looks like a bug somewhere in Solaris. Nevertheless, I've taken over
this little fix now into "inn" of OpenPKG CURRENT. Thanks for your
feedback.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
OpenPKG                                             http://openpkg.org
Developer Communication List                   openpkg-dev@openpkg.org

Reply via email to