Re: [Exim] 3.13 build -- crypt library???

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Vadim Vygonets
Datum:  
To: exim-users
Betreff: Re: [Exim] 3.13 build -- crypt library???
Quoth Marilyn Davis on Fri, Apr 07, 2000:
> Removing -lcrypt from the generated Makefile worked!


You may have this problem with other software in the future.  You
may want to create a dummy libcrypt.  The simplest way to do it
is:
    # cd /usr/lib
    # ar r libcrypt.a
    # ranlib libcrypt.a


With all these flavors of Linux being different from each other,
perhaps it would be nice to modify the configure script to detect
whether libcrypt exists on the system? (hint hint)

Vadik.

--
Do not meddle in the affairs of troff, for it is subtle and quick
to anger.