Can not install/compile DBI/DBD on AIX 5.3 or AIX 5.2

Can not install/compile DBI/DBD on AIX 5.3 or AIX 5.2

am 17.08.2005 20:28:47 von johnn798

we tried to install EBI 1.48 in a new box with AIX 5.3 whic
included IBM's flavor of Perl 5.8.2.

We got the following message.
We trie to use gcc or IBM C compiler to compile it and got the same error.
Can anyone help?


/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h:619: error:
field `_drand48_struct' has incomplete type
/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h:727: error:
field `_random_struct' has incomplete type
/usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h:775: error:
field `_srandom_struct' has incomplete type
make: 1254-004 The error code from the last command is 1.

Re: Can not install/compile DBI/DBD on AIX 5.3 or AIX 5.2

am 20.08.2005 07:57:59 von jonathan.leffler

------=_Part_1255_16479252.1124517479854
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Don't use the preinstalled (and archaic) version of Perl -- build and=20
install your own Perl version 5.8.7?

Personally, I never modify the o/s installed Perl; I always use my own=20
version.
I don't have to use root privileges to add to the installation.
I don't have to worry about whether I'll break something in the o/s because=
=20
I changed or added something.

On 8/17/05, johnn798 wrote:
>=20
> we tried to install EBI 1.48 in a new box with AIX 5.3 whic
> included IBM's flavor of Perl 5.8.2.
>=20
> We got the following message.
> We trie to use gcc or IBM C compiler to compile it and got the same error=
..
> Can anyone help?
>=20
>=20
> /usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h:619: error:
> field `_drand48_struct' has incomplete type
> /usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h:727: error:
> field `_random_struct' has incomplete type
> /usr/opt/perl5/lib/5.8.2/aix-thread-multi/CORE/reentr.h:775: error:
> field `_srandom_struct' has incomplete type
> make: 1254-004 The error code from the last command is 1.
>=20
>=20
>=20
>=20
>=20
>=20


--=20
Jonathan Leffler #include
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

------=_Part_1255_16479252.1124517479854--