This has me scratching my head. Read more »
Tag Archives: perl
Perl WWW::Mechanize test fails – odd address for HTML::Daemon->new(LocalAddr =>)
Creating VMware ESXi virtuals using the Perl SDK
I’ve been tinkering with the Perl SDK for VMware this last week. Read more »
VMware Perl SDK error “Server version unavailable..”
Whilst working with the VMware Perl SDK this morning I came across this error: Read more »
Problems installing DBD::mysql on OS X Snow Leopard
After a colleague showed me the excellent MySQL Workbench the other day I thought I’d install the packaged MySQL on my Macbook, to do a bit of Catalyst developing. Read more »
Installing Perl WWW::Mechanize when behind a proxy
I’ve just had a horrible time trying to install Catalyst::Plugin::AutoCRUD, because of a dependency on WWW::Mechanize. In short, WWW::Mechanize fails to pass its tests when you’re working behind an authenticating proxy. Read more »
Working out what package a file comes from in Solaris
As much as I like Solaris the packaging system is crap. And fathoming out what package you need to install to gain a particular command is nigh on impossible. Read more »
CPAN 1.94 fixes Solaris untar issue
In my earlier post about using local::lib I commented that CPAN wouldn’t untar with the Solaris shipped tar program, and you had to use GNU tar from OpenCSW or Blastwave. 1.94 appears to fix the problem and untars just fine with the native Solaris tar. Read more »
Further Catalyst on Solaris notes
In my last post about installing Catalyst on Solaris I went to great lengths to install every Perl module, in order, from CPAN. This was a painful process to establish, and just as painful to emulate. The post was updated back in March to include CPAN bundles, which would do most of the hard work for you – but as was pointed out in the comments, it should’ve been a simple case of ‘cpan Catalyst’. Read more »
Using Perl local::lib on Solaris 10
I tend to build perl modules to live in my home directory. Setting up CPAN with PREFIX= and LIB= variables means I can compile/build modules without being root and use them in any script with a simple ‘use lib …’ statement. Read more »
Installing Catalyst on Solaris 10 using the OS Perl
I decided to take a look at Catalyst on Solaris. Having done a bit of work with it on Mac OSX, I discovered it wasn’t that easy to get going on Solaris with the stock Perl. Even using cat-install from ShadowCat didn’t render the easy result I’d experienced using MacPorts. After a few hours battling with CPAN, I’ve managed to come up with this list of modules to get Catalyst up and running. Read more »