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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: edwardzyang at thewritingpot dot com
New email:
PHP Version: OS:

 

 [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: Thu Apr 18 23:01:27 2024 UTC