IIS + PHP 5 + Sybase DB

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
xsyn
Forum Newbie
Posts: 2
Joined: Wed Aug 02, 2006 2:32 pm

IIS + PHP 5 + Sybase DB

Post 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
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

Try copying php_sybase_ct.dll to C:\Windows\System32 directory
xsyn
Forum Newbie
Posts: 2
Joined: Wed Aug 02, 2006 2:32 pm

Post 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.
dati
Forum Newbie
Posts: 1
Joined: Thu Aug 24, 2006 2:47 am
Location: Germany, Langenberg NRW

Post 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
Post Reply