benluteijn / cherokee

Automatically exported from code.google.com/p/cherokee
0 stars 1 forks source link

Compile error on OpenSolaris 101a #231

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
... Very long output truncated ...
gcc -std=gnu99 -g -O2 -o cherokee main.o  -lcrypto -lsendfile -lgen -lnsl 
-lsocket -ldl
Undefined                       first referenced
 symbol                             in file
strcasestr                          main.o
ld: fatal: Symbol referencing errors. No output written to cherokee
collect2: ld returned 1 exit status
gmake[2]: *** [cherokee] Error 1
gmake[2]: Leaving directory `/export/home/lpackham/cherokee-0.10.1/cherokee'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/export/home/lpackham/cherokee-0.10.1'
gmake: *** [all] Error 2

Original issue reported on code.google.com by lpack...@gmail.com on 19 Nov 2008 at 9:15

GoogleCodeExporter commented 9 years ago
It's duplicated:

  http://code.google.com/p/cherokee/issues/detail?id=139

The bug has been fixed on trunk (r2441).
Thanks for reporting!

Original comment by alobbs on 20 Nov 2008 at 7:30