The first problem can be solved with this change:

--- /home/kaplan/debian_developer/php-doc/php-doc-20081024/debian/rules 
2008-10-25
20:05:57.000000000 +0200
+++ debian/rules        2009-10-25 21:34:29.000000000 +0200
@@ -7,7 +7,7 @@
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
-       php configure.php --with-lang=en
+       php --define memory_limit=128M configure.php --with-lang=en

        touch configure-stamp

With trial and error I found out that 96M should also be enough (on my AMD64).

I have no idea about the second problem, might be related to a php or
libxml change.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to