php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58041 support libapr-1.lib and libaprutil-1.lib
Submitted: 2008-02-12 17:46 UTC Modified: 2008-04-14 02:12 UTC
From: edwardzyang at thewritingpot dot com Assigned:
Status: Duplicate Package: svn (PECL)
PHP Version: Irrelevant OS: Windows vista
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:
49 - 42 = ?
Subscribe to this entry?

 
 [2008-02-12 17:46 UTC] edwardzyang at thewritingpot dot com
Description:
------------
In some builds of Subversion, libapr and libaprutil are named libapr-1.lib and libaprutil-1.lib instead. This causes the configure process to fail, as we only check for libapr.lib/libaprutil.lib.

This patch makes things a little more flexible: http://www.thewritingpot.com/patches/svn-config.w32-1.patch


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-18 03:06 UTC] axel at kollmorgen dot net
these "some builds of Subversion" would be builds of subversion against apache 2.2. i would go more along the lines of php's apache2handler/filter config.w32 (http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/config.w32?view=markup) and add an extra configure arg to explicitely specify the apache version to build against. makes things a little more complicated, but at least you know for sure what
is happening. with your patch, what happens if there is a libapr.lib, no libaprutil.lib, but a libaprutil-1.lib?
 [2008-02-28 00:41 UTC] edwardzyang at thewritingpot dot com
I'm sorry, I'm not sure what you mean. Apache is different from APR (Apache Portable Runtime); the portion of Subversion we're using has a dependency on APR but not Apache. I'm just going by what works for me, and for modern Windows builds of Subversion libapr has the trailing 1.
 [2008-04-14 02:12 UTC] alan at akbkhome dot com
Fixed/Merged with bug #9707
 [2010-05-12 23:31 UTC] xmlvrl at 163 dot com
sdfasdfa
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC