php-ext-jq icon indicating copy to clipboard operation
php-ext-jq copied to clipboard

Getting symbol lookup error: jq.so: undefined symbol: jq_yylex_init_extra

Open py2k opened this issue 4 years ago • 1 comments

JQ Version - 1.6 Debian 10 minimal

Not able to load Jq class $jq = new Jq;

py2k avatar Nov 23 '21 16:11 py2k

The built-in jq version for the master branch will be 1.4.

The develop branch has been modified to use the shared library. (the class structure will be changed.)

kjdev avatar Nov 23 '21 23:11 kjdev