zentara has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I'm trying to install the Audio-0.005 module in Perl5.8. It has installed fine for me under 5.61. I'm having similar problems with the Audio-Soundfile module. The problem revolves around 'my_perl'. I've googled for this, and all I came up with is that it might be related to using a "threaded version" of Perl. Anyone know what to do? I'm running SuSe8.1, kernel 2.4.20, and Suse's Perl5.8.
make1: Entering directory `/home/zentara/perlmodules/Audio-0.005/Data'
cc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET
AudioIO.c: In function `wblong':
AudioIO.c:24: `my_perl' undeclared (first use in this function)
AudioIO.c:24: (Each undeclared identifier is reported only once
AudioIO.c:24: for each function it appears in.)
AudioIO.c: In function `Audio_header':
AudioIO.c:61: `my_perl' undeclared (first use in this function)
AudioIO.c: In function `Audio_write':
AudioIO.c:81: `my_perl' undeclared (first use in this function)
AudioIO.c: In function `Audio_term':
AudioIO.c:118: `my_perl' undeclared (first use in this function)
make1: *** AudioIO.o Error 1
make1: Leaving directory `/home/zentara/perlmodules/Audio-0.005/Data'
make: *** subdirs Error 2