Re: Strange compile problems

2008-11-10 Thread Evgeniy Ivanov
Oops, it was caused by wine (I use windows headers and libs). wineg++ helped me to solve the problem. Sorry for bothering. Evgeniy Ivanov wrote: > Hi list, > I use the latest stable openssl version and try to compile my > application and get a lot of such errors: > In file included from /usr/local

Strange compile problems

2008-11-09 Thread Evgeniy Ivanov
Hi list, I use the latest stable openssl version and try to compile my application and get a lot of such errors: In file included from /usr/local/include/openssl/x509.h:572, from /usr/local/include/openssl/ssl.h:183, from ../../sslsockimpl.cpp:64: /usr/local/includ

Re: compile problems on osx/intel

2007-01-21 Thread Kyle Hamilton
ame problem. Is there a resolution for this? -Original Message- From: Vidar Gundersen [mailto:[EMAIL PROTECTED] Sent: January 5, 2007 8:01 AM To: openssl-users@openssl.org Subject: compile problems on osx/intel i'm getting "Undefined symbols" error while compiling openssl on

RE: compile problems on osx/intel

2007-01-19 Thread Ken Bowler
I'm having the same problem. Is there a resolution for this? -Original Message- From: Vidar Gundersen [mailto:[EMAIL PROTECTED] Sent: January 5, 2007 8:01 AM To: openssl-users@openssl.org Subject: compile problems on osx/intel i'm getting "Undefined symbols" e

compile problems on osx/intel

2007-01-05 Thread Vidar Gundersen
i'm getting "Undefined symbols" error while compiling openssl on an Intel based Mac. what causes this error? transcipt below. i've tried compiling: openssl-0.9.8d.tar.gz openssl-0.9.8-stable-SNAP-20070105.tar.gz openssl-SNAP-20070104.tar.gz using these two configurations: ./config --prefix=/usr

VC++ 6.0 Compile problems.

2005-09-01 Thread Adam Jones
I can't compile and link openssl version .0.9.7g for VC++ 6.0   This is the error I am getting :   Linking...libeay32.def : error LNK2001: unresolved external symbol PROXY_CERT_INFO_EXTENSION_freelibeay32.def : error LNK2001: unresolved external symbol PROXY_CERT_INFO_EXTENSION_itlibeay32.d

[Crypt::SSLeay] Compile problems on Linux

2004-08-29 Thread Tijmen Ruizendaal
hello, i'm trying to compile Crypt::SSLeay on a Debian woody box with openssl-0.9.7d-4.backports.org.1 This is the output from Makefile.PL: [16:51:26] [usr:tijmen] [EMAIL PROTECTED] \> perl ./Makefile.PL Found OpenSSL (version OpenSSL 0.9.7) installed at /usr Which OpenSSL build path do you want

Re: [Crypt::SSLeay] compile problems on Linux

2002-12-31 Thread Lutz Jaenicke
On Tue, Dec 31, 2002 at 12:40:36AM +0200, CamCorder wrote: > I'm using OpenSSL-0.9.6g and Crypt-SSLeay-0.45. I just encountered a > compile problem which dumps these lines : > [root@localhost Crypt-SSLeay-0.45]# make > gcc -c -I/usr/local/openssl/include -D_REENTRANT -D_GNU_SOURCE > -fno-strict-a

[Crypt::SSLeay] compile problems on Linux

2002-12-30 Thread CamCorder
I'm using OpenSSL-0.9.6g and Crypt-SSLeay-0.45. I just encountered a compile problem which dumps these lines : [root@localhost Crypt-SSLeay-0.45]# make gcc -c -I/usr/local/openssl/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdb

Re: [Crypt::SSLeay] compile problems on HP-UX 11.11

2002-11-06 Thread Lutz Jaenicke
On Tue, Nov 05, 2002 at 04:04:11PM +0100, Hiemisch Joerg wrote: > Hi All, > I have some trouble to compile SSLeay on HP-UX 11.11 > > I installed a new system with latest recommended patches ( including perl > 5.6.1 ). > > # perl -v > > This is perl, v5.6.1 built for PA-RISC1.1-thread-multi > (wi

RE: OpenSSL compile problems

2002-10-15 Thread Junk
SL compile problems Is this building the shared library option ? -Original Message- From: Bart Boelaert [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 12:23 PM To: [EMAIL PROTECTED] Subject: OpenSSL compile problems Hello, I just downloaded openssl 0.9.6g. After the p

[Crypt::SSLeay] Compile problems with DynaLoader?

2002-10-10 Thread Matt Wagner
Hey guys, I've had three customers now who couldn't get the Crypt::SSLeay module successfully installed, and I had no success myself either. There all normal Redhat LINUX servers, without any special configuration (that I know of). Anyway, when running "make test", I always get the following:

[Crypt::SSLeay] compile problems on Slackware Linux 8.1

2002-07-30 Thread Tim Legg
I'm getting an unusual problem, (maybe). I've seen this problem posted before on this list and many others, but haven't been able to figure out the problem yet. I'll just tell you that I'm trying to compile and install Crypt::SSLeay so I can use Fetchyahoo. If that makes any difference or not.

[Crypt::SSLeay] Compile problems on cobalt raq

2002-04-28 Thread Admo.net Administrator
I am using a cobalt raq3 and I cannot get Crypt::SSLeay to compile correctly.   Here’s some output: [root@www Crypt-SSLeay-0.37]# make cc -c -I/usr/local/ssl/include -Dbool=char -DHAS_BOOL -I/usr/local/include -O2    -DVERSION=\"0.37\" -DXS_VERSION=\"0.37\" -fpic -I/usr/lib/perl5/5.0050

Re: Compile problems on VC++

2002-01-15 Thread Scott Pestana
After much distention and keyboard pounding, I sought out my software source, and found that he had indeed given me an outdated copy. The latest MSVC++ compiler works just fine. I shall go sulk in my room for pestering you gentlemen before carefully analyzing my tools. Scott Pestana PS: Thanks f

RE: Compile problems on VC++

2002-01-15 Thread Scott Klement
I've had good luck with MinGW... http://www.mingw.org The information in "INSTALL.W32" is out of date regarding where to get MinGW and it mentions running "mingw32.bat", which doesn't exist on my system (but isnt' necessary since I have C:\mingw\bin in my path) Aside from that, however, it com

Re: Compile problems on VC++

2002-01-15 Thread Dr S N Henson
Scott Pestana wrote: > > I'm trying to build this on a Win2K box, I'm assuming that means I'm > aimed at compiling for Win32. The INCLUDE problem was solved by adding > MSVC's INCLUDE dir to the -I options given to the compiler, I really > only mentioned it because the INSTALL.W32 didn't mention

Re: Subject: [Crypt::SSLeay] compile problems on Solaris

2001-11-28 Thread Joshua Chamas
> Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/ssl_context...Can't load 'blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module >Crypt::SSLeay: ld.so.1: /usr/local/bin/perl: fatal: relocation > error: file blib/arch/auto/Crypt/SSLeay/SSLeay.so: symbol SSL_set_fd: re

Subject: [Crypt::SSLeay] compile problems on Solaris

2001-11-28 Thread Terence Pua
i have solaris 8 running on an x86 machine and perl 5.6.1.   i'm trying to install Crypt::SSLeay and i get the following problems...   tpua@s6 ~torrance/.cpan/build/Crypt-SSLeay-0.35> sudo perl Makefile.PL Password:Found OpenSSL (version OpenSSL 0.9.6) installed at /usr/local/sslWhich OpenS

Re: [Crypt::SSLeay] compile problems on HP-UX 10.20

2001-04-24 Thread Lutz Jaenicke
On Tue, Apr 24, 2001 at 02:05:17PM -0400, [EMAIL PROTECTED] wrote: > in the make step I am getting. > > ld: Invalid loader fixup for symbol "$002B0009". > *** Error exit code 1 This error indicates that you are trying to use a object file created for static l

[Crypt::SSLeay] compile problems on HP-UX 10.20

2001-04-24 Thread prtaylor
in the make step I am getting. ld: Invalid loader fixup for symbol "$002B0009". *** Error exit code 1 Stop. Any help would be appreciated. Thanks. - Rob

Re: compile problems

2001-04-23 Thread Richard Levitte - VMS Whacker
From: Diana Calugarescu <[EMAIL PROTECTED]> One other thing to remember is that discussions about mod_ssl do not belong in openssl-users! The described problem has, as far as I can understand, nothing at all to do with OpenSSL diana.calugarescu> It's very hard to say what's wrong only from that

Re: compile problems

2001-04-23 Thread Diana Calugarescu
It's very hard to say what's wrong only from that .. Anyway, try to see : - man semctl - see the source ssl_engine_mutex.c - see with what arguments is semctl called, it would help to give a hint about that. - see httpd.conf - SSLMutex directive and mod_ssl user manual (Chapter 3), maybe you

compile problems

2001-04-23 Thread [EMAIL PROTECTED]
Hi, i have a problem compiling Apache1.3.19 with mod_ssl and openssl. The compile error is #ssl_engine_mutex.c: In function "ssl_mutex_sem_create": #ssl_engine_mutex.c: 295: Incompatible type for argument 4 of 'semctl' #ssl_engine_mutex.c: 304: Incompatible type for argument 4 of 'semctl' So

Re: SSLeay compile problems on HP-UX

2001-03-29 Thread Kees . Vonk
every who has helped me on this one. Kees Vonk 15/03/01 07:32 To: [EMAIL PROTECTED] @ gateway cc: Subject: SSLeay compile problems on HP-UX I am having a problem compiling the perl module Crypt

Re: SSLeay compile problems on HP-UX

2001-03-16 Thread Lutz Jaenicke
On Fri, Mar 16, 2001 at 08:49:55AM +, [EMAIL PROTECTED] wrote: > Lutz Jaenicke wrote: > > > libraries: -lssl -lcrypto -lgcc -lRSAglue -lrsaref > > ... > > > Note (probably harmless): No library found for -lgcc > > ... > > > > > t/ssl_context.../usr/lib/dld.sl: Unresolved symbol: __um

Re: SSLeay compile problems on HP-UX

2001-03-16 Thread Kees . Vonk
Lutz Jaenicke wrote: > > libraries: -lssl -lcrypto -lgcc -lRSAglue -lrsaref > ... > > Note (probably harmless): No library found for -lgcc > ... > > > t/ssl_context.../usr/lib/dld.sl: Unresolved symbol: __umoddi3 > > (code) from blib/arch/auto/Crypt/SSLeay/SSLeay.sl > > /usr/lib/dld.sl

[Crypt::SSleay-0.22] Compile Problems on HPUX 11.00 64 bit arch

2001-03-08 Thread Brian Thomas
Greetings, I read through the instructions for installing Crypt-SSleay-0.22 which says that the OpenSSL OR SSLeay module must be installed before compiling the Crypt-SSleay-0.22 module.  I followed the instructions and successfully compiled the 'openssl-0.9.6' module on my HP server.  However, I

Re: Subject: [Crypt::SSLeay] compile problems on HPUX

2001-02-15 Thread Lutz Jaenicke
On Thu, Feb 15, 2001 at 12:35:52PM -0700, BLOCK,RYAN (HP-PaloAlto,ex1) wrote: > I am trying to install the Crypt:SSLeay module on an HPUX 10.20 system, and > am having trouble with it. Is this module even able to run on HPUX? Here > is the error that I am receiving. > > == >

Subject: [Crypt::SSLeay] compile problems on HPUX

2001-02-15 Thread BLOCK,RYAN (HP-PaloAlto,ex1)
Hello, I am trying to install the Crypt:SSLeay module on an HPUX 10.20 system, and am having trouble with it. Is this module even able to run on HPUX? Here is the error that I am receiving. == Writing Makefile for Crypt::SSLeay # make test /opt/ansic/bin/cc -c -I/us

New user compile problems

2000-11-27 Thread North, Walter
Help! Hello, I'm just trying to compile openssl for AIX for the first time. I have an RS6000 running 4.3.3 and have gcc2.95.2 when I run make I get the following: < lots of config output > Configured for aix-gcc. # make making all in crypto... ( echo "#ifndef MK1MF_BUILD"; echo " /*

Re: compile problems

2000-10-23 Thread Andrew Okhmat
On Fri, 20 Oct 2000, Colin Chalmers wrote: [...skip...] > I get an error that the cnf can't be found (/usr/local/ssl/openssl.cnf) > OK I can handle that! > I recompiled openssl with the following directive > --openssldir=e:\opensource\openssl > Things start OK then I get the an error > > u107

Re: Compile Problems With .94

2000-02-28 Thread Spencer Preston - Contractor x6354
Date: Fri, 25 Feb 2000 15:28:03 -0500 > From: Tom Schaefer <[EMAIL PROTECTED]> > X-Accept-Language: en > Mime-Version: 1.0 > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Compile Problems With .94 > X-Sender: Tom Schaefer <[EMAIL PROTECTED]> > X-List-M

Re: Compile Problems With .94 SUCCESS

2000-02-28 Thread Richard Levitte - VMS Whacker
netd> > One thing you could try (and this is written in the docs) is netd> > configuring OpenSSL with "no-asm" and see if that makes a different. netd> > netd> netd> THAT WORKED!!! Thanks I only hope that 'no-asm' did not affect the netd> integrity of the build though. How do we know? All it do

Re: Compile Problems With .94 SUCCESS

2000-02-28 Thread Tom Schaefer
SUCCESS - Re: no-asm Richard Levitte - VMS Whacker wrote: > From the look of your log file, something seems to have gone very > wrong when most of the crypto stuff was compiled. This is just a > guess, since you decided to show us only the end of the log, which > made at least me dearly miss th

Re: Compile Problems With .94

2000-02-28 Thread Richard Levitte - VMS Whacker
OK, I'll admit it, your screams caught my attention. However, my respect for someone with the name Tom Schaefer got lowered by it. I'll still make an attempt at a response. >From the look of your log file, something seems to have gone very wrong when most of the crypto stuff was compiled. This

Compile Problems With .94

2000-02-25 Thread Tom Schaefer
OK, what am I doing wrong. I've been successful on some systems, but it fails on others, and I really have no clue as to why. I run everything the way you show in the docs, but it fails. Now it seems to be failing more than not, and I don't know what's missing from my system, i.e. some sort of li

Re: Compile problems

1999-07-20 Thread Bodo Moeller
hUnTeR <[EMAIL PROTECTED]>: > I am trying to build openssl-0.9.3a on a RedHat 5.2 Linux 2.0.36 server > and receiving a critical error, as follows: > > ~/temp/openssl-0.9.3a/ ./config --prefix=/usr/local --openssldir=/usr/local/openssl [...] > PERL =/usr/lib/perl5 [...] > make: execvp:

Compile problems

1999-07-19 Thread hUnTeR
Dear list readers: I am trying to build openssl-0.9.3a on a RedHat 5.2 Linux 2.0.36 server and receiving a critical error, as follows: ~/temp/openssl-0.9.3a/ ./config --prefix=/usr/local --openssldir=/usr/local/open ssl Operating system: i686-whatever-linux2 Configuring for linux-elf IsWindows=0

Re: Compile problems on versions greater than 0.9.2b

1999-07-05 Thread Bodo Moeller
On Tue, Jul 06, 1999 at 12:36:27AM -0700, Dave wrote: >> you are supposed to use the bsdi-elf-gcc configuration > ...reports no such os/compiler... Oops, adding the bsdi-elf-gcc configuration was the first thing that happened _after_ 0.9.3a was released, while I assumed all the time that it wa

Compile problems on versions greater than 0.9.2b

1999-07-02 Thread Dave
Hi all, It seems whatever has changed from version 0.9.2b to the current releases of OpenSSL is affecting compilation on a BSDI 4.01 platform. I have tried it on multiple BSDI 4.01 boxes, to no avail. To me it looks simply like a library is missing although I cannot figure out which one. Here is

Re: Latest openssl and bsdi 3.1 compile problems.

1999-05-26 Thread Ulf Möller
>If your assembler only knows 386 opcodes, you'll probably have to use >the "386" option to "./config". (bswapl does not exist on the 386.) In the SHA assembler code, bswapl is given as its numeric value, so this problem would not occur. The problem is that Configure only defines the macro SHA1_

Re: Latest openssl and bsdi 3.1 compile problems.

1999-05-26 Thread Bodo Moeller
On Wed, May 26, 1999 at 10:41:02AM -0600, Jim Hribnak wrote: > I am having problems compiling openssl .0.9.3 and bsdi 3.1 I run config > and then make and I then eventually get the following: > > > making all in crypto/sha... > gcc -I.. -I../../include -O3 -ffast-math -DL_ENDIAN -DPERL5 -m486

Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-19 Thread Sylvain Robitaille
On Wed, 12 May 1999 15:27:17 -0400 (EDT), I wrote: > I'm trying to compile OpenSSL, with the Digital C compiler (alpha-cc), > but I'm running into troubles. (on DU 4.0d and 4.0e) As suggested by Ulf Möller, I obtained the latest development source and that seems to function as expected. (Of cou

Re: IRIX Compile problems

1999-05-17 Thread Ulf Möller
>Any change we can get this put into the README or FAQ somewhere??? That is going to be fixed in 0.9.3. But you probably won't be able to use the bignum stuff on IRIX machines as of yet. __ OpenSSL Project

Re: IRIX Compile problems

1999-05-17 Thread David B. Rees
> >>Full_Name: Vincent J. Troisi >>Version: openssl-0.9.2b >>OS: IRIX 5.3 >>Submission from: iceman.colorado.edu (128.138.135.31) >>perl ./Configure irix-cc -DRSAref -lRSAglu

Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-14 Thread Sylvain Robitaille
Dr. George Seaton wrote: > I had the same problem on an Alpha with UNIX4.0D, use the > -no_asm option (this is from memory so you should check the > syntax). This is also mentioned in other newsgroups as a problem > on other OSs. Ah, well that is the same as the edit to Makefile.ssl that I m

Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-13 Thread Ulf Möller
> Unresolved: > bn_div_words > ./rsa_oaep_test > Encryption failed! Both are known problems in the 0.9.2b setup, and are fixed in the current development version. There also is a patch available on www.openssl.org to get rid of the "Encryption failed!" message. __

Re: OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-12 Thread gseaton
Sylvain Robitaille WROTE > > . . . [ many files compile ] . . . > > cc -DMONOLITH -I../include -tune host -O4 -readonly_strings -c openssl.c > rm -f openssl > cc -o openssl -DMONOLITH -I../include -tune host -O4 -readonly_strings openssl.o >verify.o asn1pars.o req.o dg

OpenSSL-0.9.2b on Digital Unix-4.0e compile problems

1999-05-12 Thread Sylvain Robitaille
Well, first some background information: ; uname -a OSF1 aries V4.0 1091 alpha This is 4.0e, with Patchkit 1 installed, on an AlphaServer 1200 5/533. I'm trying to compile OpenSSL, with the Digital C compiler (alpha-cc), but I'm running into troubles. Running config resulted in the fol

Compile Problems on Linux/Alpha

1999-04-28 Thread Peter Keel
Hello Besides being not very nice to users wanting to compile shared libraries (gcc ${CFLAGS} -shared -Wl,-soname,libssl.so.0.9 -o libssl.so.0.9.2 $(LIBOBJ) or something similar will do it), I get unresolved symbols in bn_something.. This is Debian 2.2 on Alpha, Kernel 2.2.6, glibc 2.1. have

Compile Problems under HPUX:bn_add_words

1999-04-14 Thread Joerg Kammerer
Hello! I try to compile SSLeay-0.9.0b and openssl-0.9.2b on a HPUX10 In the final linking stage i yield with openssl: cc -o openssl -DMONOLITH -I../include -DB_ENDIAN -D_HPUX_SOURCE -Aa -Ae +ESlit -Wl,-a,archive openssl.o verify.o asn1pars.o req.o dgst.o dh.o enc.o gendh.o errstr.o ca