Subject | Re: [ib-support] Re: IBwebadmin, Firebird, & Apache w/PHP |
---|---|
Author | Milan Babuskov |
Post date | 2003-02-15T08:19:09Z |
Art Fore wrote:
machine if it isn't.
suggests, the extension is:
extension=interbase.so
(You may have to biuld this library from PHP source tree).
or your PHP has to be compiled with InterBase support using
--with-interbase=/path/to/interbase/
You can check whether the extension is working by calling one of PHP
ibase_ functions... check PHP manual for details.
or something like that.
HTH
Milan.
> I am running linux.The setup is very similar.
>>1. PHP will use the gds32.dll, so make sure you have at least theSame goes for Linux, just you need libgds32.so. Just install Firebird on
>>Firebird client installed.
machine if it isn't.
>>2. Edit your php.ini file and make sure this line is not commentedYou have two possible solutions on Linux here. Either you do like Dale
>>out (remove the ; ).
>>
>>extension=php_interbase.dll
suggests, the extension is:
extension=interbase.so
(You may have to biuld this library from PHP source tree).
or your PHP has to be compiled with InterBase support using
--with-interbase=/path/to/interbase/
>>You may need to restart Apache after this change (I seem to recallYou need to restart Apache.
>>having to restart IIS).
You can check whether the extension is working by calling one of PHP
ibase_ functions... check PHP manual for details.
>>3. Extract IBWebAdmin to a folder that the web server can accesseg. /var/www/html/ibwebadmin
>>(i.e. c:\inetpub\wwwroot\ibwebadmin\ with my setup).
or something like that.
>>4. Edit the file \ibwebadmin\inc\configuration.inc.php (the file isDo it.
>>commented so you should be able to figure out what you need to change)
>>5. (Hopefully :) you will be able to access IBWebAdmin now @The same.
>>http://myserver/ibwebadmin/index.html
HTH
Milan.