My favorites | Sign in
Project Logo
                
Search
for
Updated Apr 07, 2008 by dolphi...@live.cn
Labels: Featured
installing  

Forward

Dolphin is sole process and multiple threads system software. It has used libevent, pthread and lua.

Installing

On the Linux

  1. Install lua5.1 or newer, download address: http://www.lua.org/download.html
    • cd luad5.1 dir. Execute "make linux"
  2. Install libevent1.4 or newer. I advise to use version 1.4.2 .
  3. Install dolphin
    • ./configure
    • make & make install


Comment by okplay, Apr 14, 2008

1. http.c:(.text+0x4768): undefined reference to `conn_state_string'

2. "-lcrypto" is needed.

Comment by yyaadet2002, Apr 14, 2008

Can you tell me what OS you used? I have complie on RedHat4?. Do not give me any warnings. Thanks very much!

Comment by flash5235, Apr 24, 2008

lua_api.c::20 lua conf is null. DEFAULT SETTINGS.

Comment by l0op8ack, Oct 24, 2009

1) thread.c line 106: 'event_base_loopbreak' call not exist in newer libevent 2) in function 'conn_request_read' , httpd.c line 171 should reassemble request, or 'request_parse' call at line 200 http.c will fail client request may be fragmentation ,for example because of little client MTU(576)


Sign in to add a comment
Hosted by Google Code