NetTalk Central

Author Topic: SSL DLL's in path  (Read 4752 times)

Majodi

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
SSL DLL's in path
« on: June 26, 2008, 07:22:54 AM »
I had a hard time to get the SSL examples to work. Somehow the server was not listening to the secure port. Finally I found out what the problem was by unchecking suppress errors. It turned out that it could not load libssl32.dll, libeay32.dll and msvcr71.dll.

When I copy these in the working directory (where the exe is) everything is fine. I checked the path and even tested the path, the 3rdParty/bin dir is in the path.

Someone have a clue?

Thanks,

Majodi

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: SSL DLL's in path
« Reply #1 on: June 26, 2008, 10:20:18 PM »
Hi Majodi,

Having the DLL's in the path is not ideal. I strongly recommend always having them in the application directory. The 4 DLL's work together, and the ones I've seen in various paths are not always of the same version. So, as with all DLL's, having them in the application folder is a very quick way to avoid all kinds of versioning hassles.

Cheers
Bruce

Majodi

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
Re: SSL DLL's in path
« Reply #2 on: June 26, 2008, 11:37:55 PM »
Bruce, you say 4 DLL's. I only copied 3. This is what I have in my 3rdParty Bin directory:

accini.exe
c60netx.dll
c6_vista_fix.exe
libeay32.dll
libssl32.dll
MakeCertificates
msvcr71.dll
openssl.exe
pwutil.dll
ssleay32.dll

Majodi

Hi Majodi,

Having the DLL's in the path is not ideal. I strongly recommend always having them in the application directory. The 4 DLL's work together, and the ones I've seen in various paths are not always of the same version. So, as with all DLL's, having them in the application folder is a very quick way to avoid all kinds of versioning hassles.

Cheers
Bruce


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: SSL DLL's in path
« Reply #3 on: June 27, 2008, 07:29:03 AM »
SSL needs the following 4;

libeay32.dll
libssl32.dll
ssleay32.dll
msvcr71.dll

Cheers
Bruce

Majodi

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
Re: SSL DLL's in path
« Reply #4 on: June 30, 2008, 11:57:28 PM »
Ah, thanks.

Majodi

SSL needs the following 4;

libeay32.dll
libssl32.dll
ssleay32.dll
msvcr71.dll

Cheers
Bruce


vsorensen

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Re: SSL DLL's in path
« Reply #5 on: October 08, 2008, 07:10:27 AM »
A client has reported this error with 4.31PR14:



(Unhandled exception in ... LIBSSL32.DLL 0xC000005, Access Violation)

Is it worth updating the SSL DLLs to address this?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11181
    • View Profile
Re: SSL DLL's in path
« Reply #6 on: October 09, 2008, 01:27:31 AM »
Hi Vince,

Are there any details of the crash? ie does it happen just once, or is it regular?

Cheers
Bruce

vsorensen

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Re: SSL DLL's in path
« Reply #7 on: October 09, 2008, 06:57:28 AM »
It's happened once so far.

A client was testing the latest version of my product before putting it into use; after a week of testing they were ready to rollout, but I wanted to ensure that a small change was included (the "___" to "_:" modification I make with each release), and I updated to PR14 at the same time.  They tried this build, got the error.  I've done a clean recompile, and they are trying it again today. 

If it happens again, I'll try to get more information collected.

pierredt

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: SSL DLL's in path
« Reply #8 on: October 11, 2008, 11:37:27 PM »
I use a tool called FileAlyzer to establish which DDL's are used in an exe.
See: http://www.snapfiles.com/get/filealyzer.html (freeware)

All DLL calls are listed the tab 'Import/Export table'