PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Geoff Pfeifer on March 29, 2021, 08:00:25 PM

Title: SSL library missing for *web/email
Post by: Geoff Pfeifer on March 29, 2021, 08:00:25 PM
Trying to send an email using *web/email - gives an error "Unable to locate SSL library (libcrypto) (err/ret=13/13)"
It has been working until a couple of days ago.
Using version 17.00 on MAC OSX
File libcrypto.1.1.dylib is present in the folder where the executable resides
Title: Re: SSL library missing for *web/email
Post by: Devon Austen on March 30, 2021, 08:48:25 AM
I would check the permissions on the dylib and make sure they are open.

Are you running WindX? If so the program would run on the server and that is where you need to look for the libcypto.

If this was working it may help to look into what changed since it was last working.
Title: Re: SSL library missing for *web/email
Post by: Geoff Pfeifer on March 30, 2021, 07:03:03 PM
Thanks Devon
I changed the permissions on dylib and it worked OK.
Dont understand why the permissions would have changed as nothing had been changed on the system since it last worked.