sleepy909 / cpassman

Automatically exported from code.google.com/p/cpassman
1 stars 0 forks source link

RHEL 6.3 OpenSSL not found in setup #291

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Hi, on 2.1.8 when running the install I always get:

PHP extension "openssl"  and then the red icon for not found

The system is a RedHat Enterprise Linux 6.3 x64. I have openssl installed and 
phpinfo shows the following:

OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.0-fips 29 Mar 2010
OpenSSL Header Version  OpenSSL 1.0.0-fips 29 Mar 2010

And I verified there are no configurable items in /etc/php.ini What else can I 
provide to help resolve this issue?

Thank you,

Erric

Original issue reported on code.google.com by err...@gmail.com on 12 Jun 2013 at 1:53

GoogleCodeExporter commented 8 years ago
Figured this out. So, the ``error`` message is a bit mis-leading. It says 
openssl isn't found, however what it was really failing on was bcmath. Once I 
did a yum install bcmath, all was well.

Original comment by err...@gmail.com on 12 Jun 2013 at 2:47