Re: [Curl-loader-devel] Compile problem - can't find openssl
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2009-01-27 16:57:58
|
Hi Richard, On Tue, Jan 27, 2009 at 3:59 PM, Richard Brice < ric...@se...> wrote: > I am having an issue compiling curl-loader. I think the issue is with > finding openssl. What directory am I suppose to point to? I edited > 'openssldir.sh' and have pointed the OPENSSLDIR variable to a number of > places but can't seem to get it to where it wants to be. I assume that > variable should be pointing to the OpenSSL directory that has the OpenSSL > include directory? > > At and rate, this the the error I get. Any help would be most appreciated > > gcc -W -Wall -Wpointer-arith -pipe -DCURL_LOADER_FD_SETSIZE=20000 > -D_FILE_OFFSET_BITS=64 -g -I. -I./inc -I/usr/ssl/include -c -o obj/batch.o > batch.c > Assembler messages: > Fatal error: can't create obj/batch.o: No such file or directory > In file included from batch.c:23: > fdsetsize.h:27:24: bits/types.h: No such file or directory > make: *** [obj/batch.o] Error 2 > > Since we do not have your Problem-Report-Form, it is very difficult to help you, but I will try. 1. see, that you have in curl-loader-<version> directory a subdirectory named obj If you do not have create by $mkdir obj 2. Adjust Makefile variables to point to the openssl headers and libraries. If you want to specify an openssl development directory with include files (e.g. crypto.h), export environment variable OPENSSLDIR with the value of that directory. For example: $export OPENSSLDIR=the-full-path-to-the-directory 3. If you need more assistance, please, kindly respect the mailing list rules and post the filled PRF, that you can find in your curl-loader-<version> directory. Best wishes! > > -- > Truly, > Robert Iakobashvili, Ph.D. > ...................................................................... > Assistive technology that understands you > ...................................................................... > |