Firebird SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesFirebird SQL Development

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 21st, 2010, 01:01 AM
lordrt21's Avatar
lordrt21 lordrt21 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2009
Posts: 212 lordrt21 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 9 h 39 m 19 sec
Reputation Power: 4
Exclamation Help with setup firebird 2.5 on linux (ubuntu)

Hello
this is my first attempt at installing firebird on a linux machine, and I preferably will go for Ubuntu (may be latest version). The problem is that I am not familiar with Linux, and thus do not know exactly how to proceed with first whether to try do an apt-get install or download the firebird files, and from there on how to proceed with the setup.
Anyone can give me a detailed list of how to proceed with this pls? I tried google, and even got a stepwise install for firebird2.1, but when tried for 2.5 am not able to even download the files from console
Also I would like to know what should be the recommended hardware requirements for the machine to host this installation

Reply With Quote
  #2  
Old October 21st, 2010, 06:56 AM
mariuz's Avatar
mariuz mariuz is offline
Bug Hunter
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Transylvania (Romania)
Posts: 309 mariuz User rank is Sergeant (500 - 2000 Reputation Level)mariuz User rank is Sergeant (500 - 2000 Reputation Level)mariuz User rank is Sergeant (500 - 2000 Reputation Level)mariuz User rank is Sergeant (500 - 2000 Reputation Level)mariuz User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Day 9 h 38 m 4 sec
Reputation Power: 22
Cool Install guide for 2.1

The simple way
you can follow my guide for 2.1 and replace wherever is mentioned 2.1 with 2.5

https://help.ubuntu.com/community/Firebird2.1

Quote:
apt-cache search firebird2.5-*
firebird2.5-classic - Firebird Classic Server - an RDBMS based on InterBase 6.0 code
firebird2.5-classic-common - common files for firebird 2.5 "classic" and "superclassic" servers
firebird2.5-common - common files for firebird 2.5 servers and clients
firebird2.5-common-doc - copyright, licnesing and changelogs of firebird2.5
firebird2.5-dev - Development files for Firebird - an RDBMS based on InterBase 6.0 code
firebird2.5-doc - Documentation files for firebird database version 2.5
firebird2.5-examples - Examples for Firebird - an RDBMS based on InterBase 6.0 code
firebird2.5-server-common - common files for firebird 2.5 servers
firebird2.5-super - Firebird Super Server - an RDBMS based on InterBase 6.0 code
firebird2.5-superclassic - Firebird SupecClassic Server - an RDBMS based on InterBase 6.0 code
libfbembed2.5 - Firebird embedded client/server library


2.you can also use the installer from firebird binary (.tar.gz one)
but is more complex , it needs an older libstdc++
http://firebirdsql.org/index.php?op=files&id=engine_250

3. you can compile from source code but that is harder and error prone

apt-get build-dep firebird2.5-super
get the source tar.bz2
http://sourceforge.net/projects/firebird/files/firebird/2.5-Release/Firebird-2.5.0.26074-0.tar.bz2/download
tar -cjvf Firebird-2.5.0.26074-0.tar.bz2

./configure --prefix=/opt/firebird2.5 --enable-superserver

make
make install
__________________
My home page: http://www.firebirdsql.org and work place :http://www.reea.net

Reply With Quote
  #3  
Old October 22nd, 2010, 12:35 AM
lordrt21's Avatar
lordrt21 lordrt21 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2009
Posts: 212 lordrt21 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 9 h 39 m 19 sec
Reputation Power: 4
Question

thx, i did try the follow the link posted before posting here, but somehow my system was not able to locate the firebird files, anything I may have missed in my Linux setup itself causing this here? I am connected to the internet thou...

Reply With Quote
  #4  
Old October 27th, 2010, 05:29 AM
lordrt21's Avatar
lordrt21 lordrt21 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2009
Posts: 212 lordrt21 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 9 h 39 m 19 sec
Reputation Power: 4
Question

I managed to install the 2.1 version of FB, but still not the 2.5 one. Is there a way I can upgrade the 2.1 to make it 2.5 from the console? (am new to linux and not yet got hold of the commands )
Using kubuntu 10.04LTS for this process...

Last edited by lordrt21 : October 27th, 2010 at 05:31 AM.

Reply With Quote
  #5  
Old October 28th, 2010, 05:25 AM
lordrt21's Avatar
lordrt21 lordrt21 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2009
Posts: 212 lordrt21 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 9 h 39 m 19 sec
Reputation Power: 4
Exclamation

OK so finally I downloaded the firebird2.5 file from firebirdsql.com, and extracted it on my linux machine, but do i need to do something with the install.sh to get it installed or another way or installing?

Last edited by lordrt21 : October 28th, 2010 at 06:36 AM.

Reply With Quote
  #6  
Old October 29th, 2010, 07:01 AM
mariuz's Avatar
mariuz mariuz is offline
Bug Hunter
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Transylvania (Romania)
Posts: 309 mariuz User rank is Sergeant (500 - 2000 Reputation Level)mariuz User rank is Sergeant (500 - 2000 Reputation Level)mariuz User rank is Sergeant (500 - 2000 Reputation Level)mariuz User rank is Sergeant (500 - 2000 Reputation Level)mariuz User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Day 9 h 38 m 4 sec
Reputation Power: 22
Lightbulb Here is the guide for Firebird 2.5 and Ubuntu 10.10

Quote:
Originally Posted by lordrt21
OK so finally I downloaded the firebird2.5 file from firebirdsql.com, and extracted it on my linux machine, but do i need to do something with the install.sh to get it installed or another way or installing?


Here is the guide for Firebird 2.5 and Ubuntu 10.10

http://mapopa.blogspot.com/2010/10/...cial-targz.html

Reply With Quote
  #7  
Old October 29th, 2010, 07:59 AM
lordrt21's Avatar
lordrt21 lordrt21 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2009
Posts: 212 lordrt21 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 9 h 39 m 19 sec
Reputation Power: 4
Exclamation

thanks for the guide, but am still on my Lucid, and tried to run the ./install.sh as in the guide. However when being asked for a new SYSDBA password, I entered my own, but then the operation failed with the following msg:

./scripts/postinstall.sh : line 112 : /opt/firebird/bin/gsec : cannot execute binary file

Where did I go wrong

Reply With Quote
  #8  
Old November 1st, 2010, 01:51 AM
lordrt21's Avatar
lordrt21 lordrt21 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2009
Posts: 212 lordrt21 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 9 h 39 m 19 sec
Reputation Power: 4
Thumbs up

in the end I installed maverick and used apt-get install to install fb2.5, Went like a charm. Sry for all the trouble caused by trying to stick to my lucid

Reply With Quote
Closed Thread

Viewing: Dev Shed ForumsDatabasesFirebird SQL Development > Help with setup firebird 2.5 on linux (ubuntu)

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap