Edit report at https://bugs.php.net/bug.php?id=55269&edit=1
ID: 55269 Updated by: d...@php.net Reported by: samm at os2 dot kiev dot ua Summary: --enable-dtrace fail on FreeBSD -Status: Assigned +Status: Closed Type: Bug Package: Compile Failure Operating System: FreeBSD 8-STABLE PHP Version: 5.4SVN-2011-07-22 (SVN) Assigned To: dsp Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2011-07-26 23:49:38] d...@php.net Automatic comment from SVN on behalf of dsp Revision: http://svn.php.net/viewvc/?view=revision&revision=313752 Log: Fix #55269 (--enable-dtrace fail on FreeBSD) ------------------------------------------------------------------------ [2011-07-22 15:19:01] samm at os2 dot kiev dot ua Description: ------------ Dtrace/userland is supported in the current FreeBSD version. I found that autoconf expecting Solaris only and producing broken makefiles on FreeBSD. Also libelf is required on FreeBSD to link with dtrace for userland applications. Test script: --------------- ./buildconf; configure --enable-dtrace && make Expected result: ---------------- php with dtrace Actual result: -------------- a lot of unresolved functions on the link stage. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55269&edit=1