Wise ones, has Mandrake switched from threaded to nonthreaded perl in their distro ? Would this cause problems if I try to run their modules with a threaded perl ?
I run my own perl 5.8.6 multithreaded built from source, on a Mandrake 10 box. In the past when I need one of Mandrake's perl admin .so modules I just downloaded the precompiled module rpm and installed it into /usr/lib/libdrakx. No problems.
Latest versions of all these modules give
Can't load '/usr/lib/libDrakX/auto/Newt/Newt.so' for module Newt: /usr/lib/libDrakX/auto/Newt/Newt.so: undefined symbol: PL_stack_max at /usr/local/lib/perl5/5.8.6/i686-linux-thread-multi/DynaLoader.pm line 230.
If I recompile the mandrake modules they work OK. I noticed that the perl in mandrake's packages now has i386-linux (not -thread-multi). Does this mean they now support only nonthreaded perl ? Or is my problem somewhere else ?
thanks
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.