Installing Plone on Centos fails: Unable to find libssl or openssl/ssl.h.
Posted
by
paskster
on Server Fault
See other posts from Server Fault
or by paskster
Published on 2010-12-24T01:48:39Z
Indexed on
2010/12/24
1:55 UTC
Read the original article
Hit count: 330
My dedicated Server has CentOS 5.5. I tried to install Plone, so I basically did:
wget launchpad.net/plone/4.0/4.0.2/+download/Plone-4.0.2-UnifiedInstaller.tgz
tar xzf Plone-4.0.2-UnifiedInstaller.tgz
cd Plone-4.0.2-UnifiedInstaller
./install.sh zeo
I ran into the following error:
Unable to find libssl or openssl/ssl.h.
If you wish to build without SSL support, run install.sh again with
--without-ssl flag.
Otherwise, install your platform's openssl-dev libraries and headers
and try again.
After this error I successfully installed openssl:
yum install openssl
And i tried to install Plone again. But I keep getting the error: "Unable to find libssl or openssl/ssl.h". Anybody an idea what I'missing?
© Server Fault or respective owner