Installing Plone on Centos fails: Unable to find libssl or openssl/ssl.h.
- by paskster
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?