Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: can't get misql working-apache223, php515, mysql5024 (x64) |
|
Author |
|
1109KL
Joined: 31 May 2006 Posts: 5
|
Posted: Sat 26 Aug '06 2:07 Post subject: can't get misql working-apache223, php515, mysql5024 (x64) |
|
|
made a fresh install of;
apache 2.2.3 x64
php 5.1.5 x64
and when i luanch php.exe i get an error about "unable to luanch dynamic dll library" for my module mysql and gd2
i tried to copy the libsql from mysql5024/bin to C:/x64, C:/x64/system, and also C:/x64/system32 but the result for that was the same; nothing changes.
my program directories are
E:\httpd-2.2_x64
E:\php-5.1.5-x64
E:\mysql-5.0.24-x64
i am just trying to upgrade from a x86 server to x64, but for a long time i am unable to get this right. |
|
Back to top |
|
1109KL
Joined: 31 May 2006 Posts: 5
|
Posted: Thu 31 Aug '06 2:28 Post subject: |
|
|
all this time i was doing it wrong, you don't copy the libmysql from "mysql/bin" but you copy both php5ts.dll and libmysql.dll to system32
that solves the missing mysql from your server. |
|
Back to top |
|
ali_fareed
Joined: 04 Jul 2006 Posts: 61 Location: Bahrain
|
Posted: Thu 31 Aug '06 8:46 Post subject: |
|
|
why copy anything to system32 and clutter the folder then you risk deleting a window dll by mistake when you want to remove the files later add the php directory to the path environment variable. |
|
Back to top |
|
|
|
|
|
|