i try to complile fcgiwrap from http://nginx.localdomain.pl/wiki/FcgiWrap on solaris 10 platform
however i got this error msg
# make
gcc -std=gnu99 -Wall -Wextra -Werror -pedantic -O2 -g3 fcgiwrap.c -o fcgiwrap -lfcgi
ld: fatal: library -lfcgi: not found
ld: fatal: File processing errors. No output written to fcgiwrap
collect2: ld returned 1 exit status
make: *** [fcgiwrap] Error 1
any idea how to fix it? thanks.