On Thursday 28 September 2006 14:57, Ken Moffat wrote:
> On Thu, Sep 28, 2006 at 09:36:51PM +0100, Ken Moffat wrote:
> >  If openssl is in /usr, does
> >
> >  find /usr/lib -name '*.so.*' -type f | xargs grep X509_STORE_new
> >
> >  show that it is in libcrypto and libssl ?  If it does, I'm not sure
> > why it is not found.  Review the output from configure, and the
> > configure script.
>
>  For me, kde-3.5.4 is working fine with openssl-0.9.8a on this
> 64-bit box (just booted it to confirm that https does indeed work).
> Actually, it's the configure for kdelibs which matters, and the
> output shows 'Checking for OpenSSL' followed by where it found them.
>
> Looks as if --with-ssl-dir=/somewhere is what you need, assuming you
> didn't install into /usr or /usr/local.
>
> Ken
> --
> das eine Mal als Tragödie, das andere Mal als Farce

Execution of:
find /usr/lib -name '*.so.*' -type f | xargs grep X509_STORE_new
Resulted in:
Binary file /usr/lib/libssl.so.0.9.7 matches
Binary file /usr/lib/libcrypto.so.0.9.7 matches

kdelibs-3.5.2 and kdebase-3.5.2 were then reinstalled with the added 
configuration option: with-ssl-dir
This corrected the problem.



For the record the following configuration command was used for both 
installations:

./configure --prefix=$KDE_PREFIX \
            --sysconfdir=/etc/kde \
            --disable-debug \
            --disable-dependency-tracking \
            --with-ssl-dir=/etc/ssl

Thanks for you professional response.

Jim McConville
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to