|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests |
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 20 08:00:02 2025 UTC |
Description: ------------ The svn extension requires several libsvn_* libraries in order to have all symbols resolved at link time. Patch below. Reproduce code: --------------- --- config.m4.orig 2008-02-09 08:39:10.000000000 -0600 +++ config.m4 2008-02-09 22:57:20.859375000 -0600 @@ -21,7 +21,7 @@ if test -d $i/lib64 ; then PHP_SVN_LDFLAGS="-L$i/lib64" fi - PHP_SVN_LDFLAGS="-lsvn_client-1" + PHP_SVN_LDFLAGS="-lsvn_client-1 -lsvn_fs-1 -lsvn_repos-1 -lsvn_subr-1" break; fi done