Hello, I try to compile openssh-2.9p1 on a SGI Origin 200 computer under IRIX 6.5 with the option --with-tcp-wrappers enable. I have also compiled tcp-wrapper and have installed the library libwrap.a in /usr/lib and the file tcpd.h in /usr/include. When i run the ./configure script i have a error. The script asked me that the libwrap is missing. How can i resolve this ? Thanks. Bests Regards Fabien Muller
Fabien Muller wrote:> > Hello, > > I try to compile openssh-2.9p1 on a SGI Origin 200 computer under IRIX > 6.5 with the option --with-tcp-wrappers enable. I have also compiled > tcp-wrapper and have installed the library libwrap.a in /usr/lib and the > file tcpd.h in /usr/include. > > When i run the ./configure script i have a error. The script asked me > that the libwrap is missing. > > How can i resolve this ? > > Thanks. > > Bests Regards > > Fabien MullerTry putting the libwrap.a in /usr/lib32....the default compile on SGI is to use n32 mode (which uses libraries located in /usr/lib32)....it's all very messy, but that should work -- ---------------------------------------------------------. Kevin Taylor \ Systems Administrator - DAAC, Code 902, Bldg 32, Rm N126A / Science Systems and Applications, Inc. \ Goddard Space Flight Center / Greenbelt, MD 20771 \ / Phone: (301) 614-5505 \ e-mail: ktaylor at daac.gsfc.nasa.gov / ----------------------------------------------------------'
On Wed, 8 Aug 2001, Fabien Muller wrote:> Hello, > > I try to compile openssh-2.9p1 on a SGI Origin 200 computer under IRIX > 6.5 with the option --with-tcp-wrappers enable. I have also compiled > tcp-wrapper and have installed the library libwrap.a in /usr/lib and the > file tcpd.h in /usr/include. > > When i run the ./configure script i have a error. The script asked me > that the libwrap is missing. > > How can i resolve this ?A more detailed error will be left in config.log -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer