could not load ssl library

For discussion of the Poker Mavens server module and other administration topics
Post Reply
09533225
Posts: 3
Joined: Sat Dec 28, 2013 2:14 pm

could not load ssl library

Post by 09533225 »

could not load ssl library!!

ive put 32bit also 64bit dll to where i install my PMServer!

it show up "could not load ssl library",
but i've Success once.(dun know how)
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: could not load ssl library

Post by Kent Briggs »

You can only use the 64-bit OpenSSL files if your have the 64-bit version or Poker Mavens installed (on a 64-bit version of Windows). It will show "64-bit" on the Poker Mavens title bar. Note that both the 32-bit and 64-bit versions of the DLLs have the same file name (libeay32.dll and ssleay32.dll) so you can't put both versions in the same folder. The 64-bit version of libeay32.dll should be exactly 1421312 bytes in size and the 64-bit version of ssleay32.dll is exactly 274944 bytes if you got them from here:

http://www.briggsoft.com/download/OpenSSL64.zip

or the 32-bit version here:

http://www.briggsoft.com/download/OpenSSL.zip

where libeay32.dll is 1114624 bytes and ssleay32.dll is 275456
09533225
Posts: 3
Joined: Sat Dec 28, 2013 2:14 pm

Re: could not load ssl library

Post by 09533225 »

thks for your help!

Yes, i know i cant use them both in same time, i was put 32bit once, and 64bit once!
but it cant work ,no matter 32bit dll or 64bit.
09533225
Posts: 3
Joined: Sat Dec 28, 2013 2:14 pm

Re: could not load ssl library

Post by 09533225 »

hi, problem STMP is fixed!

new question:
I use a php code to let people create a Acct,
How can I let those people who create a Acct from php they "Validate they Email"
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: could not load ssl library

Post by Kent Briggs »

09533225 wrote: I use a php code to let people create a Acct,
How can I let those people who create a Acct from php they "Validate they Email"
Create a random number in PHP and use the AccountsEdit API call to set the ValCode field for that player. Then email the code to the player and tell them to enter it on the next login.
hpolack
Posts: 26
Joined: Sun Mar 29, 2020 11:59 am

Re: could not load ssl library

Post by hpolack »

09533225 wrote:hi, problem STMP is fixed!

new question:
I use a php code to let people create a Acct,
How can I let those people who create a Acct from php they "Validate they Email"
How did you fix the STMP issue? I am still stuck.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: could not load ssl library

Post by Kent Briggs »

hpolack wrote:How did you fix the STMP issue? I am still stuck.
FYI, you replied to a 6 year old post. That person hasn't posted here since then.
Post Reply