I haven't fixed the following two items. I'll keep them for later, we're just way too
close to release of 0.9.7 to start on it. Maybe for 0.9.7a?
> * Manual pages should be created before make install. Super users
> don't like watching make install compile half the software.
> They want it to be ready for swift installation.
>
> * When linking the libraries, make sure that libssl finds libcrypto
> and that they both find all their external dependencies at run time.
> This is accomplished by the -R, -rpath or --rpath flags which behave
> just like the -L flag. It is not necessary when all libraries can be
> found using the default paths. To recap: giving --prefix to config
> should automatically add -R${prefix}/lib and giving -L... to config
> should automatically generate the same -R...
> (Which flag to use depends on which compiler one is using.)
--
Richard Levitte
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]