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: 2.2.8 build VS2008, will it allow use of ftp_ssl_connect ? |
|
Author |
|
Jaking
Joined: 10 Mar 2008 Posts: 4
|
Posted: Mon 10 Mar '08 5:09 Post subject: 2.2.8 build VS2008, will it allow use of ftp_ssl_connect ? |
|
|
hi
When Apache 2.2.8 build with Visual Studio® 2008 will it allow the use of ftp_ssl_connect function?
thanks |
|
Back to top |
|
tdonovan Moderator
Joined: 17 Dec 2005 Posts: 611 Location: Milford, MA, USA
|
Posted: Mon 10 Mar '08 6:22 Post subject: |
|
|
re: "will it allow the use of ftp_ssl_connect function? "
I doubt it.
According to the PHP docs you would need to re-compile the PHP binaries, not the Apache binaries, in order to to get this function on Windows.
It doesn't seem to have any connection to the compiler version used to compile Apache.
-tom- |
|
Back to top |
|
Jaking
Joined: 10 Mar 2008 Posts: 4
|
Posted: Mon 10 Mar '08 17:21 Post subject: |
|
|
yep thats what i'm trying to do now... compile the php code.
Its a bit weird that the function is avalable in the php.net description and not in the code ready to use... very strange! why isnt it compiled from start?
I'm folowing deciacco page http://www.deciacco.com/blog/archives/124
but when I get to nmake I get the error:
H:\work\php5>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
Do tou know what might be wrong?
thanks
Last edited by Jaking on Mon 10 Mar '08 21:18; edited 2 times in total |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 10 Mar '08 18:09 Post subject: |
|
|
configure.js should have created a makefile in the directory you ran configure.js from. then it's just
nmake /f makefile_name
makefile_name being whatever name of the makefile configure.js created
eg. makefile or makefile.win or whatever |
|
Back to top |
|
Jaking
Joined: 10 Mar 2008 Posts: 4
|
Posted: Mon 10 Mar '08 21:21 Post subject: |
|
|
I got over that makefile error, the paths in the \Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT where not correctly pointing to the php_build. But now got a new one... neverending errrrrrrrooooorss
when doing nmake.exe, the programs starts compiling a bunch of files then its stops with:
Code: | php5ts.dll.def : error LNK2001: unresolved external symbol xmlXPathCompiledEvalToBoolean
Release_TS\php5ts.lib : fatal error LNK1120: 1 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file
NMAKE : fatal error U1077: 'D:\PRACC5~1\MICROS~1\VC98\BIN\cl.exe' : return code
'0x2'
Stop.
|
Anyone tried to compile php with openssl in windows? This is getting chalenging... |
|
Back to top |
|
|
|
|
|
|