Difference between revisions of "OpenDBX/Setup/Unix-like/Binary packages"

From Linuxnetworks
Jump to: navigation, search
(Ubuntu)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Debian ==
+
'''Binary packages''' are available at the '''[[OpenDBX/Download|download]]''' page.
  
[http://www.linuxnetworks.de/doc/index.php/OpenDBX/Download#Binaries Binary packages] for Debian stable and testing distributions.
+
== .deb packages ==
  
 +
To install the main library, all generated backends and the utilities for Debian-like distributions, execute the following as root on the command line:
  
== Ubuntu ==
+
dpkg -i ../libopendbx1*x.y.z*.deb ../opendbx*_x.y.z*.deb
Get the packages from
+
[http://www.linuxnetworks.de/doc/index.php/OpenDBX/Download#Binaries Binary packages]
+
  
You need libopendbx1_1.4.5-1_i386.deb in any case.
+
== .rpm packages ==
  
To install for example the mysql driver you need to install them in one go.
+
To install the main library, all generated backends and the utilities for distributions using the RPM package format, execute the following as root on the command line:
  
sudo dpkg -i libopendbx1_1.4.5-1_i386.deb libopendbx1-mysql_1.4.5-1_i386.deb
+
rpm -i opendbx*x.y.z*.rpm
 
+
Tested for Ubuntu 9.10
+
 
+
== FreeBSD ==
+
 
+
Binary packages are available from the official [http://www.freshports.org/databases/opendbx/ ports server].
+
 
+
== Gentoo ==
+
 
+
Packages are available at the [http://www.gentoo-portage.com/dev-db/opendbx Gentoo portage] server.
+
 
+
== OpenPKG ==
+
 
+
Package [http://www.openpkg.org/product/packages/?package=opendbx detail page] with downloadable source package.
+
 
+
== PLD Linux ==
+
 
+
Source and binary packages are available at the [ftp://ftp.pld-linux.org/dists/3.0/PLD FTP server] of the distribution.
+
 
+
== Redhat ==
+
 
+
Binary packages for RHEL can be found at Kees Monshousers [ftp://ftp.monshouwer.com/pub/linux/opendbx FTP server]
+
 
+
== SuSE ==
+
 
+
Source and binary [http://download.opensuse.org/repositories/server:/dns/SUSE_Factory/repodata/repoview/Development.Libraries.CandC++.group.html packages] for OpenSuSE are available at the OpenSuSE download server
+

Latest revision as of 21:36, 21 April 2010

Binary packages are available at the download page.

.deb packages

To install the main library, all generated backends and the utilities for Debian-like distributions, execute the following as root on the command line:

dpkg -i ../libopendbx1*x.y.z*.deb ../opendbx*_x.y.z*.deb

.rpm packages

To install the main library, all generated backends and the utilities for distributions using the RPM package format, execute the following as root on the command line:

rpm -i opendbx*x.y.z*.rpm