Project

General

Profile

Actions

Bug #248

closed

make fails on OS X (lighttpd 1.4.5)

Added by Anonymous over 18 years ago. Updated over 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

make of lighttpd 1.4.3 fails on Mac OS X 10.4.2 with the following error. lighttpd 1.4.1 will still compile successfully.


gcc  -o .libs/mod_staticfile.so -bundle  .libs/mod_staticfile.o  ./.libs/liblightcomp.dylib -L/opt/local/lib /opt/local/lib/libpcre.dylib
/usr/bin/ld: Undefined symbols:
_http_response_handle_cachable
collect2: ld returned 1 exit status
make[2]: *** [mod_staticfile.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

-- m

Actions #1

Updated by Anonymous over 18 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

-- Xuefer <xuefer

Actions #2

Updated by Anonymous over 18 years ago

let's go for all main sources compiled into liblightcomp, and have a wrapper main.c into lighttpd, unless u can export symbols from lighttpd (main program)

-- Xuefer <xuefer

Actions #3

Updated by jan over 17 years ago

  • Status changed from Need Feedback to Fixed
  • Resolution set to fixed

fixed in later versions.

Actions

Also available in: Atom