aboutsummaryrefslogtreecommitdiff
path: root/devel/php5-ice/pkg-message
blob: afa5ccf09d2fcb813c2a442c5bddb462d33810f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

----------------------------------------------------------------------------
                      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

----------------------------------------------------------------------------