[Dev] No Perl Threads on Mandriva by Default
Brett Wooldridge
bwooldridge at alterpoint.com
Wed Dec 5 23:48:50 CST 2007
This is fixed now.
On 12/5/07 11:22 PM, "Brett Wooldridge" <bwooldridge at alterpoint.com> wrote:
We didn't use to require threads on Linux/OS X. There was conditional code at the top of SSHCore.pm (if you look at the history) that checked for Windows and then did a "require" inside of the conditional. This is how it should be. Not only is it not needed under Linux/OS X, but we don't need to be pulling in any more modules than necessary due to Perl's already large footprint.
-Brett
On 12/5/07 11:17 PM, "Leo Bayer" <lbayer at alterpoint.com> wrote:
The perl install that ships with Mandriva is built without threads
support. As a result, I am no longer able to perform any backups due to
"use" failures.
It appears that it isn't trivial to install perl with threads support.
(I would have to compile it myself)
Because we use threads to solve a windows issue can we only use threads
on windows?
- Leo
_______________________________________________
Dev mailing list
Dev at ziptie.org
http://mailman.ziptie.org/listinfo/dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ziptie.org/pipermail/dev/attachments/20071205/92433921/attachment.html
More information about the Dev
mailing list