[Pkg-firebird-general] compiling FB 1.5 on woody

Daniel Urban daniel@sente.pl
Mon, 7 Jun 2004 09:23:53 +0200


Hi
I think that it could help somebody:

1. Download and unpack  1.5.0-Release (Source)
(http://sourceforge.net/project/showfiles.php?group_id=9028&package_id=9104&
release_id=218657)

2. Make sure that you have gcc-3.0 and g++-3.0 installed:
apt-get install g++-3.0 gcc-3.0
Check symlinks
/usr/bin/gcc and /usr/bin/g++
to point at
/usr/bin/gcc  => ./gcc-3.0
/usr/bin/g++ => ./g++-3.0

3. install: autoconf, libtools, vim
apt-get install autoconf libtools vim

4.
for classic server:
./autogen.sh
for superserver:
./autogen.sh --enable-superserver

5.
make

6.
make install

Best regards
Daniel Urban