Search the web
Sign In
New User? Sign Up
firebird-support · Support for Users of Firebird Releases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Firebird on Ubuntu   Message List  
Reply | Forward Message #92480 of 106314 |
Re: Firebird on Ubuntu

--- In firebird-support@yahoogroups.com, "federonline"
<federonline@...> wrote:
>
> Greets.
>
> I just started porting a fairly large project to Ubuntu, which raised
> a couple questions.
>
> I started on FB 2.01; can anyone say when this will be released on
> Ubuntu? I use some features that would make going back difficult.
>
> Can I EASILY do something to step over their installation and install
> 2.01 or 2.03?
>
> I appreciate the advice; it's been 8 years since I worked on *NIX.
> Kurt.
>
Don't wait untill you will can install Firebird 2 on Ubuntu with apt-get.

This should be available after moderator aproval on HowTo Forge.

step 1. Prepare an nice Ubuntu server : fire a "The Perfect Setup -
Ubuntu" search on HowTo forge and follow the steps according to the OS
version you are decided to go on.

step 2. Do the libstdc++5 installation (before installing Firebird)


user@machine:~# sudo apt-get install libstdc++5

step 3. Download and expand Firebird installation kit from
http://firebirdsql.org (downloads) or source force : the 2.0.3 NTPL
superserver.

- for 32 bit OS :

user@machine:~# sudo wget
http://downloads.sourceforge.net/firebird/FirebirdSS-2.0.3.12981-1.nptl.i686.tar\
.gz



user@machine:~# sudo tar -xvf FirebirdSS-2.0.3.12981-1.nptl.i686.tar.gz


user@machine:~# cd cd FirebirdSS-2.0.3.12981-1.i686

- for 64 bit OS :

user@machine:~# sudo wget
http://downloads.sourceforge.net/firebird/FirebirdSS-2.0.3.12981-1.amd64.tar.gz


user@machine:~# sudo tar -xvf FirebirdSS-2.0.3.12981-1.amd64.tar.gz


user@machine:~# cd FirebirdSS-2.0.3.12981-1.amd64

(remark : is NTPL by default for 64 bit OS)

step 4. install Firebird.


- user@machine:~# sudo ./install.sh

(remark : install script will prompt you twice for the SYSDBA password

step 5. do some UDF's housekeeping.

- if you have UDF's please (sudo) put them in /opt/firebird/UDF/
folder. Of course the UDF's must be compiled according to OS version ....
- change rights on UDF's folder :

user@machine:~# sudo chown root:root /opt/firebird/UDF/*


user@machine:~# sudo chmod 444 /opt/firebird/UDF/*

- and restart firebird :

user@machine:~# sudo /etc/init.d/firebird reload

optional step 6. Move your data :
- do a backup on the old machine :
<put path (include ending slash at the end) to gbak here>gbak -b -t
-v -USER SYSDBA -PASS <put SYSDBA password here> <put path and name of
the database here> <put path and name of the backup file here>

- made home of the new database on the new machine :

user@machine:~# sudo mkdir <put path to the database location here>

- and give Firebird the needed rights there :

user@machine:~# sudo chown firebird:firebird <put path to the database
(include ending slash at the end) location here>


- move the backup file from old to the new machine in the <put path to
the database (include ending slash at the end) location here> folder
and restore data :

<put path (include ending slash at the end) to gbak here>gbak -c -v
-t -USER

SYSDBA -PASS <put SYSDBA password here> <put path and name of the
backup file

here> <put path and name of the database here>

Enjoy.




Fri Feb 22, 2008 8:04 pm

doruilasi
Offline Offline
Send Email Send Email

Forward
Message #92480 of 106314 |
Expand Messages Author Sort by Date

Greets. I just started porting a fairly large project to Ubuntu, which raised a couple questions. I started on FB 2.01; can anyone say when this will be...
federonline
Offline Send Email
Feb 22, 2008
4:58 pm

... You have them available for Ubuntu. ... Yes, just download the linux binaries from firebirdsql.org. Make sure you download the nptl version, which what...
Fidel Viegas
javaguru_uk
Offline Send Email
Feb 22, 2008
5:38 pm

Yes FB come in Synaptic, but I always install from FB sources with no problems and very easy installation proccess..... Saludos / Best regards Mario Lacunza ...
Mario Lacunza
mario_lacunza
Offline Send Email
Feb 22, 2008
5:41 pm

... Don't wait untill you will can install Firebird 2 on Ubuntu with apt-get. This should be available after moderator aproval on HowTo Forge. step 1. Prepare...
Doru Ilasi
doruilasi
Offline Send Email
Feb 22, 2008
9:13 pm

Thanks to everyone that responded... This is awesome. Kurt. ... apt-get. ... ...
federonline
Offline Send Email
Feb 25, 2008
1:42 am

OK, I have a new Ubuntu/Firebird/PHP issue, so, Helen, please don't slap me again...er...yet..please. When installing the Firebird/Interbase PHP5 module, it...
Kurt Federspiel
federonline
Offline Send Email
Feb 26, 2008
5:25 am

... Had same problem some days ago (xubuntu 7.10). Seems that there are problems between libfbclient.so and interbase-php5.so in ubuntu distros. I solved...
masotti
mimmomas
Offline Send Email
Feb 26, 2008
9:23 am

... Why do you keep asking about it on this list? There is a firebird-php list where such questions are ON TOPIC and where there are people who can help you....
Helen Borrie
helebor
Offline Send Email
Feb 26, 2008
9:43 am

... Ooops, sorry Helen. Confused lists that are grouped too close each other... Ciao. Mimmo....
masotti
mimmomas
Offline Send Email
Feb 26, 2008
10:41 am

Are you trying to install FB from sources? I have no problem with it. Saludos / Best regards Mario Lacunza Desarrollador 2 Estrellas VS2005 Email:...
Mario Lacunza
mario_lacunza
Offline Send Email
Feb 26, 2008
6:56 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help