Toon posts:

[PHP] Curl installatie probs..

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb curl gevonden en ook de documentatie doorgelezen, nu is het volgende probleem daar dat de .bat files die in de omschrijving staan niet bestaan in de archive..
Win32
Without SSL:

MingW32 (GCC-2.95) style
Run the 'mingw32.bat' file to get the proper environment variables
set, then run 'make mingw32' in the root dir.
If you have any problems linking libraries or finding header files, be
sure to verify that the provided "Makefile.m32" files use the proper
paths, and adjust as necessary.
Cygwin style
------------
Almost identical to the unix installation. Run the configure script in
the curl root with 'sh configure'. Make sure you have the sh
executable in /bin/ or you'll see the configure fail towards the end.
Run 'make'
Microsoft command line style
----------------------------
Run the 'vcvars32.bat' file to get the proper environment variables
set, then run 'nmake vc' in the root dir.
The vcvars32.bat file is part of the Microsoft development
environment.
IDE-style
-------------------------
If you use VC++, Borland or similar compilers. Include all lib source
files in a static lib "project" (all .c and .h files that is).
(you should name it libcurl or similar)
Make the sources in the src/ drawer be a "win32 console application"
project. Name it curl.
With VC++, add 'ws2_32.lib' to the link libs when you build curl!
Borland seems to do that itself magically. Of course you have to make
sure it links with the libcurl too!
For VC++ 6, there's an included Makefile.vc6 that should be possible
to use out-of-the-box.
Microsoft note: add /Zm200 to the compiler options to increase the
compiler's memory allocation limit, as the hugehelp.c won't compile
due to "too long puts string".
Hoe moet ik um installeren :?

http://curl.haxx.se/docs/install.html

http://curl.haxx.se

  • chem
  • Registratie: Oktober 2000
  • Laatst online: 27-08 13:53

chem

Reist de wereld rond

welke compiler gebruik je dan?

Staat bij dat sommige bat-files bij de compiler worden geleverd namelijk.

Klaar voor een nieuwe uitdaging.


  • HGM
  • Registratie: April 2000
  • Niet online

HGM

voor onder windows gebruik ik altijd: http://www.php4win.com/builds/latest-build.php

en zie hier:
Updates:
CURL
Ming

Verwijderd

Topicstarter
Op zondag 30 december 2001 16:02 schreef HGM het volgende:
voor onder windows gebruik ik altijd: http://www.php4win.com/builds/latest-build.php

en zie hier:
[..]
Ik heb um gedownload en het php gedeelte dat ook de curl.dll bevat overgezet naar mijn php dir, nou zou het moeten werken maar natuurlijk werkt het voor geen meter :{

  • HGM
  • Registratie: April 2000
  • Niet online

HGM

Op zondag 30 december 2001 19:31 schreef Xtentic het volgende:

[..]

Ik heb um gedownload en het php gedeelte dat ook de curl.dll bevat overgezet naar mijn php dir, nou zou het moeten werken maar natuurlijk werkt het voor geen meter :{
php.ini aangepast ??

Verwijderd

Topicstarter
jup de ; voor die extention file van curl.dll :) ben trouwens nu phpdev4_2A.exe aan het downloaden want opeens werkt MySQL ook niet meer :{
Pagina: 1