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
xsyn
Forum Newbie
Posts: 2 Joined: Wed Aug 02, 2006 2:32 pm
Post
by xsyn » Wed Aug 02, 2006 3:03 pm
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
anjanesh
DevNet Resident
Posts: 1679 Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India
Post
by anjanesh » Thu Aug 03, 2006 7:24 am
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 » Fri Aug 04, 2006 3:22 pm
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 » Thu Aug 24, 2006 5:42 am
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