build problem on armv7h machines

Issue #20 resolved
Former user created an issue

Hi, I'm trying to build the pecl-ev extension on an armv7h machine. The build process seems ok, but at make test I have a full failure report.

when the test begins it reports this error: php: symbol lookup error: /usr/lib/php/modules/ev.so: undefined symbol: pthread_atfork

here is my setup: - ArchLinux based distribution (RuneAudio) - php7 - zts enabled - pthreads installed

I've tryed to install from source and using pecl, both fails. Do you have any suggestion?

Thanks in advance.

P.S. building on an x86_64 with the same configuration works fine.

Comments (2)

  1. Ruslan Osmanov repo owner

    Hi,

    I guess I know what screws it up. The linker options...

    But I think we actually don't need this =) I'll remove it just after fixing memory leaks in PHP 7.0.2.

  2. Log in to comment