> Having a problem with installing uwsgi. Any suggestions?
>
> $ sudo wget http://projects.unbit.it/downloads/uwsgi-0.9.3.tar.gz
> $ sudo tar xf uwsgi-0.9.3.tar.gz
> $ cd uwsgi-0.9.3
> $ sudo make -f Makefile.Linux.Py26
>
> rm -f utils.o socket.o pymodule.o main.o
> gcc -c `python2.6-config --cflags` `xml2-config --cflags` utils.c
> /bin/sh: xml2-config: not found
> gcc -c `python2.6-config --cflags` `xml2-config --cflags` socket.c
> /bin/sh: xml2-config: not found
> gcc -c `python2.6-config --cflags` `xml2-config --cflags` -o
> pymodule.o uwsgi_pymodule.c
> /bin/sh: xml2-config: not found
> gcc -c `python2.6-config --cflags` `xml2-config --cflags` -o main.o
> uwsgi.c
> /bin/sh: xml2-config: not found

you need to install the package : libxml2-dev


saludos

Leonel


--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to