Re: Error installing ipsvd-0.11.0 - checks fail
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20050607121211.13085.qmail@0a9aa765e5cb26.315fe32.mid.smarden.org> |
On Mon, Jun 06, 2005 at 12:17:42AM +0200, Charles M. Gerungan wrote: > What's happened and how do I solve it? > > Checking commands in ./command... > + cd compile > + exec make check > Checking tcpsvd... > tcpsvd: fatal: unable to bind socket: address not available > fatal: unable to bind socket: address not available > kill: 26332: No such process > 0 > tcpsvd failed. > *** Error code 1 The selftest of tcpsvd temporarily sets up a tcp service on 127.0.0.1 port 12614, and tries to connect to it; this fails on your system. Looks like you don't have a local loopback device configured. Regards, Gerrit.