Page 1 of 1

[fixed] Unable to load dynamic library php_interbase.dll

PostPosted: 18. August 2009 14:34
by romandor
Hello!

XAMPP 1.7.2. I need to load interbase extension and after uncommenting this string

extension=php_interbase.dll

Apache says: Warning
PHP Startup: Unable to load dynamic library 'C:\xampplite\php\ext\php_interbase.dll' - not found

But this file is here! How to resolve this problem?
Thank you in advance!

Re: Unable to load dynamic library php_interbase.dll

PostPosted: 18. August 2009 14:54
by Wiedmann
But this file is here! How to resolve this problem?

Maybe PHP can't find the necessary Firebird client library on your system?

Re: Unable to load dynamic library php_interbase.dll

PostPosted: 21. August 2009 07:08
by romandor
Interbase client 5.6 and Firebird 1.5 was installed, gds32.dll was in system32.

Problem resolved by copying fbclient.dll to system32.

Thank you!