Subject | Re: [ib-support] interbase.so |
---|---|
Author | Milan Babuskov |
Post date | 2003-02-19T08:03:40Z |
Art Fore wrote:
installation. Or, you can recompile Apache...
two ways of doing this, both work. Here's what I use:
a) go to ext/interbase directory in PHP source tree. Run:
phpize
./configure
make
make install
And you should have interbase.so in modules directory (IIRC)
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net
> This is a very elusive file. Have not found where to download it.Don't know about this one.
> Problem is, I compile php with the --with-interbase=/opt/interbase, it
> compiles fine, installs fine in /usr/local/php. Well, Suse installs php
> in /usr/share/lib/php, so Apacha does not recognize it and come up that
> it has to be compiled or interbase.so loaded with php.ini. Seems to be
> three options here where I have not found any solutions for.
>
> 1. Some how get the Suse to add the option to the rpm somehow.
> 2. Some how, change the installation of the new compiled php path toYou can overwrite files, or remove files and make symlink to new
> overwrite the Suse intallation.
installation. Or, you can recompile Apache...
> 3. Find interbase.so and put it in the proper place and laod it with php.iniEasiest to do. You can make interbase.so from PHP sources. I have found
two ways of doing this, both work. Here's what I use:
a) go to ext/interbase directory in PHP source tree. Run:
phpize
./configure
make
make install
And you should have interbase.so in modules directory (IIRC)
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net