[Webkit-unassigned] [Bug 76936] Tests that require PHP will fail under NRWT on a new Cygwin install for Apple's Windows port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 27 14:02:07 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=76936
Mark Salisbury <mark.salisbury at hp.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark.salisbury at hp.com
--- Comment #3 from Mark Salisbury <mark.salisbury at hp.com> 2012-08-27 14:02:09 PST ---
I just ran into this same error, but I was attempting to use the old dump render tree. I noticed that libphp4.dll will be copied automatically by run-webkit-tests from LayoutTests/http/conf to /usr/lib/apache/libphp4.dll, but even after this is done it doesn't run.
I ran depends.exe against libphp4.dll. There is one library that is missing: minires.
Apparently minires is now obsolete: http://cygwin.com/cgi-bin2/package-cat.cgi?file=minires%2Fminires-1.02-1&grep=cygminires.dll
If I run the cygwin installer (cygwin-setup), and uncheck 'hide obsolete packages' I can install minires, and run http tests requiring php successfully.
In an attempt to see if I could remove this dependency, I tried building php4 from source using archived source tarballs. I can't get php4 to build in cygwin...
Anyway, I think the solution to this problem may be installing minires automatically. (thought it is bothering that it's considered obsolete).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list