got a little problem over here. I've compiled example Zephir plugin on my machine, which works fine on the workstation, but when I move it eg. to production server, I receive this weird php error:
PHP Startup: Unable to load dynamic library '/mod/utils.so' - /mod/utils.so: invalid ELF header in Unknown on line 0
The path is fine because when the file is not present in dir php throws file not found error.
Google told me nothing. Seems like no one ever encountered this kind of problem. Any ideas?