[Spread-users] Spread-users Digest, Vol 65, Issue 1

Alexey Zakhlestin indeyets at gmail.com
Thu May 6 10:15:38 EDT 2010


try this:
otool -L /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/spread.so

it will list all dylib-dependencies of spread.so.
looks like extension is not correctly linked to spread

if spread is installed in some custom location, then you might need to
add it's directory to DYLD_LIBRARY_PATH environment variable

On Thu, May 6, 2010 at 6:07 PM, Chris Wilson <chrisw at yepher.com> wrote:
> I built PHP extension for spread with the update in SVN and the build seemed
> to go fine. When I load the extension into PHP I get the following error:
> From PHP Log
> ------------------------------
> dyld: lazy symbol binding failed: Symbol not found: _SP_version
>   Referenced from:
> /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/spread.so
>   Expected in: flat namespace
> dyld: Symbol not found: _SP_version
>   Referenced from:
> /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/spread.so
>   Expected in: flat namespace
> [Thu May 06 08:59:13 2010] [notice] child pid 38307 exit signal Trace/BPT
> trap (5)
> ------------------------------
>
> _______________________________________________
> Spread-users mailing list
> Spread-users at lists.spread.org
> http://lists.spread.org/mailman/listinfo/spread-users
>
>



-- 
Alexey Zakhlestin
http://www.milkfarmsoft.com/




More information about the Spread-users mailing list