Post offices in Russia (50000+ offices) uses Firebird SQL
Post offices in Russia (50000+ offices) uses Firebird SQL (1.0 and 1.5). Developer’s web-site: http://t.co/teA1JV7
Post offices in Russia (50000+ offices) uses Firebird SQL (1.0 and 1.5). Developer’s web-site: http://t.co/teA1JV7
Sent by Luis Rodrigues <luisrodrigues.pt@gmail.com>
1º # Install Firebird
# for this tutorial I use FirebirdSS-2.5.0.26074-0.amd64.rpm (downloaded by Firebird website)
rpm -ivh FirebirdSS-2.5.0.26074-0.amd64.rpm2º Obtain php source code
a)
# create the /etc/yum.repos.d/CentOS-SRPMS.repo with the following content[base-SRPMS]
name=CentOS-$releasever – Base SRPMS
baseurl=http://mirror.centos.org/centos/$releasever/os/SRPMS/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
priority=1
enabled=1#released updates
[update-SRPMS]
name=CentOS-$releasever – Updates SRPMS
baseurl=http://mirror.centos.org/centos/$releasever/updates/SRPMS/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
priority=1
enabled=1b)
yum install yum-utils
yumdownloader –source php3º # Install php-devel for phpize
yum install php-devel######################################################
# if you want to build interbase.so extension only
######################################################4º # change to the folder where the extension code is and run the following command set.
cd /usr/src/redhat/BUILD/php-5.1.6/ext/interbase
phpize
./configure –with-interbase=shared,/opt/firebird
make5º # the extension interbase.so if builded sucessfully is located at:
/usr/src/redhat/BUILD/php-5.1.6/ext/interbase/modules6º i’m using 64bits system so i need to copy the extension
cp interbase.so /usr/lib64/php/modules7º last we need to activate extension into PHP
vi /etc/php.ini#add the following line do extensions section
extension=interbase.so
#######################################################
# if you want to build Firebird Driver
#######################################################
4º # change to the folder where the extension code is and run the following command set.
cd /usr/src/redhat/BUILD/php-5.1.6/ext/pdo_firebird
phpize
./configure –with-pdo-firebird=/opt/firebird/
make5º # the extension interbase.so if builded sucessfully is located at:
/usr/src/redhat/BUILD/php-5.1.6/ext/pdo_firebird/modules6º i’m using 64bits system so i need to copy the extension
cp pdo_firebird.so /usr/lib64/php/modules7º last we need to activate extension into PHP
#to work PDO driver need PDO (if you don’t have it, install it using yum)
yum install php-pdovi /etc/php.ini
#add the following line do extensions section
extension= pdo.so
extension= pdo_firebird.so8º restart apache
service httpd restart
In summary – The zero-cost licensing model, the robustness of the product, the low usage of system resources, and minimal administration requirements make Firebird our database of choice.
Read the full answer here.
![]() |
DA-SOFT Technologies announces the availability of AnyDAC for Delphi Summer 2011 release v 5.0.1.1845 – high-speed, Universal Data Access Components for Firebird, Interbase, SQLite, MySQL, MS SQL Server, Oracle, PostgreSQL, MS Access, IBM DB2, Sybase SQL Anywhere, Informix, Advantage, DbExpress, ODBC, that simplifies the task of building Embarcadero Delphi, C++Builder and Free Pascal Compiler database applications. |
AnyDAC for Delphi can be immediately downloaded from the download page.
What is new in v5.0.1 and what is AnyDAC ?
Check out this interactive cool map to see from where the attendees of the 8th Firebird Developers Day are coming! Click the pizza graphs for more details.
Firebird Randdom Data Generator For Linux and Windows designed with brand new concept is released for download/test.
Detailed tech-info
http://sites.google.com/site/firebirdarchitect/Home/guifa/randatagen
DownloadPage:
http://sites.google.com/site/firebirdarchitect/Home/freedownload
You are welcome to download and test
yours
Rock Stone
This fixes the build issue on osx/darwin and small cleanups to Makefile.PL (soon we will merge with Makefile.alternative)
Also i have tagged this with release 0.55 in git repository.
The cpan tar is be available here http://search.cpan.org/~mariuz/.
I have updated the example and steps for mono 2.6/2.10
This version doesn’t include the recompile from scratch instructions for the driver (seems to work only from the windows side)
This fixes the build issue with perl 5.14.
Also i have tagged this with release 0.53 in git repository.
The cpan tar is be available here http://search.cpan.org/~mariuz/.