Threads in perl for Solaris

M

mohdejaz

Is there threads support in perl for Solaris? I checked with SA and he
said there was no "threads.pm" for Solaris. Please advise...
 
I

it_says_BALLS_on_your forehead

Is there threads support in perl for Solaris? I checked with SA and he
said there was no "threads.pm" for Solaris. Please advise...

yes, but you need to configure Perl with threads prior to the
installation.

Thread support is a Perl compile-time option - it's something that's
turned on or off when Perl is built at your site, rather than when
your programs are compiled. If your Perl wasn't compiled with thread
support enabled, then any attempt to use threads will fail.

There should be no issues specific to Solaris regarding Perl threads.
 
B

Ben Morrow

Quoth mohdejaz said:
Is there threads support in perl for Solaris? I checked with SA and he
said there was no "threads.pm" for Solaris. Please advise...

Who is SA?

threads.pm exists in all versions of 5.8. If your version of Solaris
comes with 5.6 (or earlier) pre-installed you cannot install threads.pm
for that perl; however, you can install a new perl which does support
threads. I am fairly certain there is a Solaris package for perl 5.8
available from sunfreeware.com.

Ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,206
Messages
2,571,069
Members
47,675
Latest member
RollandKna

Latest Threads

Top