Subject Re: Install problem PHP SUSE8.0 INTERBASE APACHE
Author iancoullie
--- In firebird-php@yahoogroups.com, "iancoullie" <coullie@t...> wrote:
> I have seen only requests for help on this error but no solutions
> I hope i will have better luck then other posts on other groups

I have solved my problem it was a mistake copied from another posting

item 11 libmodphp.a should read libphp4.a

I hope this helps someone - thanks

Platform SUSE 8.0
1. required php with interbase support
2. noted that my future web page server site had apache_1.3.28 running
and php-4.3.3 running
3. As php and apache had been loaded as packages could not get
interbase support
4. removed both packages with yast2
5. downloaded apache_1.3.29 and php-4.3.3 to usr/local/src
6. $ tar xvfz apache_1.3.29.tar.gz
$ tar xvfz php-4.3.3.tar.gz
7. ./configure --enable-module=so --prefix=/usr/local/apache
8. make ok, make install ok, no problems
9. ./configure --with-apache=../apache_1.3.29
--with-interbase=/opt/interbase
10.make ok, make install ok, no problems
11. ./configure --prefix=/usr/local/apache
--activate-module=src/module/php4/libphp4.a --enable-module=so
12. config ok
13. make ok, make install ok