[freetds] Apache/2.0.46 (Linux/SuSE) PHP/4.3.3
Daniel Fazekas
fdsubs at axelero.hu
Thu Nov 6 17:09:45 EST 2003
On Nov 6, 2003, at 15:21, Albert Einstein wrote:
> PHP Warning: Unknown(): Unable to load dynamic
> library
> '/usr/share/extensions/no-debug-non-zts-20020429/php_mssql.dll'
> -
> /usr/share/extensions/no-debug-non-zts-20020429/php_mssql.dll:
> cannot open shared object file: No such file or
> directory in Unknown on line 0
>
> help
The mssql extension should be called mssql.so on Linux, the
php_mssql.dll name is on Windows only.
Check what you have in that folder:
ls /usr/share/extensions/no-debug-non-zts-20020429/
mssql.so should be among the ones listed.
You then just make sure the line in your php.ini says
extension=mssql.so
--
Daniel
More information about the FreeTDS
mailing list