Magento Installation on Windows XP
How to install Magento on Windows XP via appserv?
are you struck with php extension?
If you are Windows user and use Appserv you might found warning below when you to install Magento on Appserv. PHP Extension "pdo_mysql" must be loaded
PHP Extension "mcrypt" must be loaded
PHP Extension "curl" must be loaded
It's maybe help if you follow my instruction.
- Install Appserv and copy your Magento to www root directory.
- Edit php.ini file. (uncomment in extensions that require)
- extension=php_pdo_mysql.dll
- extension=php_curl.dll
- extension=php_mcrypt.dll
- Copy dll files to C:\windows\system32 directory.
(you can download from php extensions require by magento)- for phpcurl : libeay32.dll and ssleay32.dll are needed.
- for mycrpt : libmycrpt.dll is needed.
- for pdo_mysql : libmysql.dll is needed.
- Restart Apache service.
- Done!! easy?
next time I will talk about How to install Magento on OS X (Leopard).
© 2010 Pangpond.. Theme by Kiwi Themes.

11 comments
on 28 March 2009 - 6:02pm
It will be easier if you do anything for me. Lord of The Magento lol
on 29 March 2009 - 5:52pm
I think so @boydchan, It's better than you have to speak a lot to teach me. Hohoho!!
I want super shortcut.
on 23 April 2009 - 8:18am
ผมติดปัญหาด้านconect database mysql install Magento ผ่านมาถึง page นี้ทีไรไม่สามารถไปต่อได้สักที รบกวนช่วยแนะนำด้วยครับ ขอบคุณมากครับ
on 28 April 2009 - 8:19am
error ออกมาว่าอะไรบ้างครับ
on 26 April 2009 - 8:46pm
Wow, great information, dude.
Thanks for sharing it, never thought that could be done that way, using php.
on 1 May 2009 - 4:44pm
Many Thanks!!
I am searching for this method. much appreciated!
on 22 May 2009 - 5:43am
Hi, i found your blog with magento solution through google.
i had follow the step 1 - 5, but i am still getting the "PHP Extension "mcrypt" must be loaded".
i don know what to do....
i am using appserv 5.2.10
with PHP 5.2.6 .
can provide me further guide ?
thanks.....
on 4 June 2009 - 8:32pm
copy libmcrypt.dll to c:\windows\system32
then restart the apache server
on 5 June 2009 - 3:16am
@Lawrence Maybe you forget to copy all .dll files to C:\Windows\system32
(you can download from php extensions require by magento)
on 19 June 2009 - 8:36am
Hey. Thanks for Mangentos installation. I was really searching for that.
on 13 October 2011 - 10:21pm
Thank you, it was really helpful.. i was searching and finally found the solution here.
Post new comment