Compile php4 with curl
Moderator: General Moderators
Compile php4 with curl
i have php v4.1 currently. I want to compile it with curl. Documentation on the php wbesite talks about compiling with '--with-curl=/usr/bin/curl', where do I type that in?
- Derfel Cadarn
- Forum Contributor
- Posts: 193
- Joined: Thu Jul 17, 2003 12:02 pm
- Location: Berlin, Germany
When you're using any *nix-platform, you type it in with 'configure' e.g.
etc.
Code: Select all
configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-xm' --enable-track-vars --with-curl- Derfel Cadarn
- Forum Contributor
- Posts: 193
- Joined: Thu Jul 17, 2003 12:02 pm
- Location: Berlin, Germany