LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Php + Mssql + Ldap (https://www.linuxquestions.org/questions/linux-software-2/php-mssql-ldap-282379/)

lewus 01-26-2005 03:34 AM

Php + Mssql + Ldap
 
I recently installed php with support for ldap and mssql.
If both modules are added, only ldap works, mssql gives me "Unable to connect to server" error.
If I add the modules separately (ex. only mssql without ldap) it works!
What can it be wrong?

Kethinov 01-26-2005 04:33 PM

Why use MSSQL? MySQL and Postgre are very good free software solutions, and a lot easier to setup in a *nix environment...

lewus 01-26-2005 11:55 PM

It's not a question of why. I must use mssql because all the data is held on windows servers :(
Can anybody help?

Kethinov 01-27-2005 01:18 AM

Is your MSSQL server configured to accept non localhost connections?

lewus 01-27-2005 02:48 AM

yes, it is
I already wrote that if I install PHP just with mssql support it works, but if I install ldap support too, then mssql won't work.


All times are GMT -5. The time now is 06:52 AM.