Re: Windows CE (VC-CE) Compilation problem !

2014-06-05 Thread J@yNe$|-|
because i am stuck in for several days. -- View this message in context: http://openssl.6102.n7.nabble.com/Windows-CE-VC-CE-Compilation-problem-tp45909p50599.html Sent from the OpenSSL - User mailing list archive at Nabble.com

Re: Windows CE (VC-CE) Compilation problem !

2014-05-28 Thread J@yNe$|-|
://openssl.6102.n7.nabble.com/Windows-CE-VC-CE-Compilation-problem-tp45909p50393.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support

Re: Windows CE (VC-CE) Compilation problem !

2014-05-15 Thread RaviVyas
Hello, Please Give The Basic Steps To Build OPENSSL in WIN CE 6.0. All Steps From Starts To END. I already Performed Steps Which are Mentioned in INSTALL.WCE Text File. Didnt Successed. -- View this message in context: http://openssl.6102.n7.nabble.com/Windows-CE-VC-CE-Compilation-problem

Re: Windows CE (VC-CE) Compilation problem !

2014-05-15 Thread Pierre DELAAGE
To Build OPENSSL in WIN CE 6.0. All Steps From Starts To END. I already Performed Steps Which are Mentioned in INSTALL.WCE Text File. Didnt Successed. -- View this message in context: http://openssl.6102.n7.nabble.com/Windows-CE-VC-CE-Compilation-problem-tp45909p50154.html Sent from the OpenSSL - User

Re: Windows CE (VC-CE) Compilation problem !

2014-05-03 Thread karan.reddy
this message in context: http://openssl.6102.n7.nabble.com/Windows-CE-VC-CE-Compilation-problem-tp45909p49917.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http

Re: Windows CE (VC-CE) Compilation problem !

2014-05-02 Thread Pierre DELAAGE
' Am i missing any configuration step? I got stuck for 2 weeks now. Please help me to resolve this error. Let me know for more details Thanks in advance -- View this message in context: http://openssl.6102.n7.nabble.com/Windows-CE-VC-CE-Compilation-problem-tp45909p49773.html

Re: Windows CE (VC-CE) Compilation problem !

2014-04-30 Thread Geoffrey Coram
I use wcecompat with OpenSSL for WinCE 2.11; I haven't tried building for a later version of WinCE, and I use an older compiler. There's some basic problem with your build; it looks like something as basic as using a C compiler to compile C++ and getting tripped up on new syntax. Are you

Re: Windows CE (VC-CE) Compilation problem !

