You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Good Day to all
i been trying to install geodjango but always gets stuck up with this
error after i downloaded postGIS and typed ./configure on the
terminal.
configure: error: could not find xml2-config from libxml2 within the
current path. You may need to try re-running configure with a --with-
xml2config parameter.
ive used google to search for answer to this error but i haven't found
anything to fix this
im using ubuntu 11.04 in a VM (oracle)
thanks
Carlos Daniel Ruvalcaba Valenzuela
unread,
Aug 2, 2011, 12:24:39 PM8/2/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hello, your problem is most probably the lack of the development package for libxml2, try installing the libxml2-dev package via apt-get command or synaptic under Ubuntu.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
thank you sir, that did the trick..
On Aug 3, 12:24 am, Carlos Daniel Ruvalcaba Valenzuela
<clsdan...@gmail.com> wrote:
> Hello, your problem is most probably the lack of the development package for
> libxml2, try installing the libxml2-dev package via apt-get command or
> synaptic under Ubuntu.
>
> Regards,
> Carlos Ruvalcaba
diego mauricio herrera
unread,
Nov 6, 2013, 5:52:50 PM11/6/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
If you are trying of install libxml2-dev in red hat 6, you must install libxml2-devel.