how to install xmpp python lib in ubuntu?
i downloaded this lib file http://archive.ubuntu.com/ubuntu/pool/main/p/python-xmpp/python-xmpp_0.2-rc3.orig.tar.gz
when i say make install its giving me error
ubuntu@ubuntu:/media/DATA/ubuntu/xmpppy-0.2-rc3$ make install
Add here commands to install the package into debian/python-xmpp
[ -d /xmpp ] || mkdir /xmpp mkdir: cannot create directory `/xmpp': Permission denied make: * [install] Error 1
please help
thanks in advance