compile errors

2013-12-20 Thread Daniel Wittenberg
First time trying to retro-fit an app with SSL so could use some help... Compiling on Scientific Linux 6.4 openssl-devel 1.0.1e-15.el6_5.x86-64 #include gcc -lssl -lcrypto-pipe -Wall -Wno-unused-parameter -ggdb3 -fPIC -fno-strict-aliasing -rdynamic -I/opt/apps/include -D__USE_FILE_OFFSET64

compile errors

2013-12-20 Thread Daniel Wittenberg
First time trying to retro-fit an app with SSL so could use some help... Compiling on Scientific Linux 6.4 openssl-devel 1.0.1e-15.el6_5.x86-64 #include gcc -lssl -lcrypto-pipe -Wall -Wno-unused-parameter -ggdb3 -fPIC -fno-strict-aliasing -rdynamic -I/opt/apps/include -D__USE_FILE_OFFSET64

lsb, lsbcc compile errors under ubuntu (12.04)

2013-11-02 Thread Dinesh Vadhia
Compiling openssl with lsb (4.1) under ubuntu (12.04). The $ config worked successfully with a "Configured for linux-elf." The $ make generated the following errors (full output available if needed): make[2]: Entering directory `/home/alto/Downloads/openssl-1.0.1e/crypto/ui' lsbcc -I.. -I../.. -

Re: EVP_Digest Example Compile Errors

2012-07-06 Thread Thomas Davie
You forgot to specify -L/opt/local/lib, so while it's reading the 1.0.1c headers, it's finding lion's built in 0.9.8 library. Bob On 4 Jul 2012, at 18:29, mmdon...@aol.com wrote: > MacBook 2,1 Mac OS X 10.7.4 Xcode 4.3.3 > > MacPortsopenssl @1.0.1c_0 (active) > > > When I attempt to comp

EVP_Digest Example Compile Errors

2012-07-06 Thread mmdonley
MacBook 2,1 Mac OS X 10.7.4 Xcode 4.3.3 MacPortsopenssl @1.0.1c_0 (active) When I attempt to compile the example at http://www.openssl.org/docs/crypto/EVP_DigestInit.html using gcc -Wall -I /opt/local/include -o mdtest mdtest.c I get the following errors from gcc: Undefined symbols for

compile errors using mingw32

2009-11-12 Thread Al Kaiser
i had a few problems generating openssl for mingw32. These are the changes i made to util/pl/mingw32.pl to get it working: commented the following two lines: # @ak $cp='copy'; # @ak $rm='del'; changed the following line: # @ak $ret.="\tif exist $target \$(RM) $target\n"; $ret.="\t\$(RM) $ta

Compile errors with VC-WIN64A and do_win64a.bat

2009-06-20 Thread Daniel Bowen
So, I've been able to build 0.9.8k successfully with VS 2008 (SP1) for 32-bit Windows. However, when I try it for x64 / AMD64, I get the following error: cl /Fotmp64dll\ec_asn1.obj -Iinc32 -Itmp64dll /MD /Ox /Zi /W3 /Gs0 /GF /Gy /nologo -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DOPEN

Re: compile errors

2002-03-04 Thread amit limaye
i linked using libssl.a libcrypto.a i m getting errors like dlfnc - Original Message - From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 9:16 PM Subject: Re: compile errors From: "ami

Re: compile errors

2002-03-04 Thread Richard Levitte - VMS Whacker
From: "amit limaye" <[EMAIL PROTECTED]> amit.limaye> the openssl library is supposed to generate two libraries amit.limaye> that is amit.limaye> libssl.a amit.limaye> libcrypto.a amit.limaye> amit.limaye> isn't it Yes, and I assume that wasn't a problem. amit.limaye> i have a problem that aft

Re: compile errors

2002-03-04 Thread Richard Levitte - VMS Whacker
From: "amit limaye" <[EMAIL PROTECTED]> amit.limaye> i linked libcrypto.a amit.limaye> but the error persists amit.limaye> amit.limaye> i have libssl.a libcrypto.a in /usr/local/ssl/lib amit.limaye> and the include files in /usr/include I think you misunderstand, so let me ask you to show us t

Compile errors

2002-03-04 Thread amit limaye
I have been trying to compile s file using SSL_library_init  tduring compile it throws a lot of undefined errors like ssl_algs.o uddefined reference  to "EVP_des_cbc" i have already linked libssl.a    can anybody suggest some remedies   -SIGTERM amit

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > Looks like you have to. There's a few lines of assembler in > rand_win.c that you can't do without at this time. Perhaps we should > simply turn off readtimer for Borland C? OK, turning off readtimer did the trick for now but I'll get me

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> bcc32 -otmp32\randfile.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c .\crypto\rand\randfile.c ukoeppe> .\crypto\rand\randfile.c: ukoeppe> Warning W8017 c:\Borland\Bcc55\inc

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
Just tried it with the update from the Openssl CVS web interface . same thing U.K. - Original Message - From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 11, 2000 1:42 PM Subject: Re: Co

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> No, I don't have assembler installed. Looks like you have to. There's a few lines of assembler in rand_win.c that you can't do without at this time. Perhaps we should simply turn off readtimer for Borland C? ukoeppe> Now the error looks somewhat di

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > Ah, I think I see. Could you try the following change (do you > understand the format used?)? > > diff -u -r1.6 rand_win.c > --- crypto/rand/rand_win.c 2000/07/21 02:14:15 1.6 > +++ crypto/rand/rand_win.c 2000/09/11 11:41:16 > @@ -236,7 +2

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> Warning W8075 .\crypto\rand\rand_win.c 239: Suspicious pointer conversion in function RAND_poll Ah, I think I see. Could you try the following change (do you understand the format used?)? diff -u -r1.6 rand_win.c --- crypto/rand/rand_win.c 200

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 11, 2000 1:12 AM Subject: Compile errors Win32 > Is there a snapshot of openssl in sight that compiles clean under > win32? (the compile stops in rand_win.c, some problem with a pointer > conversion in Rand_poll somet

Compile errors Win32

2000-09-10 Thread ukoeppe
Is there a snapshot of openssl in sight that compiles clean under win32? (the compile stops in rand_win.c, some problem with a pointer conversion in Rand_poll something, I forgot, my vision got kinda foggy after having tried the 20th or so snapshot) I need the latest version real bad. Could someb

Re: Compile errors

2000-08-11 Thread Jon-Pierre Gentil
very well have other goofs in the file. - Original Message - From: "Ashley Horn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 11, 2000 12:05 PM Subject: Compile errors > I am trying to install openssl on Linux Slackware 7.0 and I get the

RE: Compile errors

2000-08-11 Thread Barnes, Michael L.
Make sure that your download was not corrupt or something, because there is no occurance of "mf" anywhere in the file. Mike > -Original Message- > From: Ashley Horn [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 11, 2000 1:05 PM > To: [EMAIL PROTECTED] >

Compile errors

2000-08-11 Thread Ashley Horn
I am trying to install openssl on Linux Slackware 7.0 and I get the following errors when running make: pkcs12.c: In function `pkcs12_main': pkcs12.c:216: warning: implicit declaration of function `mf' pkcs12.c:216: parse error before `{' pkcs12.c:216: parse error before `__result' make[1]: *** [

Compile errors under Digital Unix 4.0d

2000-06-09 Thread bigdsafian
I'm trying to compile OpenSSL-0.9.5a on Digital Unix 4.0d. After running ./configure make Things go without error until we get to the test directory, where make dies with the following error: Any ideas what the problem could be? make[1]: Entering directory `/mnt/class/dws/openssl-0.9.5a