Installing Wt on Fedora Core » History » Version 1
Pieter Libin, 10/29/2009 01:10 PM
1 | 1 | Pieter Libin | h1. Installing Wt on Fedora Core |
---|---|---|---|
2 | |||
3 | {{toc}} |
||
4 | |||
5 | |||
6 | h3. memory access error (Fedora 8, asio 0.39) |
||
7 | |||
8 | I followed the outlined process taking version 0.39 of asio (no patch) on Fedora 8 and it compiles just fine. When I start the server with some example it says |
||
9 | <code><pre>Starting server: http://0.0.0.0:8080</pre></code> |
||
10 | which looks fine to me. I enter |
||
11 | <code>http://localhost:8080/</code> |
||
12 | in my browser, but it shows nothing. The console gives me: |
||
13 | <code> |
||
14 | <pre> |
||
15 | Session EYuFCafmMuM5zmsg created. |
||
16 | Sessions: 1 |
||
17 | GET / 200 http 683 <1416> (31ms) |
||
18 | GET /favicon.ico 404 http 85 (0ms) |
||
19 | Speicherzugriffsfehler |
||
20 | </pre> |
||
21 | </code> |
||
22 | The last word is German, meaning "memory access error". If somebody helps me I promise to update the page :) |
||
23 | |||
24 | Can you post a mail on the mailinglist, and if possible, run under valgrind ? |