|
|
sybperl-l Archive
Up Prev Next
From: boss <boss at i-sphere dot com>
Subject: Re: Problem with Sybperl installation
Date: Feb 21 2002 5:23PM
We did an install of Activestate on a solaris box b/c they didn't have
a good existing version at the time. And, ppm is a bit easier
to do installs of modules (in my opinion).
But, have you tried using straight up CPAN?
perl -MCPAN -eshell
install Sybperl
Some perl modules will always take a bit of manipulation by hand. Its
just a fact of life (Try loading up the GD module sometime...)
Read the README file and usually the changes (if required) are
straight forward.
boss
>
> The only reason to use active perl was to avoid the mess of going through
> downloading the tar and doing make and make install as I don't have those
> utilities on solaris. I thought it will be easy to do with ppm.
>
> -----Original Message-----
> From: Michael Peppler [mailto:mpeppler@peppler.org]
> Sent: Thursday, February 21, 2002 11:22 AM
> To: SybPerl Discussion List
> Subject: Problem with Sybperl installation
>
>
> Sabherwal, Balvinder (MBS) writes:
> > Guru's
> >
> > I am having a problem with the installation of the sybperl module on
> solaris
> > 5.8. The error is as below.
> >
> > PPM> install Sybperl
> > Install package 'Sybperl?' (y/N): y
> > Installing package 'Sybperl'...
> > Error installing package 'Sybperl': Read a PPD for 'Sybperl', but it is
> not
> > intended for this build of Perl (sun4-solaris-thread-multi)
> >
> >
> > Any idea's as how to fix this or any work around??
>
> Do you really have a need to use ActiveState's perl on Solaris?
>
> Personally I'd build perl and its modules from scratch...
>
> However, to answer your question - ActiveState unfortunately doesn't
> maintain a full database of precompiled binaries for all versions of
> perl that it maintains.
>
> This means that you will have to build sybperl manually - download the
> tar.gz file from CPAN, and then read the instructions in the README.
>
> You'll need the same compiler that ActiveState uses - you can check
> this via perl -V.
>
> Michael
> --
> Michael Peppler Data Migrations, Inc.
> mpeppler@peppler.org *or* mpeppler@mbay.net
> http://www.mbay.net/~mpeppler
> Inter. Sybase User Group: http://www.isug.com
>
>
|