Archived

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

Fatal error: Call to undefined function Ice_loadProfile()

Apache 2.2
PHP 5.3.8
Ice 3.4.2

But ice seems to be loaded when i do php -m
root@omega [/opt/Ice-3.4.2]# php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
ereg
exif
filter
ftp
gd
gettext
hash
ice
iconv
imap
json
libxml
mbstring
mcrypt
mysql
mysqli
openssl
pcre
Phar
posix
pspell
Reflection
session
SimpleXML
snmp
soap
sockets
SPL
SQLite
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

[Zend Modules]

i set the php.ini configuration
extension_dir = "/opt/Ice-3.4.2/lib"
extension = "IcePHP.so"
ice.slice = "/home/synt/public_html/murmur/server/linux/Murmur.ice"

No errors when restarting the httpd service.

What am i doing wrong?

Comments

  • mes
    mes California
    Synt wrote: »
    What am i doing wrong?

    You probably need to use an older version of Ice. See this thread for more information.

    Mark