[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Qube 2, Perl 5.6, rmagic (fwd)
- Subject: Re: [cobalt-developers] Qube 2, Perl 5.6, rmagic (fwd)
- From: Harald Kapper <hk@xxxxxxxxxx>
- Date: Sun Dec 1 13:34:01 2002
- Organization: kapper.net
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
On Sun, 1 Dec 2002 22:17:42 +0100 (CET), you wrote:
>Is there anybody that has a working rmagic for Qube 2 (mips)?
I haven't sorry.
>Is there anybody who knows how to compile Perl 5.x.x on a Qube 2?
I'd still opt for downloading the 5.8 source, afterwards compiling it.
simple (done on raq2 successfully several times):
create something like /usr/local/perl58 (where you put the executables
afterward); download perl58 to eg /usr/local/src; untar it and do a
"sh Configure -Dprefix=/usr/local/perl58"
do the answering-game, make, make test, make install
this way you can also be sure the perl needed for the cobalt-interface
is not compromised by the newer perl-version.
pitfall: your perl-scripts probably have now to start with
#!/usr/local/perl58/bin/perl
otherwise the old (original) perl will be used.
having perl58 - also the cpan for rmagic should give you easy solutions.
hth
Harald Kapper kapper.net, inc.
managing director loeblichgasse 6
chief software development 1090 vienna, .at
tel +43 1 3195500-0, fax +43 1 3195502, hk@xxxxxxxxxx