On 05/25/2014 06:18 PM, ortenzia konyha wrote: [---]
Your e-mail client must be terrible if you managed to reply like this. Please use sane e-mail client or at least text-only mode - it gets hard to understand what's yours and what others had replied earlier. > > So this is what I have in my > ldd /usr/bin/lynx > linux-gate.so.1 > libz.so.1 > libbz2.so.1.0 > libncursew.so.5 > libc.so.6 > /lib/ld-linux.so.2 > > and in my > ldd /usr/bin/openssl > linux-gate.so.1 > libssl.so.1.0.0 > libcrypto.so.1.0.0 > libl.so.2 > libc.so.6 > /lib/ld-linux.so.2 > > > this is the command I used to compile it wiht ssl > ./configure --prefix=/usr \ > --sysconfdir=/etc/lynx \ > --datadir=/usr/share/doc/lynx-2.8.8 \ > --with-zlib \ > --with-bzlib \ > --with-screen=ncursesw \ > --enable.nls\ > --with-ssl=/usr/include//openssl/ssl.h\ > --enable-locale-charset && > make > > Maybe I shoudl change the path to with-ssl=/usr/lib/libssl.so.1.0.0 > > ?? > > thank you in advance, >From command explanations: "--with-ssl: This enables support for linking SSL into Lynx." -- Note: My last name is not Krejzi. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
