RE: [Curl-loader-devel] Compile problem - can't find openssl
Status: Alpha
Brought to you by:
coroberti
From: Richard B. <ric...@se...> - 2009-01-27 17:20:50
|
CURL-LOADER VERSION: 0.47, December 2, 2008 HW DETAILS: CPU/S and memory are must: i686 LINUX DISTRIBUTION and KERNEL (uname -r): $ uname -svr CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-07-05 09:05 GCC VERSION (gcc -v): Thread model: posix gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) COMPILATION AND MAKING OPTIONS (if defaults changed): unchanged COMMAND-LINE: $make CONFIGURATION-FILE (The most common source of problems): Place the file inline here: DOES THE PROBLEM AFFECT: COMPILATION? Yes LINKING? Not there yet EXECUTION? Not there yet OTHER (please specify)? Have you run $make cleanall prior to $make ? yes DESCRIPTION: The make cannot find <bits/types.h>. My installation does not have that file. Where can I get it? QUESTION/ SUGGESTION/ PATCH: ________________________________ From: Robert Iakobashvili [mailto:cor...@gm...] Sent: Tue 27/01/2009 16:57 To: curl-loader-devel Subject: Re: [Curl-loader-devel] Compile problem - can't find openssl 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 ...................................................................... ______________________________________________________________________ Reg Office: SELEX Systems Integration Ltd, Broad Oak Business Park, Portsmouth, PO3 5PQ, UK. Registered in England - Number 05321115 This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |