Page 1 of 1
mm_sql error
Posted: Thu Jan 12, 2006 3:19 pm
by spamyboy
Unknow(): Unable to load dynamic library 'C:\AppServ\php\extensions\php_mssql.dll" - The specified module could not be found.
Maybe anyone know's how to dix it ?
Posted: Thu Jan 12, 2006 3:23 pm
by Charles256
have ya googled yet? that's a pretty common error.
Posted: Thu Jan 12, 2006 3:27 pm
by spamyboy
yes i did't but it's didt work ;/
Posted: Thu Jan 12, 2006 3:35 pm
by timvw
Does the dll exist? Is it where it should be? (I believe the php win32 zip / not the installer has the required dll, otherwise its very possible that it exists in the pecl package)
Posted: Thu Jan 12, 2006 3:43 pm
by spamyboy
Does the dll exist?
yes
Is it where it should be?
yes
Posted: Thu Jan 12, 2006 4:04 pm
by timvw
why does php complain then? because overhere it simply works when those 2 conditions are fullfilled...
Posted: Thu Jan 12, 2006 4:09 pm
by redmonkey
php_mssql.dll has a dependancy on ntwdblib.dll, you need to ensure that ntwdblib.dll is also available to your system's path environment.
Details of module/extension dependencies can be found in the snapshot.txt file.
Posted: Thu Jan 12, 2006 4:21 pm
by spamyboy
There is no shich file as ntwdblib.dll in my PC, what to do ?!
Posted: Thu Jan 12, 2006 4:28 pm
by redmonkey
The .zip packages from
http://www.php.net contain the modules/extensions and any required additional .dll files. I'd suggest you start there.
Posted: Thu Jan 12, 2006 4:42 pm
by spamyboy
still same error
Posted: Thu Jan 12, 2006 4:58 pm
by redmonkey
Well, that's about as much as I can suggest given the information you have supplied.
Perhaps if you can give details for the following questions someone else may be able to you..
1. Which directory have you placed the ntwdblib.dll file in?
2. Which directory is the php_mssql.dll file in?
3. Which directory does your extension_dir variable point to within php.ini?
4. Which directory is your PHP executable in? (this depends on how you are trying to run PHP)
5. Do you have another version of PHP installed and possibly running into version conflicts?
Posted: Thu Jan 12, 2006 5:11 pm
by spamyboy
1. C:\AppServ\PHP
2. C:\AppServ\PHP\ext; C:\AppServ\PHP\extensions
3. Wtf ?
4. C:\AppServ\apache
5. Nop
Posted: Sat Jan 14, 2006 8:41 am
by spamyboy
Well ? i wait more than 2 day's and no one didn't reply ..
So that's mean noone don't know?
Posted: Sat Jan 14, 2006 8:43 am
by feyd
have some freaking patience, we have other lives outside of
volunteering on this forum..
