Unable to find php_domxml.dll error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bissatch@yahoo.co.uk

    Unable to find php_domxml.dll error

    Hi,

    I have just finishing installing apache and PHP4. It is claiming that
    it cannot find the php_domxml.dll file giving me the following error
    when I go to load a page with dom xml function on it:


    Unknown(): Unable to load dynamic library
    'C:/php/extensions/php_domxml.dll' - The specified module could not be
    found


    I am convinced that the paths are correct as I have the following line
    in php.ini:


    extension_dir = "C:\php\extensi ons"


    The file, php_domxml.dll, is defininetely in the extensions folder. Any
    ideas where I could be going wrong? Cheers

    Burnsy

  • Andy Hassall

    #2
    Re: Unable to find php_domxml.dll error

    On 14 Jun 2005 17:55:55 -0700, bissatch@yahoo. co.uk wrote:
    [color=blue]
    >I have just finishing installing apache and PHP4. It is claiming that
    >it cannot find the php_domxml.dll file giving me the following error
    >when I go to load a page with dom xml function on it:
    >
    >Unknown(): Unable to load dynamic library
    >'C:/php/extensions/php_domxml.dll' - The specified module could not be
    >found
    >
    >I am convinced that the paths are correct as I have the following line
    >in php.ini:
    >
    >extension_di r = "C:\php\extensi ons"
    >
    >The file, php_domxml.dll, is defininetely in the extensions folder. Any
    >ideas where I could be going wrong? Cheers[/color]

    The extension DLL itself requires other DLLs.

    Add the 'dlls' directory from your PHP directory to the Windows PATH
    environment variable, so it can load the required libraries from there.

    --
    Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
    <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

    Comment

    Working...