Hi.
I thought I'd try to compile a SOAP extension for the stock PHP
installation in MacOSX Leopard.
I snagged the php-5.2.5 sources from php.net, and used the compile
arguments found with the "php -i" command. I only added "--with
soap=shared --enable-shared" and removed everything mysql-re
[EMAIL PROTECTED] skrev:
dyld: NSLinkModule() error
dyld: Symbol not found: _OnUpdateLong
Referenced from:
/usr/lib/php/extensions/no-debug-non-zts-20060613/soap.so
Expected in: flat namespace
Trace/BPT trap
I found an OnUpdateLong function in php_src/ext/zlib/zlib.c, but I don't
know if th
BuildSmart skrev:
It has to do with the way you build PHP modules and mixing apple
source with genuine source.
Your best bet is to build PHP completely using apple's source and
enable shared the modules need/want., then after building you can
copy over the modules or create an installer if you k