On 02/17/2014 07:00 PM, ferna...@higgs.linuxfromscratch.org wrote:
> Author: fernando
> Date: Mon Feb 17 10:00:17 2014
> New Revision: 12717
> 
> Log:
> OpenSSL-1.0.1f: typo.
> 
> Modified:
>    trunk/BOOK/postlfs/security/openssl.xml
> 
> Modified: trunk/BOOK/postlfs/security/openssl.xml
> ==============================================================================
> --- trunk/BOOK/postlfs/security/openssl.xml   Sun Feb 16 23:08:43 2014        
> (r12716)
> +++ trunk/BOOK/postlfs/security/openssl.xml   Mon Feb 17 10:00:17 2014        
> (r12717)
> @@ -118,7 +118,7 @@
>  
>  ./config --prefix=/usr         \
>           --openssldir=/etc/ssl \
> -         --libdir=lib          \
> +         --libdir=/lib         \
>           shared                \
>           zlib-dynamic &&
>  make</userinput></screen>
> 


whoa whoa whoa, this isn't a typo. It is as it should be. It's just a
name of subdirectory in /usr for libraries. On i686 it's lib, on x86_64
it's lib64 which is a symlink, so instead of writing through symlink
just use lib on x86_64 too.

-- 
Note: My last name is not Krejzi.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to