Changes between Version 46 and Version 47 of BuildingOnWindows


Ignore:
Timestamp:
Nov 1, 2010 8:08:21 AM (13 years ago)
Author:
Adam Roben
Comment:

Update instructions for rebasing libphp4.dll

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v46 v47  
    6565}}}
    6666then you must install Safari 4.0.4 or greater.
    67 === Error launching Apache from run-webkit-tests on Vista ===
    68 You need to rebase libphp4.dll. Run the following command:
     67=== Error launching Apache from run-webkit-tests on Vista/7 ===
     68You need to rebase libphp4.dll. Do the following:
    6969
    70 {{{/bin/rebase -d -b 0x70000000 -o 0x10000 WebKit/LayoutTests/http/conf/libphp4.dll}}}
     70 1. Create a /tmp/rebasephp file containing the following two lines:
     71{{{
     72/path/to/LayoutTests/http/conf/libphp4.dll
     73/usr/lib/apache/libphp4.dll
     74}}}
     75 1. Kill all Cygwin processes
     76 1. Run the following command via `Start > Run`:
     77{{{
     78c:\cygwin\bin\ash -c "/bin/rebaseall -T /tmp/rebasephp"
     79}}}
    7180
    7281=== Debugging information cannot be found ===