Cphalcon: [BUG]: phalcon.so: undefined symbol: ZEPHIR_SINIT_VAR

Created on 28 Oct 2019  路  4Comments  路  Source: phalcon/cphalcon

Describe the bug
localhost - website is getting reset.
Apache error_log shows...

symbol lookup error: phalcon.so: undefined symbol: ZEPHIR_SINIT_VAR.

But this didn't occur with 4.0.0-rc.1.

Details

  • Phalcon version: 4.0.0-rc.2
  • PHP Version: 7.3.9
  • Operating System: Linux
  • Installation type: Compiling from source (compile and install as per docs).
  • Zephir version (if any): latest
  • Server: Apache(XAMPP)
not a bug

Most helpful comment

I ran installation with zephir 0.12.4V which produced this bug.
Updated Zephir to 0.12.10V and reinstalled and no such errors.

All 4 comments

@saravanank90 Could you please try to install from ext dir? Just go to ext dir and run commands as follows:

$ phpize
$ ./configure
$ make
$ sudo make install # optional

I already tried the following...

cd cphalcon/
git checkout tags/ v4.0.0-rc.2 ./
zephir fullclean
zephir compile
cd ext
phpize
./configure
sudo make && make install

Are there any special steps to reproduce? May be some code? Unfortunately, I can鈥檛 reproduce it yet.

I ran installation with zephir 0.12.4V which produced this bug.
Updated Zephir to 0.12.10V and reinstalled and no such errors.

Was this page helpful?
0 / 5 - 0 ratings