Discussion:
[omniORB] Could not find openssl/ssl.h when rebuild omniORB.
Chang, Quansheng (NAM RC-CA IC-MOL LAS ENG1)
2012-12-13 19:59:11 UTC
Permalink
I'm using Visual Studio 2010 on my XP pro 64bit. I tried to rebuild the omniORB. The omnipython minimal version and cutdown gnuwin32 are installed..

1. Add Path for D:\omniORB-4.1.6\bin\x86_win32;D:\gnuwin32\bin;
2. Run vcvarsall.bat
3. Run D:\gnuwin32\bin\checkmounts D:\gnuwin32 Completed successfully.
4. Select platform = x86_win32_vs_10 in config.mk
5. Uncomment PYTHON = $(ABSTOP)/$(BINDIR)/omnipython in x86_win32_vs_10.mk.
6. change directory to D:\omniORB-4.1.6\src and run make export

It failed at compiling ssl components. It could not find openssl/ssl.h.

I compiled omniORB with Visual Studio 2008 and Windows 7 and did not have any problem. I searched my Windows 7 computer and there is no openssl/ssl.h either. Please help me, did I miss any configuaration?

Thanks in advance.

Laurence


This message and any attachments are solely for the use of intended recipients. The information contained herein may include trade secrets, protected health or personal information, privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you are not an intended recipient, you are hereby notified that you received this email in error, and that any review, dissemination, distribution or copying of this email and any attachment is strictly prohibited. If you have received this email in error, please contact the sender and delete the message and any attachment from your system. Thank you for your cooperation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20121213/aecf83f9/attachment.html>
Duncan Grisby
2012-12-21 13:48:53 UTC
Permalink
On Thu, 2012-12-13 at 13:59 -0600, Chang, Quansheng (NAM RC-CA IC-MOL
LAS ENG1) wrote:

[...]
Post by Chang, Quansheng (NAM RC-CA IC-MOL LAS ENG1)
4. Select platform = x86_win32_vs_10 in config.mk
5. Uncomment PYTHON = $(ABSTOP)/$(BINDIR)/omnipython in
x86_win32_vs_10.mk.
6. change directory to D:\omniORB-4.1.6\src and run make export
It failed at compiling ssl components. It could not find
openssl/ssl.h.
You must have also uncommented the OPEN_SSL_ROOT setting in
x86_win32_vs_10.mk. That told it you wanted to build with SSL support.
Post by Chang, Quansheng (NAM RC-CA IC-MOL LAS ENG1)
I compiled omniORB with Visual Studio 2008 and Windows 7 and did not
have any problem. I searched my Windows 7 computer and there is no
openssl/ssl.h either. Please help me, did I miss any configuaration?
If you don't need the SSL transport, simply comment out the setting of
OPEN_SSL_ROOT in x86_win32_vs_10.mk. If you do need SSL support, you
need to get OpenSSL (see http://www.openssl.org/ ) and then configure
omniORB to point to it.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
Loading...