tbrovold

Registered
Apr 24, 2012
2
0
51
cPanel Access Level
Root Administrator
Hi, we have problem to install Typo3 that it complain about missing openssl. I can see that openssl is installed, but cant find anything in the php.ini.

TYPO3 Installation Error: The following PHP module(s) is/are missing: <em>openssl</em><br /><br />You need to install and enable these modules first to be able to install TYPO3.

Any help to resolve this is strongly appreciated.

Rgds
Thomas
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello :)

You can check if "openssl" is enabled as a PHP module by running the following command:

Code:
# php -m|grep openssl
You should also check to see if the account in question is using a custom php.ini file. If it is, try temporarily moving it out of the way to see if that makes a difference.

Thank you.
 

tbrovold

Registered
Apr 24, 2012
2
0
51
cPanel Access Level
Root Administrator
Hello :)

You can check if "openssl" is enabled as a PHP module by running the following command:

Code:
# php -m|grep openssl
You should also check to see if the account in question is using a custom php.ini file. If it is, try temporarily moving it out of the way to see if that makes a difference.

Thank you.


I could see that my istallation was missing the OpenSSL in the Apache build.
I did a new build through the EasyApache script, that did the trick.

Thomas