Many thanks - this is my first outing on Ubuntu ans its been about 10
years since working with Redhat Rack - unfortunately that was pre-
installed so this install is in effect a first. I previously had
django running on WinXP with MySQL. Linux/postgreSQL is a nasty
surprise

for those finding this thread by search GEOS not working ...
> Make sure on Ubuntu you have previously installed build-essential, g++ and 
> python2.5-dev ...

To instal these itemsl, run the following in the terminal window:

sudo apt-get install build-essential
sudo apt-get install g++
sudo apt-get install python2.5-dev


Thanks John, this worked fine.

Tim

On Feb 12, 9:06 pm, John Handelaar <j...@userfrenzy.com> wrote:
> 2009/2/12 Rhoel_in_Asia <tim.francis.a...@gmail.com>:
>
>
>
> > Okay, will give that a try - did wonder if its a script error in the
> > latest version.
>
> Your make failure says pretty clearly that the right compiler is missing.
>
> Make sure on Ubuntu you have previously installed build-essential, g++
> and python2.5-dev before trying to compile this again.
>
> jh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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