B
billy
I don't have to ability to request the upgrade of perl, so I'm stuck
with 5.6.1
How can I do threads?
The threads.pm is not installed, even if it does support it.
I've done perl -V and get :
....
archname=PA-RISC1.1-thread-multi
....
Linker and Libraries:
ld='ld', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lnsl -lnm -lndbm -lmalloc -ldld -lm -lpthread -lc -lndir
-lcrypt -lsec
perllibs=-lnsl -lnm -lmalloc -ldld -lm -lpthread -lc -lndir -lcrypt
-lsec
libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
This leads me to believe it is compiled for threads, just not the
module installed.
I pulled threads-1.23 from CPAN but it states that it needs 5.8+
Which version does work for 5.6.1
with 5.6.1
How can I do threads?
The threads.pm is not installed, even if it does support it.
I've done perl -V and get :
....
archname=PA-RISC1.1-thread-multi
....
Linker and Libraries:
ld='ld', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lnsl -lnm -lndbm -lmalloc -ldld -lm -lpthread -lc -lndir
-lcrypt -lsec
perllibs=-lnsl -lnm -lmalloc -ldld -lm -lpthread -lc -lndir -lcrypt
-lsec
libc=/lib/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
This leads me to believe it is compiled for threads, just not the
module installed.
I pulled threads-1.23 from CPAN but it states that it needs 5.8+
Which version does work for 5.6.1