Subject: Re: libcrypto_{idea,rc5}
To: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
From: None <itojun@iijlab.net>
List: current-users
Date: 10/14/2000 11:14:19
cc'ed to current-users as it can be a common pitfall.
>I just finished a `make build' and found that the following files were
>installed, but not in any set lists:
>
>./usr/lib/libcrypto_idea.a
>./usr/lib/libcrypto_idea_p.a
>./usr/lib/libcrypto_idea_pic.a
>./usr/lib/libcrypto_rc5.a
>./usr/lib/libcrypto_rc5_p.a
>./usr/lib/libcrypto_rc5_pic.a
>./usr/libdata/lint/llib-lcrypto_idea.ln
>./usr/libdata/lint/llib-lcrypto_rc5.ln
>Purpose or oversight? Shouldn't they be installed, or is just the set
>list wrong?
they should not be installed unless we have MKCRYPTO_{IDEA,RC5}
explicitly stated by the user (IDEA and RC5 are patented algorithms
and you need to get a license, or you need to be under special
condition like "non commercial", to use them).
i think you have old /usr/share/mk. please chdir to src/share/mk and
do a "make install".
itojun