Author |
|
Virsacer
Joined: 16 Jan 2010 Posts: 108 Location: Germany, Darmstadt
|
|
Back to top |
|
clear_viz_computer
Joined: 21 Jun 2012 Posts: 1 Location: USA, New Jersey
|
Posted: Sun 24 Jun '12 21:36 Post subject: Re: PHP 5.4.4-Win64 available |
|
|
Virsacer - Thank you for this. I'm new to the ApacheLounge, and obviously, this package is not a full install of PHP (i.e. no php.ini, etc.). I assume that you must install a full package and then install yours over it to make it work.
Can you recommend the appropriate PHP package to install first, prior to the above? Also, are there instructions that accompany your download?
My environment is:
Win 7x64
Apache 2.4 x64
MySql 5.5 x64
VC09 and VC10 run time(s) installed.
Apache & MySQL are installed individually and are up and running.
Thanks & Regards...
Arnold
Clear Viz Computer
EDIT: Nevermind! I got the base kernel working! I just have to configure it for MySQL now. |
|
Back to top |
|
dj02
Joined: 11 Dec 2005 Posts: 23 Location: FI, EU
|
Posted: Tue 26 Jun '12 10:15 Post subject: |
|
|
Thank you very much. Working well. I intalled it over PHP x86 VC9 TS Version.
Would you be able to build geoip and ssh2 modules? |
|
Back to top |
|
Virsacer
Joined: 16 Jan 2010 Posts: 108 Location: Germany, Darmstadt
|
Posted: Wed 11 Jul '12 18:59 Post subject: |
|
|
Hi, I put it on my todo list, but I have very little time right now... |
|
Back to top |
|
Virsacer
Joined: 16 Jan 2010 Posts: 108 Location: Germany, Darmstadt
|
Posted: Thu 26 Jul '12 20:52 Post subject: |
|
|
Hi, geoip and ssh did not compile.
It seems that something is missing in the libraries... |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 26 Jul '12 21:32 Post subject: |
|
|
Virsacer wrote: | Hi, geoip and ssh did not compile.
It seems that something is missing in the libraries... |
ssh2 requires:
in the bin folder
- libssh2.dll
in the include/libssh2 folder
- libssh2.h
- libssh2_publickey.h
- libssh2_sftp.h
in the lib folder
- libssh2.lib
- libssh2_a.lib
Maybe you already downloaded the source from www.libssh2.org ?
the offical php is build with libssh2 1.2.7
For geoip I'm overasked at the moment
---- edit ----
I remember that for building mod_geoip the GeoIP C API was needed. |
|
Back to top |
|
Virsacer
Joined: 16 Jan 2010 Posts: 108 Location: Germany, Darmstadt
|
Posted: Mon 30 Jul '12 0:34 Post subject: |
|
|
Thanks for the hint!
I have in fact downloaded (and compiled) libssh2 as it is used by curl.
But I don't have a dll - perhaps that is the reason...
I'll try it again, when I have more time... |
|
Back to top |
|