php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58094 Incomplete PHP_SVN_LDFLAGS
Submitted: 2008-03-09 17:54 UTC Modified: 2008-03-28 11:24 UTC
From: yselkowitz at users dot sourceforge dot net Assigned:
Status: Duplicate Package: svn (PECL)
PHP Version: Irrelevant OS: Cygwin
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
30 - 17 = ?
Subscribe to this entry?

 
 [2008-03-09 17:54 UTC] yselkowitz at users dot sourceforge dot net
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



Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC