Author |
Message |
Niko9911
Joined: 11 May 2019 Posts: 1
|
Posted: Sat May 11, 2019 11:36 pm Post subject: ioncube_loader_lin_7.2.so: undefined symbol: file_globals |
|
|
I need to know what module IonCube is depending on. Currently my configuration is following. I have encoded latest test files with encoder and still having this issue..
Code: |
PHP_CONF="--disable-fpm --disable-cgi --enable-cli --disable-short-tags --with-openssl --with-pcre-regex --with-pcre-jit --with-zlib --with-curl --enable-exif --enable-mbstring --enable-pcntl --with-pdo-mysql --enable-sockets --enable-maintainer-zts --without-pear --prefix=$CURRENT/dev/php --with-config-file-path=$CURRENT/dev/php/conf.d --with-config-file-scan-dir=$CURRENT/dev/php/conf.d --runstatedir=$CURRENT/dev/php/run --oldincludedir=$CURRENT/dev/php/usr/include"
|
|
|
Back to top |
|
 |
alastair
Joined: 23 Feb 2010 Posts: 398
|
Posted: Mon May 13, 2019 8:57 am Post subject: |
|
|
Hi,
You are running a thread-safe (ZTS) PHP (as set by the --enable-maintainer-zts configuration option).
Thus you need to use the corresponding thread-safe Loader for PHP 7.2 which should be called ioncube_loader_lin_7.2_ts.so rather than ioncube_loader_lin_7.2.so. _________________ Alastair
ionCube |
|
Back to top |
|
 |
|