The most likely problem is that php_mcrypt.dll is not in the directory
c:\php-4.3.0-Win32\extensions. Check the directory and see if you can find
it. If not, then you will need to find a version for php 4.3.0 and place it
in the extensions folder before you can use it.

Good Luck

Stephen

----- Original Message -----
From: "Jim Bierlein" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 11:24 AM
Subject: [PHP-INST] Error Loading mcrypt.dll on Windows XP system


> Hello,
>
> My setup:
>
> Windows XP Professional
> php-4.3.0-Win32
> Apache_2.0.43-win32-x86-no_ssl
>
> In the directory c:\php-4.3.0-Win32\extensions, I have the file
> php_mcrypt.dll.
> The php.ini file, located in the c:\Windows directory, I have configured
the
> following:
>
> ; Directory in which the loadable extensions (modules) reside.
> extension_dir = c:\php-4.3.0-Win32\extensions\
>
> and
>
> ;Windows Extensions
> ;Note that MySQL and ODBC support is now built in, so no dll is needed for
> it.
> ;
> ;extension=php_bz2.dll
> ;extension=php_cpdf.dll
> ;extension=php_crack.dll
> ;extension=php_curl.dll
>
> a lot more.....
>
> extension=php_mcrypt.dll
>
> etc...
>
> My problem is that I cannot get Apache to properly load the mcrypt module,
I
> keep getting the warning message:
>
> Unknown(): Unable to load dynamic library
> 'c:\php-4.3.0-Win32\extensions\php_mcrypt.dll' - The specific module could
> not be found.
>
> Does anyone know what I am missing or if there is a workaround to this
> issue.  Any help would be appreciated.  I am kind of new at this.
>
> Thank You,
>
> Jim
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to