Em 17-02-2014 15:41, Armin K. escreveu: > On 02/17/2014 07:00 PM, [email protected] 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. >
Thanks. I was afraid of that. Will revert. I was having a problem installing nettle, that is the reason I changed. After changing, nettle installed. But Will test again, if still having problem with nettle, will report. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
