[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New Ticket - [netCDFDecoders !IUP-190714]: decoders build on FreeBSD 6.0 : sockets (fwd)

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: Re: New Ticket - [netCDFDecoders !IUP-190714]: decoders build on FreeBSD 6.0 : sockets (fwd)
  • Date: Wed, 2 May 2007 09:06:56 -0600 (MDT)



===============================================================================
Robb Kambic                                Unidata Program Center
Software Engineer III                      Univ. Corp for Atmospheric Research
address@hidden             WWW: http://www.unidata.ucar.edu/
===============================================================================

---------- Forwarded message ----------
Date: Tue, 01 May 2007 12:50:25 -0600
From: Steve Emmerson <address@hidden>
To: Robb Kambic <address@hidden>
Subject: Re: New Ticket - [netCDFDecoders !IUP-190714]: decoders build on
    FreeBSD 6.0 : sockets (fwd)

Robb,

it looks like, for BSD, that the environment variables LD_SOCKET and LD_RPC should be set to the string "-L/usr/lib -lc" before the
"configure" script is executed.

--Steve

Steve,

I looked at this without success. i'm not very knowledgable about configure but it seems configure is looking at the wrong location for the libs. Could you look at this? the source is on ftp or at ~rkambic/code/decoders/src

thanks,
robb...

=============================================================================== Robb Kambic Unidata Program Center
Software Engineer III               Univ. Corp for Atmospheric Research
address@hidden           WWW: http://www.unidata.ucar.edu/
===============================================================================
---------- Forwarded message ----------
Date: Thu, 26 Apr 2007 16:49:09 -0600
From: Neil Smith <address@hidden>
To: address@hidden
Subject: New Ticket - [netCDFDecoders !IUP-190714]: decoders build on FreeBSD
    6.0 : sockets

New Ticket: decoders build on FreeBSD 6.0 : sockets

.configure for decoders-4.1.5 on FreeBSD 6.0-RELEASE stops at:

./configure: ERROR: The following variables need values:

VARIABLE     DESCRIPTION                EXAMPLE
--------     -------                    -------
LD_SOCKET    BSD sockets library        -L/usr/lib -lsocket
LD_RPC       RPC library                -L/usr/lib -lnsl
LD_SOCKET    BSD sockets library        -L/usr/lib -lsocket

Any guesses as to what these should be for 6.0-RELEASE?
Thanks,
-Neil