Hey thanks. I actually sorted it out last evening. It was due to an installation of gdal which is not needed by postgresql. It was conflicting with postgis, geos and proj.4 Upon its unistallation, everything was back to normal. Thanks for the effort too.
Regards On 19 August 2011 03:13, Dan Carpenter <[email protected]> wrote: > On Thu, Aug 18, 2011 at 05:11:49PM +0300, roy mukasa wrote: > > No this wont work. The syntax is not right. > > I used to be a python coder, but that job was some years ago so I've > gotten rusty I guess. Where is the syntax error? > > > But as for yesterday as i said, > > all was working ok. So i dont know what could have changed within my > system > > for me to start getting segmentation fault. The reason for the quotes is > so > > that one can fully understand the problem am having. > > I meant the "'" marks around the call to POINTER(). You've made > geometry a string, when it is expecting the return from the POINTER() > function. As a result it crashes. > > I can't actually test this because I don't have the right libraries > installed, as I said before. There may be some other things wrong > as well that I haven't seen. > > regards, > dan carpenter > > _______________________________________________ > The Uganda Linux User Group: http://linux.or.ug > > Send messages to this mailing list by addressing e-mails to: > [email protected] > Mailing list archives: http://www.mail-archive.com/[email protected]/ > Mailing list settings: http://kym.net/mailman/listinfo/lug > To unsubscribe: http://kym.net/mailman/options/lug > > The Uganda LUG mailing list is generously hosted by INFOCOM: > http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The mailing list host is not responsible for them in > any way. > -- Roy Mukasa SERVAL (U) LTD +256794291110 "Smart thinking, Simple world"
_______________________________________________ The Uganda Linux User Group: http://linux.or.ug Send messages to this mailing list by addressing e-mails to: [email protected] Mailing list archives: http://www.mail-archive.com/[email protected]/ Mailing list settings: http://kym.net/mailman/listinfo/lug To unsubscribe: http://kym.net/mailman/options/lug The Uganda LUG mailing list is generously hosted by INFOCOM: http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The mailing list host is not responsible for them in any way.
