Re: need help to install dbi perl modules
am 14.09.2005 02:54:07 von jonathan.leffler------=_Part_3305_7469035.1126659247592
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
On 9/13/05, Radhakrishna, Vasudeva
>=20
> I am not able to install dbi perl modules in my HP-UX environment. I am=
=20
> attaching all logs, pls look into this and help me with a solution
>=20
The log file contains warnings that the C compiler you have installed=20
(likely to be the bundled C compiler that is only really useful for=20
recompiling the kernel) is not the one used to build Perl, nor sufficiently=
=20
compatible with it.
Your options are:
1. Obtain the HP ANSI C Compiler, and use it and your current Perl to=20
install the DBI modules.
2. Obtain GCC prebuilt for HP-UX, rebuild Perl with GCC, and then install=
=20
the DBI modules.
--=20
Jonathan Leffler
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."
------=_Part_3305_7469035.1126659247592--