Port 465 SSL eMail fails in Linux Shared Object

Linux specific forum
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

Port 465 SSL eMail fails in Linux Shared Object

Post by swhite »

Hi

I built a form to test email on Linux. Everything works perfectly on port 587 without SSL and on port 465 with SSL. However the same code only works with port 587 and no SSL in a Linux shared object. Port 465 and SSL always fails when run in a Linux shared object.

Simon
Simon White
dCipher Computing
infratec
Always Here
Always Here
Posts: 6810
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Port 465 SSL eMail fails in Linux Shared Object

Post by infratec »

Since I needed some time to understand what you mean ...

it fails in a with PB created library.

A library in linux is normaly stored in a file with the extension .so for shared object.

Since I can not test it at home, only an idea:
maybe the ssl library is not loaded by the PB library.
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

Re: Port 465 SSL eMail fails in Linux Shared Object

Post by swhite »

Hi

Yes when I use a file with the ".so" extension (i.e. a Linux shared object) the SSL version fails. The non-SSL version works fine.

Simon
Simon White
dCipher Computing
infratec
Always Here
Always Here
Posts: 6810
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Port 465 SSL eMail fails in Linux Shared Object

Post by infratec »

Hm,

maybe you can try, as workaround, to use an Import, so that the compiler definately load the required so.
Fred
Administrator
Administrator
Posts: 16581
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Port 465 SSL eMail fails in Linux Shared Object

Post by Fred »

We need a code to investigate the issue, can you provide one ?
Post Reply