platform: win2000
webserver: apache
PHP: 4.1.1

after following the intstructions on
http://shanx.com/php/xsl/getXsl.htm

and rebooting my machine, when i access a .php file through the webserver, i get a pop-up error box (not an error message through the browser) saying "Unable to load dynamic library 'c:\php\extensions\php_sablot.dll' - the specified procedure could not be found."
the file c:\php\extensions\php_sablot.dll DOES exist, and, just for good measure, i dropped it in c:\, c:\php\, c:\apache\htdocs\,c:\WINNT\, and c:\WINNT\system32\
i've got all the other dlls (expat.dll,sablot.dll,xmlparser.dll, and xmltok.dll) in the right places.

I tried renaming
c:\php\extensions\php_sablot.dll
to
c:\php\extensions\php_sablot.dll.somethingelse
to seee if i could get a different error message, but it's the same one. it seems as if php doesn't even realize that the file IS actually there.... I'm not sure what to do about this.... anyone have an idea? thanks in advance.

jerome

    4 months later

    I guess uve got a different error message - i have the same problem.
    when php can not find the .dll file it reports:

    Unable to load dynamic library 'c:\php\extensions\php_sablot.dll' - the specified !!!module!!! could not be found."

    but when it finds the dll, it says:

    Unable to load dynamic library 'c:\php\extensions\php_sablot.dll' - the specified !!!procedure!!! could not be found."

    unfortunetly i dont know what is the solution...

      Write a Reply...