summaryrefslogtreecommitdiff
path: root/devel/php5-ice/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'devel/php5-ice/pkg-message')
-rw-r--r--devel/php5-ice/pkg-message20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/php5-ice/pkg-message b/devel/php5-ice/pkg-message
deleted file mode 100644
index afa5ccf09d2f..000000000000
--- a/devel/php5-ice/pkg-message
+++ /dev/null
@@ -1,20 +0,0 @@
-
-----------------------------------------------------------------------------
- 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
-
-----------------------------------------------------------------------------