This file is included with NES/iPlanet. You'll probably also have a problem finding jni.h which is included with Java once you fix this one. To fix, Makefile looks for environment variables to these locations: export SUITSPOT_HOME=/opt/netscape/server4/plugins (it differs for different versions of NES, look for a dir that contains an include dir) export JAVA_HOME=/opt/jdk -Jason Joan Xiao wrote: > I tried "make -f Makefiel.solaris" in jakarta-tomcat/src/native/iis_netscape > directory, > and got the following error: > > jk_nsapi_plugin.c:71: nsapi.h: No such file or directory > *** Error code 1 > make: Fatal error: Command failed for traget 'jk_nsapi_plugin.o' > > I used the souce code from release 3.1. There is no nsapi.h in this > directory. Any help > is highly appreciated. > > Joan