perl.macosx
  Home Bitcoin Casinos 2022 FAQ Contact Sign in
perl.macosx only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
perl.macosx Profileā€¦
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Installing modperl under Leopard's default Apache2         


Author: Alex Robinson
Date: Sep 18, 2008 03:41

Has anyone had any success doing this rather than resorting to
installing their own (whether from source, MacPorts or Fink)?

The internets seem surprisingly quiet on this subject apart from
echoed reports of a suggestion to set ARCHFLAGS. Which didn't make
things any better for me.

I get to the test suite which immediately fails like so:
>>>
Skip the test suit? [No]
make: *** [run_tests] Error 1
<<<
no comments
  Re: HTML tables         


Author: Igor Sutton
Date: Sep 14, 2008 23:54

Bianca Shibuya yahoo.com.br> writes:
> [long snip...]

Hi Bianca,

Perhaps another thing you could check is HTML::TreeBuilder::XPath[1],
which help you a lot.

Good luck!

Footnotes:
[1] http://search.cpan.org/~mirod/HTML-TreeBuilder-XPath-0.09/lib/HTML/TreeBuilder/XPath...

Igor.
no comments
  Res: cannot install cpan modules         


Author: Bianca Shibuya
Date: Sep 11, 2008 07:41

Now, it's working. :-)
I had to install Xcode and then, I have downloaded manually each package and then:
* unzip it
* in the terminal, go to the package directory
* execute: perl makefile.pl
* make test
* sudo make install

----- Mensagem original ----
De: Bianca Shibuya yahoo.com.br>
Para: macosx@perl.org
Enviadas: Quinta-feira, 11 de Setembro de 2008 16:53:58
Assunto: cannot install cpan modules

Hi there,

I saw many emails with the same problem, cannot install cpan modules. But no solution worked for me.

I use perl 5.8.8 already installed on Mac OS Leopard 10.5.

I tried this:

sudo perl -MCPAN -e 'install Bundle::CPAN'

Part of the error message is:
CPAN.pm: Going to build P/PM/PMQS/Compress-Zlib-2.015.tar.gz

-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Running install for module IO::Uncompress::Base
Running...
Show full article (2.87Kb)
no comments
  cannot install cpan modules         


Author: Bianca Shibuya
Date: Sep 11, 2008 00:53

Hi there,

I saw many emails with the same problem, cannot install cpan modules. But no solution worked for me.

I use perl 5.8.8 already installed on Mac OS Leopard 10.5.

I tried this:

sudo perl -MCPAN -e 'install Bundle::CPAN'

Part of the error message is:
CPAN.pm: Going to build P/PM/PMQS/Compress-Zlib-2.015.tar.gz

-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Running install for module IO::Uncompress::Base
Running...
Show full article (2.32Kb)
no comments
  Re: Re: Can't find Mac::Growl         


Author: Stephen M. Harris
Date: Sep 9, 2008 19:18

*GET ME OFF THIS GODDAM LIST*!!!

On Tue, Sep 9, 2008 at 8:36 PM, Stephen M. Harris
frontiernet.net>wrote:
>
>
> Begin forwarded message:
>
> From: David Green mac.com>
>> Date: September 9, 2008 1:57:57 PM EDT
>> To: Doug McNutt macnauchtan.com>
>> Cc: macosx@perl.org
>> Subject: Re: Can't...
Show full article (2.09Kb)
no comments
  Fwd: Re: MacPort: how to port perl?         


Author: Stephen M. Harris
Date: Sep 9, 2008 19:15

---------- Forwarded message ----------
From: Stephen M. Harris frontiernet.net>
Date: Tue, Sep 9, 2008 at 9:26 PM
Subject: Fwd: Re: MacPort: how to port perl?

GET ME OFF THIS GODDAM LIST!

Begin forwarded message:

From: Vic Norton norton.name>
> Date: September 9, 2008 9:24:09 PM EDT
> To: David Cantrell cantrell.org.uk>
> Cc: Perl MacOSX perl.org>
> Subject: Re: MacPort: how to port perl?
...
Show full article (2.85Kb)
3 Comments
  MacPort: how to port perl?         


Author: Vic Norton
Date: Sep 7, 2008 07:09

I want to access https URLs on the web via LPW. To do this I need
Crypt::SSLeay.

I have not been able to install Crypt::SSLeay directly so I tried
MacPorts. Everything seemed to go fine, but LPW::UserAgent says
Crypt::SSLeay is not installed:

501 Protocol scheme 'https' is not supported (Crypt::SSLeay not
installed)

I can see Crypt::SSLeay in two places:
/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/Crypt/SSLeay
/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/Crypt/
SSLeay
Right now I've got
PERL5LIB=/Library/Perl/5.8.6:/opt/local/lib/perl5/vendor_perl/
5.8.8/darwin-2level
LPW insists Crypt::SSLeay is not installed. I've tried various other
PER5LIB strings that seemed appropriate. None worked.

How do I get Perl to recognize a Perl module ported via MacPorts? In
particular, how do I get LPW::UserAgent to see Crypt::SSLeay?

Thanks for any advice you van give me.
Show full article (0.95Kb)
15 Comments
  Apple Events support         


Author: Rajanikanth Jammalamadaka
Date: Aug 27, 2008 22:30

Hi!

Could somebody please tell me if perl has any package to interact with
Apple Events. For example: In python one can use appscript to do the
same.

Thanks,

Rajanikanth

--
"For him who has conquered the mind, the mind is the best of friends;
but for one who has failed to do so, his very mind will be the
greatest enemy."

Rajanikanth
2 Comments
  Re: Can't find Mac::Growl         


Author: David Green
Date: Aug 25, 2008 18:19

Yes, that error I got was while trying to install Mac::Glue. I have
the standard 5.8.6 in the standard place but have also had to install
5.8.8 for another reason. They should not be clashing; 5.8.8 is
normally used, but "#!/usr/bin/perl" still points to 5.8.6

I don't really need 5.8.8, as I was experimentally trying to use some
other module(s) when it was added. I do not use the new module(s) or
need 5.8.8, but am not sure how to remove it. Having said all that,
your saying 5.8.6 has Mac::Glue already there, and if so, maybe part
of my solution would be to downgrade to 5.8.6?

I am getting good with Perl but, holistically, I have some way to go
with CPAN, etc.

David

On 25 Aug, 2008, at 20:32, Robert Grimm wrote:
> It looks like you need to install Mac::Glue. Are you using some
> Perl distribution other than the standard one that comes with OS X?
> Mac::Glue was there for me, but my system doesn't have anything...
Show full article (3.03Kb)
no comments
  Can't find Mac::Growl         


Author: WetMogwai
Date: Aug 18, 2008 17:22

Sorry if this has been discussed before. I searched and didn't see
usable results.

I'm new to Perl and newer to Perl on Mac, but I thought I understood
CPAN and use. I installed Mac::Growl using CPAN from the command line.
I'm using the Perl distro included with Leopard. My program contains
the following lines:

use Mac::Growl ':all';
BEGIN { $Mac::Growl::base = 'Mac::Applescript' }

(I've tried it with the lines reversed with the same results. Just
reaching with no clue.)

I get this error when I run it:
Show full article (1.40Kb)
10 Comments
1 2 3 4 5 6 7 8 9