Re: got many error messages trying to install Net::Twitter
[email protected] (Joel Rees) Sat, 18 Jun 2011 13:42:20 +0900
| Newsgroups | perl.macperl.modules |
|---|---|
| Organization | wild animals |
| Message-ID | <[email protected]> |
Zack: This list (macperl-modules) is for perl on the old, classic Mac. All the macperl lists are. Perl on Mac OS X perl is standard perl plus some stuff that's specifically Mac OS X, whereas the perl on the classic Mac was standard perl minus a tiny bit and with some emulation layers that made things a little fun at times. (I don't think anyone is listening here anymore, either.) Anyway, try at [email protected] instead. (I'd forward it for you, but you need to sign up there anyway.) On 15 Jun 2011 22:33:57 -0000 [email protected] wrote: > From: Zack Xu <[email protected]> > To: [email protected] > Subject: got many error messages trying to install Net::Twitter > Date: Wed, 15 Jun 2011 15:33:48 -0700 (PDT) > > Hi. > > I'm trying to install Net::Twitter on MacOS 10.6.7. > (with XCode 4 installed.) > > I tried cpanm and also > perl -MCPAN -e shell > > I got alot of error messages. > > I then tried to install Net::Twitter::Lite > thinking it would have fewer dependencies. > > Still I got error messages, like > > Building Crypt-SSLeay-0.58 failed. > > Building and testing ExtUtils-ParseXS-2.2206 ... FAIL > Testing ExtUtils-ParseXS-2.2206 failed. > > Fetching http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-2.3.tar.gz ... OK > Configuring JSON-XS-2.3 ... OK > Building and testing JSON-XS-2.3 ... Building JSON-XS-2.3 failed. > > Do you have any tips on how to install these Perl Twitter modules? > > I'm sure this happens to other modules. So in general, how do I get this to work? Do I have to install all the individual modules Net::Twitter depends on manually? I thought the dependency would pull all of them in and build them automatically. > > Thanks > Zack