Re: DB2.xs error

Re: DB2.xs error

am 10.04.2008 15:49:21 von jonathan.leffler

------=_Part_37866_310221.1207835361744
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Thu, Apr 10, 2008 at 5:01 AM, Hildo Biersma <
Hildo.Biersma@morganstanley.com> wrote:

> Simon Cheng wrote:
>
> > I'm trying to install DBD::DB2 1.0 onto AIX 5.3. perl makefile.pl runs
> > ok
> >
> > but when I run make, I get this error
> > "DB2.xs", line 115.9: 1506-025 (S) Operand must be a modifiable lvalue.
> > "DB2.xs", line 175.13: 1506-025 (S) Operand must be a modifiable lvalue.
> > make: 1254-004 The error code from the last command is 1.
> >
> > Any suggestions?
> >
>
> Please contact the group that supports DBD::DB2 - the mail address is
> db2perl@ca.ibm.com, the same company and country that you are in :-)



Over and above what Hildo says, you should at the minimum identify whether
you are modifying the system's install of Perl (generally a bad idea) or
whether you are using your own version. You should also give at the least
the version of Perl you are using and probably the full 'perl -V' output.
You should also identify which version of the C compiler you are using, and
which version of the DB2 CLI you are using.

--
Jonathan Leffler #include
Guardian of DBD::Informix - v2008.0229 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease to be
amused."

------=_Part_37866_310221.1207835361744--