Litespeed Web Server Enterprise v4.2.19 PDO Extention

#4
İ m using ,

--with-mysqli --with-zlib --with-gd --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-mbstring --with-iconv --with-mssql=/usr/local/freetds --with-pdo-odbc=unixODBC,/usr --with-sybase=/usr/local/freedts --with-mysql --enable-pdo

for php compiling.

but it dont work.
 
Last edited:

NiteWave

Administrator
#5
not sure if you've done these:
http://php.net/manual/en/mssql.requirements.php
"To use the MSSQL extension on Unix/Linux, you first need to build and install the FreeTDS library. Source code and installation instructions are available at the FreeTDS home page: » http://www.freetds.org/"

http://php.net/manual/en/mssql.installation.php
"To get these functions to work, you have to compile PHP with --with-mssql[=DIR] , where DIR is the FreeTDS install prefix. And FreeTDS should be compiled using --enable-msdblib."
 
Top