2014-04-28 Thread karan.reddy
/Windows-CE-VC-CE-Compilation-problem-tp45909p49773.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Geoffrey Coram
this library for Windows CE ? We really need OpenSSL, and it very urgent ! For several days we have been stuck on this compilation problem. Hope someone have some fresh news ? Best regards Martin __ OpenSSL Project

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Pierre DELAAGE
the Windows CE configuration, but it does not work at all :( Is there really someone who has succeed to compile this library for Windows CE ? We really need OpenSSL, and it very urgent ! For several days we have been stuck on this compilation problem. Hope someone have some fresh news ? Best regards

RE: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Martin Beaudet
To: openssl-users@openssl.org Cc: Geoffrey Coram Subject: Re: Windows CE (VC-CE) Compilation problem ! Hello, To be more precise : on that page you can find a patch to compile V1.0.2 without FIPS on WCE : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly check the 2012

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Pierre DELAAGE
To: openssl-users@openssl.org Cc: Geoffrey Coram Subject: Re: Windows CE (VC-CE) Compilation problem ! Hello, To be more precise : on that page you can find a patch to compile V1.0.2 without FIPS on WCE : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly check the 2012

Windows CE (VC-CE) Compilation problem !

2013-07-22 Thread Martin Beaudet
:( Is there really someone who has succeed to compile this library for Windows CE ? We really need OpenSSL, and it very urgent ! For several days we have been stuck on this compilation problem. Hope someone have some fresh news ? Best regards Martin

RE: Windows CE (VC-CE) Compilation problem !

2013-07-22 Thread Bankapur, Balaji (GE Healthcare)
] On Behalf Of Martin Beaudet Sent: Monday, July 22, 2013 7:59 PM To: openssl-users@openssl.org Subject: Windows CE (VC-CE) Compilation problem ! Importance: High Hi, We are tried to compile the OpenSSL (1.0.1e) for Windows CE (Standard SDK and also device SDK) using Visual Studio 2005 and also

Re: Windows CE (VC-CE) Compilation problem !

2013-07-22 Thread Pierre DELAAGE
at all L Is there really someone who has succeed to compile this library for Windows CE ? We really need OpenSSL, and it very urgent ! For several days we have been stuck on this compilation problem. Hope someone have some fresh news ? Best regards Martin

Re: Cross-compilation problem FIPS enabled openssl

2013-03-18 Thread T J
I suspect you need a export FIPS_SIG=path to openssl-fips/util/incore which embeds the signature in libcrypto. On 18/03/13 17:16, Abhijit Ray Chaudhury wrote: Hello, I am trying to cross compile FIPS compliant openssl module (openssl-fips-ecp-2.0.2.tar.gz) for linux armv4 pratform : I have

Re: FPSCANISTER build cross compilation problem

2013-03-13 Thread Abhijit Ray Chaudhury
Hello, I made gcc as a shell script and passed -mcpu and -Dmalloc=XXX_malloc flags, then fipscanister build succeeds. I then use the fipscanister.o in openssl tree which creates libcrypto.a . Now for our system we need to build a shared object file. So I pass export CC=/opt/bin/arm-linux-gcc;

FPSCANISTER build cross compilation problem

2013-03-08 Thread Abhijit Ray Chaudhury
Hello, I am trying to cross compile FIPS compliant openssl module (openssl-fips-ecp-2.0.2.tar.gz) for linux armv4 pratform : I have used following script to setup the environment: === export MACHINE=armv4t export RELEASE=2.6.23 export SYSTEM=Linux

Re: FPSCANISTER build cross compilation problem

2013-03-08 Thread Jakob Bohm
On 3/8/2013 10:34 AM, Abhijit Ray Chaudhury wrote: Hello, I am trying to cross compile FIPS compliant openssl module (openssl-fips-ecp-2.0.2.tar.gz) for linux armv4 pratform : I have used following script to setup the environment: === export

Re: FPSCANISTER build cross compilation problem

2013-03-08 Thread Abhijit Ray Chaudhury
Hi Jakob, Thank you so much for really fast reply. Our toolchain is built once and then pushed into version version control system. So the based on the repository directory, toolcain could have become inconsistent in this particular context . I'll try building the toolchain. Is it valid FIPS

Re: FPSCANISTER build cross compilation problem

2013-03-08 Thread Steve Marquess
On 03/08/2013 05:00 AM, Jakob Bohm wrote: On 3/8/2013 10:34 AM, Abhijit Ray Chaudhury wrote: Hello, I am trying to cross compile FIPS compliant openssl module (openssl-fips-ecp-2.0.2.tar.gz) for linux armv4 pratform : ... Please let me know how to pass CFLAGS to the build system or how to

Re: FPSCANISTER build cross compilation problem

2013-03-08 Thread Dr. Stephen Henson
On Fri, Mar 08, 2013, Abhijit Ray Chaudhury wrote: Hello, I am trying to cross compile FIPS compliant openssl module (openssl-fips-ecp-2.0.2.tar.gz) for linux armv4 pratform : I have used following script to setup the environment: === export

Re: FPSCANISTER build cross compilation problem

2013-03-08 Thread Abhijit Ray Chaudhury
Thank you all, for your kind responses and your time . I will try the http://opensslfoundation.com/testing/validation-2.0/platforms/ios/setenv-ios.sh approach and see the result. I saw the Configure script which config finally runs. It has provisions of adding some extra flags like -mcpu or

RE: compilation problem for xscale.

2010-06-10 Thread Carruth, Rusty
email follows, but changed to fit reality. Thanks! Rusty (the original poster) -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Carruth, Rusty Sent: Friday, May 21, 2010 10:43 AM To: openssl-users@openssl.org Subject: compilation

compilation problem for xscale.

2010-05-26 Thread Carruth, Rusty
@openssl.org Subject: compilation problem for xscale. I've compiled openssl to run on an xscale, and it worked fine except for one major issue - I could not load the resulting module until I changed this in crypto/api: EXPORT_SYMBOL_GPL(crypto_register_alg); EXPORT_SYMBOL_GPL(crypto_unregister_alg

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 the

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 this

compilation problem for xscale.

2010-05-23 Thread Carruth, Rusty
I've compiled openssl to run on an xscale, and it worked fine except for one major issue - I could not load the resulting module until I changed this in crypto/api: EXPORT_SYMBOL_GPL(crypto_register_alg); EXPORT_SYMBOL_GPL(crypto_unregister_alg); EXPORT_SYMBOL_GPL(crypto_alloc_tfm);

FW: OpenSSL Compilation Problem

2009-08-03 Thread Gerald Kallas
@openssl.org Betreff: OpenSSL Compilation Problem I tried today to compile OpenSSL for MIPS / uClibc. I got following error /opt/toolchains/crosstools_sf-linux-2.6.12.0_gcc-3.4.6-20_uclibc-0.9.28-20050817-20070131/bin/../lib/gcc/mips-linux-uclibc/3.4.6/../../../../mips-linux-uclibc/lib/crt1.o

OpenSSL Compilation Problem

2009-08-03 Thread Gerald Kallas
I tried today to compile OpenSSL for MIPS / uClibc. I got following error /opt/toolchains/crosstools_sf-linux-2.6.12.0_gcc-3.4.6-20_uclibc-0.9.28-20050817-20070131/bin/../lib/gcc/mips-linux-uclibc/3.4.6/../../../../mips-linux-uclibc/lib/crt1.o: In function `__start': crt1.S:(.text+0x1c):

[0.9.8k/win7/VC9] Compilation problem

2009-04-06 Thread Kein
Good Ping, Openssl-users openssl-us...@openssl.org. Can't build 0.9.8k under windows 7. Use MSVS 2008 Here is the logs: [MASM] Configuration: http://www.everfall.com/paste/id.php?g9w100z4ofjq Compilation: http://www.everfall.com/paste/id.php?m5kycubuj0z5 [No asm] Configuration:

Re: openssl-snap-20080729 mingw/msys compilation problem

2008-08-05 Thread Ger Hobbelt
Did a grep on CERT_SYSTEM_STORE_CURRENT_USER: it is defined in wincrypt.h (@ ~ line 7377), which is a Microsoft-provided header file. Anyway, sounds to me like the code does not #include that header file in the 'proper places'. However, I see that wincrypt.h is included in engines/e_capi.c right

Re: openssl-snap-20080729 mingw/msys compilation problem

2008-08-04 Thread Amadeu A. Barbosa Jr
Hello again, Please, can someone help me? I need to compile openssl0.9.9 on Windows (MSVC or MinGW/MSYS based). Thanks. -- Amadeu A. Barbosa Jr :: http://www.inf.puc-rio.br/~ajunior Hello, I´m trying to compile openssl-snap-20080729 under MinGW/MSYS environment but I have problems with

openssl-snap-20080729 mingw/msys compilation problem

2008-07-29 Thread Amadeu A. Barbosa Jr
Hello, I´m trying to compile openssl-snap-20080729 under MinGW/MSYS environment but I have problems with some defines from wincrypt.h. I saw that in past [1] you get similar problems but for now the ¨undef¨ fix seems no sense to me. OBS: I´m using ActivePerl for symlink compatibility, when using

Re: openssl compilation problem with vxworks-mipsle

2008-04-17 Thread samrat saha
Hi all, As i did not get any reply from you people i thought of replying myself as i figured out how to solve the problem for openssl cross vxworks compilation. Basically in cygwin environment openssl does not understand symbolic links. Also all the header files it will look for in particular

openssl compilation problem with vxworks-mipsle

2008-03-20 Thread samrat saha
Hi all, I am fed up with openssl compilation. I have tried every possible combination to compile openssl with vxworks-mipsle options. I am getting the following errors while compilation. In file included from cryptlib.h:65, from cryptlib.c:117: ../e_os.h:62:

Re: Reg compilation problem with openssl.fips.1.1.1

2007-12-02 Thread Brendan Simon
You can not use the shared option for the fips module (1.1.1) You are only supposed to use the fips option, which will build a single fips canister object file. This object file can then be used to link into your openssl build (eg. 0.9.7m). For openssl itself, you _should_ be able to use the

Reg compilation problem with openssl.fips.1.1.1

2007-12-02 Thread Subramaniam
Hi, I am facing problem in compiling openssl-fips-1.1.1 I configured it with ./Configure linux-elf-arm -ldl threads shared no-idea no-mdc2 no-rc50 Make depend and then made make But make is failing in test folder. Here is the message from make -- + arm-linux-uclibc-cc -o fips_desmovs -I..

Compilation Problem on Sun Solaris Optron 10

2007-03-30 Thread Neetee Pawa
Hi All, I have compiled openssl on many unix flavours and it worked fine. When I try on Solaris Optron 10 machine. It gets compiled, however i see Segmentation Fault /core-dump messages. (I am compiling openssl for Cfengine as it is one of its pre-reqs) I recompiled openssl forcefully in

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

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

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

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

2006-07-30 Thread Richters, Eriks A
Hello Im trying to build openSSL on a Windows 2003 Server box. Its SP1, and Im using Visual C++ as the compiler. Ive tried several versions of openssl including 0.9.8b, 0.9.8a, and 0.9.7j, unfortunately, Im getting the same error on all versions. Can anyone help me figure out whats

MSVC 2005 compilation problem

2005-07-19 Thread Eustanos
Hello developers, How to correclty build openssl-0.9.8 using MS Visual 2005. Most of the functions are deprecated by the C++ runtime and compiler stops with error codes. How to compile it correctly ? Thank you, Mariusz Ciepły.

Re: MSVC 2005 compilation problem

2005-07-19 Thread dds
Hello, I have not tried to build Openssl with Withbey (MSVC 2005), but i think you have the same problem as i suffered when i compiled the code for Windows Mobile 2003 (see openssl-dev list, a topic a week ago). To use functions as strlen or old string related functions you may use #define

gcc/g++ compilation problem

2005-05-16 Thread Jacek Kucharczyk
Hello, I'm trying to write an ocsp server. I have source code in file server.c. When I try to compile it with gcc, everything is ok, compilation is successful. But I want to add some new features and I want to use classes. So, I changed the extension to .cpp, and here is the problem. The same

0.9.7a Win32-VC++ 6.0 Compilation problem

2003-02-24 Thread Rabellino Sergio
Dear developers, I had a little (maybe) trouble to get compile the latest release of the package: the compiler is telling me about a redefinition of NETSCAPE_ENCRYPTED_PKEY and NETSCAPE_PKEY in the file crypto/asn1/n_pkey.c at line 96 and 109 ( DECLARE_ASN1_ENCODE_FUNCTIONS_const ).

Re: 0.9.7a Win32-VC++ 6.0 Compilation problem

2003-02-24 Thread Dr. Stephen Henson
On Mon, Feb 24, 2003, Rabellino Sergio wrote: Dear developers, I had a little (maybe) trouble to get compile the latest release of the package: the compiler is telling me about a redefinition of NETSCAPE_ENCRYPTED_PKEY and NETSCAPE_PKEY in the file crypto/asn1/n_pkey.c at line 96

Re: 0.9.7a Win32-VC++ 6.0 Compilation problem

2003-02-24 Thread Rabellino Sergio
Dr. Stephen Henson wrote: On Mon, Feb 24, 2003, Rabellino Sergio wrote: Dear developers, I had a little (maybe) trouble to get compile the latest release of the package: the compiler is telling me about a redefinition of NETSCAPE_ENCRYPTED_PKEY and NETSCAPE_PKEY in the file

RE: OpenSSL 0.9.7-beta4: Windows CE/Pocket PC 2002/x86 compilation problem

2002-12-02 Thread Steven Reddie
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Atul Prakash Sent: Sunday, 1 December 2002 3:40 PM To: [EMAIL PROTECTED] Subject: OpenSSL 0.9.7-beta4: Windows CE/Pocket PC 2002/x86 compilation problem Hi, I am trying to compile OpenSSL0.9.7-beta4

OpenSSL 0.9.7-beta4: Windows CE/Pocket PC 2002/x86 compilation problem

2002-12-01 Thread Atul Prakash
Hi, I am trying to compile OpenSSL0.9.7-beta4 for Windows CE, x86 environment, for pocket pc 2002 SDK, but ran into a problem during the link phase. I am hoping someone can help. First, the VC-CE.pl required a change because it appears that the compilation flags must be -Dx86 and -D_X86_ (note

Re: Compilation problem using OpenSSL with STL

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

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)

Compilation problem/missing files:openssl.pod

2001-11-16 Thread Laurent Jouannic
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 --section=1 openssl.pod openssl.1 Can't open openssl.pod for reading: No such file

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 --section=1

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/doc'

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

NT Compilation problem

2001-07-27 Thread echanabe
hi, following instructions from file INSTALL.W32 i have this error running nmake -f ms\ntdll.mak something wrong? removing the option /WX solves the problem. it dont stop with error but the warning remains, should be reviewed? cl /Fotmp32dll\rsa_oaep.obj -Iinc32 -Itmp32dll /MD

Re: NT Compilation problem

2001-07-27 Thread Timothy H. Schilbach
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 27, 2001 3:25 AM Subject: NT Compilation problem hi, following instructions from file INSTALL.W32 i have this error running nmake -f ms\ntdll.mak something wrong? removing the option /WX solves

Re: NT Compilation problem

2001-07-27 Thread Sisyphus
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 27, 2001 6:25 PM Subject: NT Compilation problem hi, following instructions from file INSTALL.W32 i have this error running nmake -f ms\ntdll.mak something wrong? removing the option /WX

Re: NT Compilation problem

2001-07-27 Thread Dr S N Henson
Timothy H. Schilbach wrote: Dont feel bad, for 2 years now I have had the same problem and no one can seem to tell me why I cant install it. I believe that no one has ever tested it tis why no one can get it to work! I can't see any reference to you mentioning the same problem as the

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 # define

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 # pragma

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 declaration

Compilation problem openssl with Borland C++ (bc55)

2000-07-29 Thread ukoeppe
While trying to compile openssl I ran into a problem. When I started "make -f bcb.mak" (until then everything went fine), I got the following error: Printscreen : - ... ... (files being copied etc) ... Verzeichnis bereits vorhanden bcc32 -otmp32\cryptlib.obj

Compilation Problem.

2000-06-14 Thread Balaji Thiruvenkatachari
Hello, Getting the following error while doing a make of openssl (0.9.5a). make[1]: Entering directory `/install/openssl-0.9.5a/crypto' gcc -I. -I../include -DTHREADS -D_REENTRANT -DNO_IDEA -DNO_RSA -DNO_RC5 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W

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 legible