Subject | Re: [firebird-support] FB on Linux |
---|---|
Author | Ivan Cruz |
Post date | 2005-07-05T19:05:14Z |
Carlos Ortiz Quiros wrote:
newer packages are build to i686. I had to compile mine from the
sources and never runned the install scripts by myself.
Anyway, let's try to help...
Sourceforge: http://sourceforge.net/projects/firebird.
JDBC drivers are also found there.
rpm --install firebird*.rpm
If it does not work, download the bz2 packages to a temp directory
and then:
1. Extract
bzip2 -d < firebird*.bz2 | tar xf -
2. Install
cd firebird
./configure
>Hi you allI'm not the right person to answer. I'm running on a K6-2 (i586) and the
>
>I would like to know where I could find information
>regarding on how to set up the Firebird database on
>Linux?
>
>
>
newer packages are build to i686. I had to compile mine from the
sources and never runned the install scripts by myself.
Anyway, let's try to help...
>That is, downloading the package, installing andYou can always download the most recent version from
>running the server and connecting thru JDBC I guess.
>
>
>
Sourceforge: http://sourceforge.net/projects/firebird.
JDBC drivers are also found there.
>I will be using Suse 9.0 for the Linux distributionI believe the rpm packages will be fine with SuSE 9, so, after downloading:
>
>
>
rpm --install firebird*.rpm
If it does not work, download the bz2 packages to a temp directory
and then:
1. Extract
bzip2 -d < firebird*.bz2 | tar xf -
2. Install
cd firebird
./configure
>Very kind for your time and support.Ivan Cruz
>
>Carlos Adolfo Ortiz Q
>carlosaortiz@...
>
>
>