freebsd-ports/devel/php5-ice/pkg-message
Li-Wen Hsu be60c3bdc6 - Update to 3.3.1
PR:		ports/134555
Submitted by:	Dirk Ye <dirk.ye AT gmail.com> (maintainer)
2009-05-23 15:22:28 +00:00

20 lines
602 B
Text

----------------------------------------------------------------------------
Attention for FreeBSD-i386 user
----------------------------------------------------------------------------
If the php fails with:
terminate called after throwing an instance of 'IceUtil::ThreadSyscallException'
what(): RecMutex.cpp:96: IceUtil::ThreadSyscallException:
...
Try to start it with:
$ LD_PRELOAD=/usr/lib/libc_r.so php
or for FreeBSD version 7 and above:
$ LD_PRELOAD=/usr/lib/libpthread.so php
----------------------------------------------------------------------------