473,651 Members | 2,835 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Build openssl-0.9.8e with Cygwin problem

I use current Cygwin to build openssl-0.9.8e for Vxworks on Windows XP
platform.

Run ./Configure no-asm no-threads --openssldir d:/openssl vxworks-
ppc405 is Ok.
And then run make from bash console.

It tells the follow error for compiling each .c file.

d:\tornado2.2\h ost\x86-win32\bin\ccppc .exe: *** conflicting versions
of cygwin1.dll detected. Use only the most recent version.

I download Cygwin yesterday. It is current version.

Please help me out. I have spent 3 days to build openssl for vxworks.

Thank you.

Jun 5 '07 #1
2 3071
On Tue, 05 Jun 2007 05:33:14 -0700, Allen wrote:
I use current Cygwin to build openssl-0.9.8e for Vxworks on Windows XP
platform.

Run ./Configure no-asm no-threads --openssldir d:/openssl vxworks-
ppc405 is Ok.
And then run make from bash console.

It tells the follow error for compiling each .c file.

d:\tornado2.2\h ost\x86-win32\bin\ccppc .exe: *** conflicting versions of
cygwin1.dll detected. Use only the most recent version.

I download Cygwin yesterday. It is current version.
This is off-topic here (this group deals only with C++ *language* issues)
- you should really ask this on an openssl and/or Cygwin forum.

However... IIRC there are many 3rd party applications that use Cygwin
utilities and install their own version of cygwin1.dll. Search for files
of that name on your system and try renaming any you find that are not in
the Cygwin install directory (this may well break something else, I
guess...).

--
Lionel B
Jun 5 '07 #2
On 6 5 , 8 46 , Lionel B <m...@privacy.n etwrote:
On Tue, 05 Jun 2007 05:33:14 -0700, Allen wrote:
I use current Cygwin to build openssl-0.9.8e for Vxworks on Windows XP
platform.
Run ./Configure no-asm no-threads --openssldir d:/openssl vxworks-
ppc405 is Ok.
And then run make from bash console.
It tells the follow error for compiling each .c file.
d:\tornado2.2\h ost\x86-win32\bin\ccppc .exe: *** conflicting versions of
cygwin1.dll detected. Use only the most recent version.
I download Cygwin yesterday. It is current version.

This is off-topic here (this group deals only with C++ *language* issues)
- you should really ask this on an openssl and/or Cygwin forum.

However... IIRC there are many 3rd party applications that use Cygwin
utilities and install their own version of cygwin1.dll. Search for files
of that name on your system and try renaming any you find that are not in
the Cygwin install directory (this may well break something else, I
guess...).

--
Lionel B
Sorry. I should sent to com.os.vxworks group.
Thank you for your reply.

Jun 5 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2721
by: User1001 | last post by:
I have been trying to enable/use specific OpenSSL extensions that I use in generating certificates manually, via PHP5 + php5-openssl module/extension. Filling out the "configargs" array with 'x509_extensions' and/or 'req_extensions' fails to generate/sign a certificate with the desired X.509 extensions included in the signed certificate. The extensions in my "openssl.cnf" file work just fine with manual OpenSSL commands. Also, I am...
2
2594
by: Skip Montanaro | last post by:
I'm trying to build the released version of Python 2.3 on Solaris 8 for the first time. It has problems when building _ssl.so. The command generated is gcc -shared build/temp.solaris-2.8-sun4u-2.3/_ssl.o \ -L/usr/local/ssl/lib -L/usr/local/lib -lssl -lcrypto \ -o build/lib.solaris-2.8-sun4u-2.3/_ssl.so
2
6071
by: Martin 'Kingpin' Thurn | last post by:
I'm running ActiveState perl build 806 on Win98. I want to GET an https page. So far I did this, which I found in another thread thanks to Google: c:> ppm ppm> rep add winnipeg http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 ppm> install Crypt-SSLeay This downloaded 2 DLLs, libeay32.dll and ssleay32.dll, and put them in my
2
5272
by: Christopher Murtagh | last post by:
Greetings, I'm trying to build 7.3.4 and I've come across two problems, one during the configure and the other afterward. Problem 1) Trying to build with openssl support gives this: ../configure --with-openssl --enable-odbc --with-perl --enable-multibyte
1
2558
by: quigstah | last post by:
Hello Friends, Building my software on a standard Debian sarge 'testing' machine. Builds have been occuring with regular frequency for months without this error cropping up, but I now get a significant number of errors complaining of: `.L1590' referenced in section `.rodata' of ...... which causes the build to exit with Error. My environment is as such:
17
10005
by: cpptutor2000 | last post by:
Could some C guru please help me? I have a simple piece of code as: #include <stdio.h> #include <stdlib.h> #include <openssl/rand.h> int main(){ unsigned char temp; RAND_bytes(temp, 4);
1
15232
by: laredotornado | last post by:
Hello, I downloaded PHP 4.4.4 and am trying to install for Apache 2 on Fedora Core 5. However when trying to configure with openssl, I get this error, configure: error: Cannot find OpenSSL's <evp.h> That file is located in /usr/include/openssl/evp.h but when I put the directory in the configure option
2
5146
by: John Nagle | last post by:
Trying to build M2Crypto on a dedicated server running Red Hat Fedora Core 6. I'm trying to do this right, without manual patching. The error message I'm getting during build is: python setup.py build .... swig -python -I/usr/include -o SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i /usr/include/openssl/opensslconf.h:27: Error: CPP #error ""This openssl-devel package does not work your architecture?"". Use the -cpperraswarn option to
4
6584
by: Patrick | last post by:
Hello, I'm currently trying the OpenSSL Library, but I got some problems. I want to create a server and client application that communicate through the OpenSSL API, but this code doesn't work. I tried to understand the error messages but for me they aren't useful. And now I'm here and hope that somebody has experience and can tell me the error. This is the Code for the server: #define _CRT_SECURE_NO_DEPRECATE
7
4235
by: John Nagle | last post by:
Back in March, I posted this: That was for M2Crypto 0.17. It's still broken in M2Crypto 0.18. And there's no RPM or Windows binary. Nobody actually uses this stuff, do they?
0
8357
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8803
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8700
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8465
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7298
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6158
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4285
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2701
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1910
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.