Subject Re: Request for help -interbase.so
Author domanovic
> Hello all. I have hit a deadend with compiling the infamous
> interbase.so file.
> Environment=
> Redhat 9.0,
> Apache 2.0.52,
> MySQL 4.0.21,
> PHP 4.3.9
> Codecharge Studio 2.3
> Xampp 1.4.9a

I'm not so much experienced with compilation and installation of
various things in Linux, but this is how I made Xampp work with
support of Interbase:

1) You'll have to have installed xampp already
2) You'll have to install xampp-devel package (a must!!)
3) Get PHP5 source code and re-compile it with:

php source kod, rekompajliran sa:
env CFLAGS="-O6 -I/opt/lampp/include/libpng
-I/opt/lampp/include/ncurses -I/opt/lampp/include -L/opt/lampp/lib"
'./configure' '--prefix=/opt/lampp' '--with-apxs2=/opt/lampp/bin/apxs'
'--with-config-file-path=/opt/lampp/etc' '--with-mysql=/opt/lampp'
'--disable-debug' '--enable-bcmath' '--enable-calendar'
'--enable-ctype' '--enable-dbase' '--enable-discard-path'
'--enable-exif' '--enable-filepro' '--enable-force-cgi-redirect'
'--enable-ftp' '--enable-gd-imgstrttf' '--enable-gd-native-ttf'
'--with-ttf' '--enable-magic-quotes' '--enable-memory-limit'
'--enable-safe-mode' '--enable-shmop' '--enable-sigchild'
'--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars'
'--enable-trans-sid' '--enable-versioning' '--enable-wddx'
'--enable-yp' '--with-ftp' '--with-gdbm=/opt/lampp'
'--with-jpeg-dir=/opt/lampp' '--with-png-dir=/opt/lampp'
'--with-freetype-dir=/opt/lampp' '--without-xpm' '--with-zlib=yes'
'--with-zlib-dir=/opt/lampp' '--with-openssl=/opt/lampp'
'--with-expat-dir=/opt/lampp' '--enable-xslt=/opt/lampp'
'--with-xsl=/opt/lampp' '--with-ming=/opt/lampp'
'--with-dom=/opt/lampp' '--with-ldap=/opt/lampp'
'--with-ncurses=/opt/lampp' '--with-gd' '--disable-imap'
'--with-gettext=/opt/lampp' '--with-mssql=/opt/lampp'
'--with-interbase=/opt/firebird'
'--with-mysql-sock=/opt/lampp/var/mysql/mysql.sock'
'--with-mcrypt=/opt/lampp' '--with-mhash=/opt/lampp'
'--enable-sockets' '--enable-mbstring=all' '--with-curl=/opt/lampp'
'--enable-mbregex' '--enable-zend-multibyte' '--with-zip=/opt/lampp'
'--enable-exif' '--disable-bz2' '--disable-sqlite'
'--with-libxml-dir=/opt/lampp' '--with-soap' '--enable-pcntl'


watch out for paths!!...

Greetings,
Marko