LWP 5.6.8 and 5.7.2

2003-10-16 Thread Philippe de Rochambeau
Hello, whenever I run the simple LWP program below, I get the following error messages (I am using perl 5.8.0). I get the same message when I try to build LWP 5.7.2. [philippe ~/Desktop] % perl testlwp1.pl dyld: perl Undefined symbols: _Perl_safefree _Perl_safemalloc _Perl_saferealloc

Re: LWP 5.6.8 and 5.7.2

2003-10-16 Thread Clint Moore
On Thursday, October 16, 2003, at 05:49 AM, Philippe de Rochambeau wrote: Hello, whenever I run the simple LWP program below, I get the following error messages (I am using perl 5.8.0). I get the same message when I try to build LWP 5.7.2. stuff You've got an old xs library trying to load.

Re: LWP 5.6.8 and 5.7.2

2003-10-16 Thread Neil Bowers
whenever I run the simple LWP program below, I get the following error messages (I am using perl 5.8.0). I get the same message when I try to build LWP 5.7.2. [philippe ~/Desktop] % perl testlwp1.pl dyld: perl Undefined symbols: _Perl_safefree [...loads more...] _perl_get_sv Trace/BPT trap