Page 1 of 1

IIS + PHP 5 + Sybase DB

Posted: Wed Aug 02, 2006 3:03 pm
by xsyn
Hi all,

I've been trying to compose this scenario:

IIS runing with PHP 5 and conecting to a Sybase Database.

But I got some problem with this. When I turn the extension "php_sybase_ct.dll" on the server, I got this error:

"Unknown(): Unable to load dynamic library 'php_sybase_ct.dll'"

But, the DLL is in the "extension_dir". And the Sybase's client is installed.

Anyone has a clue?!

Thanks.

xsyn

Posted: Thu Aug 03, 2006 7:24 am
by anjanesh
Try copying php_sybase_ct.dll to C:\Windows\System32 directory

Posted: Fri Aug 04, 2006 3:22 pm
by xsyn
Hi anjanesh,

I've tried this thing, but without sucess. The module still unable to load. Thanks for your help anjanesh.

Does anyone have another idea?

Thanks in advanced.

Posted: Thu Aug 24, 2006 5:42 am
by dati
Hi xsyn,

you need the libct.dll and libcs.dll in you path. Mostly sybase holds these files in c:\sql10\dll, include this path into your systempath and the sysbase extension will work.

-- dati