[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with Smail3 please
>To: misc@openbsd.org
>Subject: Help with Smail3 please
>Date: Wed, 01 Jul 98 17:58:41 EDT
>From: Louis Bertrand <louis@signalpath.on.ca>
>
>I am trying to compile Smail 3.2 (the release version) on
>Obsd2.3 (CD-ROM version) but the make chokes on a few things
>in Smail's "pd" directory.
>
>.../pd/getopt looks for two libraries that look like they
>don't exist or are unusual in BSD.
>
>Here is the error message from the make:
>
> Build $ROOT/pd/getopt/defs.sh...defs.h...defs.sed... done
> cc -g -L/usr/local/lib getopt.o -o getopt -lident -lcrypt \
> ../../compat/compat.a
> ld: -lident: no match
> *** error code 1
>
>The libident and libcrypt are missing in Obsd (at least I
>can't find them). I guess lib crypt is radically different
>because of the extra security algorithms.
libident is likely to be Peter Eriksson's library of routines
for querying RF1413 servers. Get it from:
ftp://ftp.lysator.liu.se/pub/ident/libs
as libident-0.21.tar.gz.
The absence of notes I made when compiling this indicates you should
have no problem in just typing "make bsd" to build the library.