Do I need to install mssql before I can use mssql.so with php on unix?

Posted by lock on Server Fault See other posts from Server Fault or by lock
Published on 2010-12-28T00:27:31Z Indexed on 2010/12/28 1:55 UTC
Read the original article Hit count: 136

Filed under:
|
|

I didn't install any MSSQL instance on my localhost that runs windows. I just used the xampp package and uncommented the modules used for mssql. The mssql server resides on another Windows Server so I believe I only needed a simple connector module.

I hoped that it would be the same for Unix. But whenever I open my site on the unix production server, (i use codeigniter btw) the logs tell me it stops script execution after Database Driver Class Initialized.

I am not really familiar on installing apache and friends on unix and I wasn't responsible on how the server was set-up. But it turns out that there is no mssql.so found on the php modules directory so i tried to google for one.

While the forums are telling me to just compile the script, I couldn't just do that simply as I have no write access to the server and plus it seems upon installation of php, phpize didn't get installed with it too.

Hope someone can shed light to me regarding this. I think its just easier if I can get a mssql.so for PHP 4.4.4

© Server Fault or respective owner

Related posts about php

Related posts about sql-server