SHARE
TWEET

Make error2

a guest May 4th, 2010 279 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bash-3.00# make all install
  2. make[1]: Entering directory `/usr/local/src/tomcat-native-1.1.3/jni/native'
  3. /usr/bin/ksh /usr/local/apr/build-1/libtool --silent --mode=compile gcc   -L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/openwin/lib -R/usr/openwin/lib -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE  -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/include/ncurses -I/usr/local/BerkeleyDB.4.4/include -I/usr/openwin/include -g -O2 -DHAVE_OPENSSL   -I/usr/local/src/tomcat-native-1.1.3/jni/native/include -I/usr/jdk/jdk1.6.0_20/include -I/usr/jdk/jdk1.6.0_20/include/solaris  -I/usr/local/apr/include/apr-1   -o src/sslcontext.lo -c src/sslcontext.c && touch src/sslcontext.lo
  4. src/sslcontext.c: In function `Java_org_apache_tomcat_jni_SSLContext_setCACertificate':
  5. src/sslcontext.c:368: error: `STACK' undeclared (first use in this function)
  6. src/sslcontext.c:368: error: (Each undeclared identifier is reported only once
  7. src/sslcontext.c:368: error: for each function it appears in.)
  8. src/sslcontext.c:368: error: syntax error before ')' token
  9. src/sslcontext.c:371: error: syntax error before ')' token
  10. make[1]: *** [src/sslcontext.lo] Error 1
  11. make[1]: Leaving directory `/usr/local/src/tomcat-native-1.1.3/jni/native'
  12. make: *** [all-recursive] Error 1
  13. bash-3.00#
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top