Hello,

After upgrade PHP to 5.3 I have problems with Zend Encoder.
Zend Optimizer works fine with php 5.2 but since php 5.3 there is Zend
Guard Loader and there is no version for *BSD.
So maybe there is a way to convert this extension to OpenBSD compatible ?
I read about linux.compat, elf2olf etc. but I'm not a C programmer, so
please help.

Under linux ldd returns:
ldd ZendGuardLoader.so
        linux-gate.so.1 =>  (0xb781e000)
        libdl.so.2 => /lib/libdl.so.2 (0xb771a000)
        libm.so.6 => /lib/libm.so.6 (0xb76f0000)
        libc.so.6 => /lib/libc.so.6 (0xb7574000)
        /lib/ld-linux.so.2 (0xb781f000)

Under OpenBSD::
ldd /home/admin/ZendGuardLoader.so
/home/admin/ZendGuardLoader.so:
Cannot load specified object

Thanks for any help.
Regards,
Bambero

Reply via email to