Rainer Traut schrieb:

I get many error msgs from this new thing; 1.1.10 was fine. I cut the rest of the lines with 'command not found'.

# ./configure --with-apr=/usr/local/apache2/ --with-ssl=/usr/include/openssl/
...
checking for OpenSSL library... using openssl from /usr/include/openssl//lib and /usr/include/openssl//include
checking OpenSSL library version... not compatible
...

./configure: line 4316: APR_INCLUDES: command not found
./configure: line 4317: APR_LIBS: command not found
./configure: line 4318: APR_LIB_TARGET: command not found
...

And even more in config.log regarding the openssl library problem.

configure:3961: checking OpenSSL library version
configure:3995: gcc -o conftest -g -O2 -I/usr/include/openssl//include conftest.c -L/usr/include/openssl//lib --Wl,-rpath,/usr/include/openssl//lib -lssl -lcrypto >&5 cc1: error: unrecognized command line option "-fWl,-rpath,/usr/include/openssl//lib"
configure:3998: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| #include <stdio.h>
| #include <openssl/opensslv.h>
| int main() {
|         if ((OPENSSL_VERSION_NUMBER >= 0x0090701fL &&
|          OPENSSL_VERSION_NUMBER < 0x00908000L) ||
|          OPENSSL_VERSION_NUMBER >= 0x0090802fL)
|             return (0);
|     printf("\n\nFound   OPENSSL_VERSION_NUMBER %#010x\n",
|         OPENSSL_VERSION_NUMBER);
| printf("Require OPENSSL_VERSION_NUMBER 0x0090701f or greater (0.9.7a)\n" | "Require OPENSSL_VERSION_NUMBER 0x0090802f or greater (0.9.8a)\n\n");
|         return (1);
| }



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to