Ref:-- How to transfer DBI/DBD binary.
am 24.10.2007 16:15:04 von hm9784
------_=_NextPart_001_01C81648.470BDC3A
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
All:
=20
I have installed DBI/DBD using gcc in our development
solaris server. I want to install on production server but without using
gcc or cc(compiler), Is there any way to transfer binary of DBI/DBD to
production server??
=20
Please contact me via E-Mail as soon as possible.
=20
Thanks.
=20
Haresh
hm9784@att.com
=20
"Everything should be made as simple as possible, but not one bit
simpler." =20
Albert Einstien
=20
------_=_NextPart_001_01C81648.470BDC3A--
Re: Ref:-- How to transfer DBI/DBD binary.
am 26.10.2007 02:38:11 von jdg117
In message <3E697D23A334744ABD3051CB303024FD094A743C@OCCLUST01EVS1.ugd.att.com>
, "MEHTA, HARESH, ATTSI" writes:
> I have installed DBI/DBD using gcc in our development
>solaris server. I want to install on production server but without using
>gcc or cc(compiler), Is there any way to transfer binary of DBI/DBD to
>production server??
You should be able to package up or tar your Perl build and
extract it on your production server.
Don't alter your Perl basedir and make certain your Oracle client
libraries are in the same ORACLE_HOME on both systems.
John
groenveld@acm.org
Re: Ref:-- How to transfer DBI/DBD binary.
am 26.10.2007 16:34:46 von jdg117
In message ,
Richard T Malafa writes:
> Is this assuming the hardware is identical on both machines and the
> Oracle
> Database (not the clients alone) are identical?????
Yes. The development and production systems must be the same
architecture and OS version.
The Oracle client libraries need to be the same version on both.
> What about the Perl??? Is that also have to be identicial in every
> respect???
I assumed the OP is planning on copying the entire Perl installation
to the production machine.
> Has this actually been tried????
Yes.
John
groenveld@acm.org
RE: Ref:-- How to transfer DBI/DBD binary.
am 31.10.2007 14:44:51 von hm9784
------_=_NextPart_001_01C81BC4.36273263
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
All:=20
=20
I have complied DBI/DBD on one solaris server and I
transfer the whole DBI-1.50 Directory to one of the test server as per
requested from the group. But I get the error as follows at the end of
make test:
=20
=20
Failed 44/49 test scripts, 10.20% okay. 0/64 subtests failed, 100.00%
okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
=20
Anyone suggestion will be welcome.Thanks.
=20
Thanks.
=20
Haresh
=20
hm9784@att.com
=20
"Everything should be made as simple as possible, but not one bit
simpler." =20
Albert Einstien
=20
________________________________
From: MEHTA, HARESH, ATTSI=20
Sent: Wednesday, October 24, 2007 10:15 AM
To: 'dbi-users@perl.org'
Subject: Ref:-- How to transfer DBI/DBD binary.
All:
=20
I have installed DBI/DBD using gcc in our development
solaris server. I want to install on production server but without using
gcc or cc(compiler), Is there any way to transfer binary of DBI/DBD to
production server??
=20
Please contact me via E-Mail as soon as possible.
=20
Thanks.
=20
Haresh
hm9784@att.com
=20
"Everything should be made as simple as possible, but not one bit
simpler." =20
Albert Einstien
=20
------_=_NextPart_001_01C81BC4.36273263--