managing updates/versions of DBI on a prod box?
am 28.08.2006 21:26:15 von Kevin
Hi List;
I'm looking for suggestions per managing the same version of DBI on dev,
QA & Prod environments. I've thought about RPM's but I dont find the
latest version of DBI for RHEL4. Maybe perl -MCPAN but this seems to
always give me the latest, I want to ensure the same version is propogated
from Dev to QA TO Prod...
Thanks in advance for your advice.
Re: managing updates/versions of DBI on a prod box?
am 28.08.2006 21:56:08 von hjp
--6c2NcOVqGQ03X4Wi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On 2006-08-28 14:26:15 -0500, LLC wrote:
> I'm looking for suggestions per managing the same version of DBI on dev,
> QA & Prod environments. I've thought about RPM's but I dont find the
> latest version of DBI for RHEL4.
Build your own RPMs: Get the source RPM for DBI from RHEL4 and change
the spec file to use the current version of the DBI. Details are
explained on www.rpm.org.
hp
--=20
_ | Peter J. Holzer | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR | I'd be programming in Java.
| | | hjp@wsr.ac.at | I don't, and I'm not.
__/ | http://www.hjp.at/ | -- Jesse Erlbaum on dbi-users
--6c2NcOVqGQ03X4Wi
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iQDQAwUBRPNKWFLjemazOuKpAQKfYQXUCuTZX40WC/HNxT5e7qTNuq44zCfV 3tTV
rVgHl5IR09HsZoi8hGi1YZ+8/AA5rHuGxuV/n8f9uJ6Z60EaxfixaSFuVaYO 2o1L
jITpJ1M7o+Ybs4gJjTax4pgOZR8/G0ANM3knuzDMu+Ee3SCDB9s/+Gz10fVZ SRh4
JHjyNlGgzdYVdDu68d2+FC58va5HzO6el36Vh2ERGtnYzgpKLKBNFq7sLE9C 6kZD
ZB0r2/3mrK47ogiupDYEAqtCgQ==
=jBL1
-----END PGP SIGNATURE-----
--6c2NcOVqGQ03X4Wi--
RE: managing updates/versions of DBI on a prod box?
am 28.08.2006 22:00:50 von Will.Rutherdale
I have solved this problem for one configuration (Informix) as follows:
a) check with legal dept regarding licenses (e.g. Artistic)
b) build all required versions of Perl, DBI, DBD on one machine
c) build tar files for Perl, DBI, DBD
d) work installation of those tar files into the installation process
Steps b) and c) involve using e.g.
$ make install DESTDIR=3D/tmp/local
as suggested in the INSTALL file for Perl. You can then construct a tar
file from that directory. For each machine someone (or some script) has
to untar it into /usr/local.
-Will
> -----Original Message-----
> From: LLC [mailto:kevin@kevinkempterllc.com]=20
> Sent: Monday 28 August 2006 15:26
> To: dbi-users@perl.org
> Subject: managing updates/versions of DBI on a prod box?
>=20
>=20
> Hi List;
>=20
> I'm looking for suggestions per managing the same version of=20
> DBI on dev,
> QA & Prod environments. I've thought about RPM's but I dont find the
> latest version of DBI for RHEL4. Maybe perl -MCPAN but this seems to
> always give me the latest, I want to ensure the same version=20
> is propogated
> from Dev to QA TO Prod...
>=20
> Thanks in advance for your advice.
>=20
- - - - - Appended by Scientific Atlanta, a Cisco company - - - - - =
This e-mail and any attachments may contain information which is confident=
ial, proprietary, privileged or otherwise protected by law. The information=
is solely intended for the named addressee (or a person responsible for de=
livering it to the addressee). If you are not the intended recipient of thi=
s message, you are not authorized to read, print, retain, copy or dissemina=
te this message or any part of it. If you have received this e-mail in erro=
r, please notify the sender immediately by return e-mail and delete it from=
your computer.