Archived

This forum has been archived. Please start a new discussion on GitHub.

Centos 7

ok here is what I am running:

OS Centos 7
Ice 3.6.1
WHM/Cpanel
PHP 5.6.14 (cli) (built: Nov 1 2015 04:48:08)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 95
Server version: 5.5.46-cll MySQL Community Server (GPL)

nano /usr/local/lib/php.ini
Path
; UNIX: "/path1:/path2"
include_path = ".:/usr/lib/php:/usr/local/lib/php:/etc/php.d/ice.ini:/usr/lib64/php/modules/"

Tried both:
;extension = "/usr/lib64/php/modules/IcePHP.so"
extension = "IcePHP.so"

find -name IcePHP.so
./usr/lib64/php/modules/IcePHP.so
I don't see it either with php -m


I cannot get IcePHP.so to load at all. I check php -m and it is not there.

Thank you