Changes between Version 46 and Version 47 of BuildingOnWindows
- Timestamp:
- Nov 1, 2010, 8:08:21 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v46 v47 65 65 }}} 66 66 then 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 === 68 You need to rebase libphp4.dll. Do the following: 69 69 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 {{{ 78 c:\cygwin\bin\ash -c "/bin/rebaseall -T /tmp/rebasephp" 79 }}} 71 80 72 81 === Debugging information cannot be found ===