Skip to Content.
Sympa Menu

freetds - Re: [freetds] Apache/2.0.46 (Linux/SuSE) PHP/4.3.3

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Daniel Fazekas <fdsubs AT axelero.hu>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Apache/2.0.46 (Linux/SuSE) PHP/4.3.3
  • Date: Fri, 7 Nov 2003 16:30:41 +0100


On Nov 7, 2003, at 10:54, Albert Einstein wrote:
/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/
nothing
mssql.so should be among the ones listed.
where does this come from?
what compilation generates this?

Recompile PHP adding
--with-mssql=shared,/usr/local
to the ./configure script's parameters where /usr/local is the path you installed freetds into.

--
Daniel





Archive powered by MHonArc 2.6.24.

Top of Page