most likely /usr/local/lib isn't in your LD_LIBRARY_PATH, if your using
csh, you can edit your cshrc.global file, and add /usr/local/lib to
LD_LIBRARY_PATH. If your using another shell, just set the env variable
for your shell to include /usr/local/lib.
On Tue, 4 Apr 2000, Todd M. Wilkinson wrote:
>
> Solaris 7
> Sun CC 5.0
>
> # ./configure --with-libwrap=/usr/local/lib/libwrap.a
>
> Gives me a message of /usr/local/lib/libwrap.a not found and the configure
> fails out.
> Now, libwrap.a is in /usr/local/lib and the perms are correct ( so is
> tcpd.h ). I don't
> know why when I do this it fails out. Seems simple enough or is there
> something I
> need to modify to the configure script to correct this problem ?
>
>
> -Todd Wilkinson
> [EMAIL PROTECTED]
>