Installing CURL?

Does anyone know how to install curl?
I’m using php 5.2.9

Thank You!

You mean curl as in the PHP module, not the curl program, I suppose.

zypper in php5-curl

Or search for curl in YaST software management.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Well, ‘curl’ isn’t related to PHP so maybe you’re after a specific module
of PHP that includes some curl functionality, but installing the curl
application is trivial:

sudo zypper in curl
or
sudo /sbin/yast -i curl

Good luck.

LastServer wrote:
> Does anyone know how to install curl?
> I’m using php 5.2.9
>
> Thank You!
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIcBAEBAgAGBQJJ5IFVAAoJEF+XTK08PnB52wMP/1fntahqGSyY7MRLn7WRP5eQ
9loakScrsvxDl2nntGOUNp8CnRPdCk2Dbpw2TglWPOKAlX7onzw7paYgnTUBpChl
zMMZQ9s98Gsjpulan7HP94ypBo/9/p7PxrlWZBLo/lHGV78HJLbnd8OtJIJdWQdm
v7a2/E1qhBYPWtCNC3WI7TuQXM68w3oft84+deXW5sFkX32924dK+WegoX8UtSg7
D4u63it4ZvNxnFEfw6Of28MHP4RMtytApzGhsvGv9SUu32HGPi62sZm7OBmonQLq
nTmyub9g5111MNiwHdgdJzXgAvDfGwiavXuq8AymCgQXWV6Dy5yS2CxB5TBRFSCZ
98sPRB9uYwB20tVlXVlbnqwLzYvp9oHko9/A7tCw0oliDmjrrbnzfYdlEX93u6DX
dEamYNnVbazgK8WkM1k42YjMaOkK4hjirzZrsdlVTxpLJEPvZO6i/dgBsnnuHOLk
Ano3DxS/IQoGiAkCbyj/bE9vUtjl+5LXtwnOfXW66CHQLF+uwwf3VML8ybNQ1jHT
PGZ59qaRCB+UchXHY66gBcSb/b0uT3glhQijDNZHf2tkO8q8OaY3AFZsfjL8hhuW
IcC/9pFHWjG516diZ6K8dydO6akrcG+kPff4tOaAYgemm35SGWorOIBwjEttSGk3
3ZKF0RL94uQCEQXGiGlB
=wFz4
-----END PGP SIGNATURE-----

Yes I mean: cURL
Because I get an error:
Fatal error: call to undefined function curl_init()
I’ve installed curl using: yast --install php5-curl and also installed components using the Yast Application…
But I still can’t find it in my phpinfo.php and my page (where I get te error) still doesn’t work either…

Edit: I did like you said with the zypper, and it worked!!
Lot’s of thanks for you time!