curl-library
Re: Problems Making Perl Interface in OSX
Date: Mon, 16 Jun 2003 09:17:31 -0700 (PDT)
Thanks, Daniel.
I thought that Fink had installed curl-dev earlier,
when I installed the new curl.
- I ran 'make test,' but it seems to hang ... any
suggestions?
Thanks again,
Keiko
Listing:
/---------------------/
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/System/Library/Perl/darwin -I/System/Library/Perl
-e 'use Test::Harness qw(&runtests $verbose);
$verbose=0; runtests @ARGV;' t/*.t
t/00constants.............ok 1/2
Testing curl version libcurl/7.10.3 ipv6 zlib/1.1.3
t/00constants.............ok
t/01basic.................ok 1/6
/---------------------/
> > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch
> -Iblib/lib
> > -I/System/Library/Perl/darwin
> -I/System/Library/Perl
> > -e 'use Test::Harness qw(&runtests $verbose);
> > $verbose=0; runtests @ARGV;' t/*.t
> > t/00constants.............dyld: /usr/bin/perl
> > Undefined symbols:
> > _curl_easy_duphandle
> > _curl_global_cleanup
> > _curl_global_init
>
> This proves that it links with the wrong version of
> the library, as these
> functions are present in the newer version but not
> in that older version of
> yours.
>
> --
> Daniel Stenberg -- curl: been grokking URLs since
> 1998
>
>
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
Received on 2003-06-16