RE: compilation problem for xscale.

2010-06-10 Thread Carruth, Rusty
My apologies to all for mis-remembering what package the issue was relating to - it was with an iscsi target (IET, which is certainly GPL!). I was working with both openssl and IET when I had this problem, and for some reason I associated it with openssl instead of IET. Sorry for the extra noise!

RE: compilation problem for xscale.

2010-05-26 Thread David Schwartz
Rusty Carruth wrote: > I would have thought that OPENssl, for which I have the source, would > have met the requirements to use the _GPL symbols in the kernel. The requirement is that the module claim that it is available under the GPL by containing a specific license declaration. You can fix thi

Re: compilation problem for xscale.

2010-05-26 Thread Mike Frysinger
On Tue, May 25, 2010 at 19:09, Carruth, Rusty wrote: > Should I send this request to the developers list rather than here? > > If so, I'll be happy to do so... > > In any case, the short version is:  I cross-compiled openssl for target > xscale, and could not load the kernel module because some of

Re: Compilation problem on Windows 2003 Server SP1 with Visual C++

2006-07-31 Thread Kyle Hamilton
"using Visual C++ as the compiler" -- I'm sorry, but this is completely unhelpful. What is the version you're using? Did you read the INSTALL.W32 file (including installing a version of perl such as ActivePerl and running the Configure.pl script the way that you are supposed to)? It appears as

RE: Compilation problem on Windows 2003 Server SP1 with Visual C++

2006-07-31 Thread Richters, Eriks A
It doesn’t look like this made it to the mailing list. I’m trying to re-send.     Hello I’m trying to build openSSL on a Windows 2003 Server box. Its SP1, and I’m using Visual C++ as the compiler. I’ve tried several versions of openssl including 0.9.8b, 0.9.8a, and 0.9.7j, unfortunatel

Re: Compilation problem using OpenSSL with STL

2002-07-27 Thread Frank Balluffi
TECTED] Sent by:cc: owner-openssl-users@Subject: Re: Compilation problem using OpenSSL wi

Re: Compilation problem using OpenSSL with STL

2002-07-26 Thread Federico Sauter
Hi Ed! There must be something wrong, since I am working with C++ also, using the STL and implementing templates on my own and have never got any of those errors. In the constructor of one of my classes I even use a STACK_OF() my own without any kind of trouble... Have you (succesfully) comp

Re: Compilation problem/missing files:openssl.pod

2001-11-16 Thread Lutz Jaenicke
On Fri, Nov 16, 2001 at 11:30:17AM +, Laurent Jouannic wrote: > Well, I had allready downloaded a version of opennsll-0.9.6b and it ran > great. That's fine, as far as I am concerned :-). > But I run under Debian and to build a apache-ssl with transparent proxy, I > have to get the source of

Re: Compilation problem/missing files:openssl.pod

2001-11-16 Thread Laurent Jouannic
Hi Lutz, First, thanks 4 your answer. Lutz Jaenicke wrote: > On Fri, Nov 16, 2001 at 09:05:52AM +, Laurent Jouannic wrote: > > > > Hi to the ML > > > > when I want to compile openssl-0.9.6b > > I have the following answer: > > make[1]: Entering directory `/home/julien/source/openssl-0.9.6b

Re: Compilation problem/missing files:openssl.pod

2001-11-16 Thread Lutz Jaenicke
On Fri, Nov 16, 2001 at 09:05:52AM +, Laurent Jouannic wrote: > > Hi to the ML > > when I want to compile openssl-0.9.6b > I have the following answer: > make[1]: Entering directory `/home/julien/source/openssl-0.9.6b/doc' > pod2man --center='OpenSSL Documentation' --release="OpenSSL " > --

Re: Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Ben Laurie
Richard Levitte - VMS Whacker wrote: > > From: Achim Spangler <[EMAIL PROTECTED]> > > spangler> The error message is as follows: > spangler> cc -I.. -I../../include -std1 -tune host -O4 -readonly_strings -c > spangler> bss_fd.c > spangler> cc: Error: /usr/include/sys/signal.h, line 486: In the d

Re: Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Richard Levitte - VMS Whacker
From: Achim Spangler <[EMAIL PROTECTED]> spangler> The error message is as follows: spangler> cc -I.. -I../../include -std1 -tune host -O4 -readonly_strings -c spangler> bss_fd.c spangler> cc: Error: /usr/include/sys/signal.h, line 486: In the declaration of spangler> "__P_C", a function cannot r

Re: Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Achim Spangler
Richard Levitte - VMS Whacker schrieb: > > From: Achim Spangler <[EMAIL PROTECTED]> > > spangler> > spangler> #if defined(_POSIX_C_SOURCE) \ > spangler> && (_POSIX_C_SOURCE >= 199506L) \ > spangler> && !defined(_V40_OBJ_COMPAT) > spangler> # ifdef __DECC > spangler>

Re: Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Richard Levitte - VMS Whacker
From: Achim Spangler <[EMAIL PROTECTED]> spangler> spangler> #if defined(_POSIX_C_SOURCE) \ spangler> && (_POSIX_C_SOURCE >= 199506L) \ spangler> && !defined(_V40_OBJ_COMPAT) spangler> # ifdef __DECC spangler> # pragma extern_prefix "_P" spangler> # else spangler> #

Re: Compilation Problem.

2000-06-14 Thread Richard Levitte - VMS Whacker
From: Balaji Thiruvenkatachari <[EMAIL PROTECTED]> Subject: Compilation Problem. Date: Wed, 14 Jun 2000 18:53:35 -0400 Message-ID: <[EMAIL PROTECTED]> bthiru> This message is in MIME format. Since your mail reader does not understand bthiru> this format, some or all of this message may not be leg