>>Try sticking it in OPENSSL_CFLAGS. That works. My settings for the workaround is, setenv OPENSSL_INCLUDES -I/local/openssl-0.9.8a/include setenv OPENSSL_CFLAGS -I/local/openssl-0.9.8a/include setenv OPENSSL_LDFLAGS -L/local/openssl-0.9.8a/lib setenv OPENSSL_LIBS "-lssl -lcrypto -ldl"
thanks mei
