| 56 | | |
| 57 | | === Error launching Apache from run-webkit-tests on Vista/7, or other errors that mention the word "remap" === |
| 58 | | You need to rebase some DLLs. Do the following: |
| 59 | | |
| 60 | | 1. From a Cygwin terminal, run: |
| 61 | | {{{ |
| 62 | | find /bin /usr/bin /lib /usr/lib "$(realpath WebKit/LayoutTests/http/conf)" \( -iname cyglsa64.dll -o -iname cygwin1.dll \) -o -iname '*.dll' -print > /tmp/rebaselist |
| 63 | | }}} |
| 64 | | 1. Kill all Cygwin processes |
| 65 | | 1. Run the following command via `Start > Run`: |
| 66 | | {{{ |
| 67 | | c:\cygwin\bin\ash -c "/bin/rebaseall -T /tmp/rebaselist" |
| 68 | | }}} |