Problems with JavaScript 1.04

[email protected] ("Gary Bruce") Sat, 17 Nov 2007 19:06:54 -0700
Newsgroups perl.javascript
Message-ID <[email protected]>
------=_Part_15084_14568769.1195351614113
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

I'm having problems using JavaScript 1.04.  I downloaded, unpacked and made
the tar file from the CPAN site.

The make and installation was somewhat problematic.  The module would
not make using the CPAN module.  The version downloaded by CPAN was 1.03 not
1.04.

After some investigation into this list I set the JS_INC and JS_LIB
environment variables as directed.  I was able to get a clean "perl
Makefile.PL" and "make".  "make test" failed 30 out of 32 tests, but the
"make install" seemed to do OK.

I cut and pasted the "99 bottles of beer" sample program from the man page.
Upon running it as "perl javatest.pl" I get the following error:

/libexec/ld-elf.so.1: /usr/local/lib/libnspr4.so.1: Undefined symbol
"pthread_condattr_init"

I'm running on FreeBSD 6.2 on an i386 32 bit platform.

Anyone have any ideas?

Thanks,
Gary

------=_Part_15084_14568769.1195351614113--