|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-01-29 14:31 UTC] mikael at synd dot info
[2009-02-22 06:33 UTC] mikael at synd dot info
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 16 19:00:01 2025 UTC |
Description: ------------ As the summary says: wbxml does not install on SuSE Linux 11 (x86_64), because the libdir is /usr/lib64 and not /usr/lib From config.m4: for i in $PHP_WBXML /usr/local /usr; do if test -f $i/lib/libwbxml2.$SHLIB_SUFFIX_NAME; then WBXML_DIR=$i fi done Reproduce code: --------------- :-( Expected result: ---------------- :-)