in reply to Re^2: Net-SSLeay problem in perl for Windows
in thread Net-SSLeay problem in perl for Windows
Strawberry perl makes my test code run fine, so that's solved. But my app does not because the Tkx libraries are not included (it's a GUI app). My simple attempt to install them using "cpan Tkx" failed because Tcl wouldn't install for some reason. Trying "cpan Tcl" also failed, apparently because it calls tclsh, which doesn't exist.
For additional fun, I reinstalled ActivePerl and tried "cpan Net::SSLeay" which failed because it said it couldn't find OpenSSL. "cpan OpenSSL" failed because it couldn't find the namespace. I would seem to be stuck until ActiveState updates their code.
Lars
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net-SSLeay problem in perl for Windows
by syphilis (Archbishop) on Dec 20, 2019 at 02:27 UTC | |
by Anonymous Monk on Dec 20, 2019 at 09:43 UTC | |
by syphilis (Archbishop) on Dec 20, 2019 at 10:41 UTC | |
|
Re^4: Net-SSLeay problem in perl for Windows
by Anonymous Monk on Dec 20, 2019 at 10:16 UTC |