On Thu, 2006-10-19 at 15:12 -0700, carlwenrich wrote:
> It works if I put postgresql in /usr (instead of the default
> /usr/local/pgsql). Someone might want to include some documentation
> about this.

This is a standard system administration issue, not a Django issue and
there is a limit to how low-level we can go on the instructions without
being completely over-whelming. We don't cover building PostgreSQL (or
any other database) from scratch, for example.

You would need to add /usr/local/pgsql/lib/ to /etc/ld.so.conf (you
don't mention it, but it sounds like you are on a Linux or similar sort
of system) so that the dynamic loader knows how to find the library.
Your system's library loader does not search through every directory on
your machine looking for libraries to link against -- you have to tell
it where to look.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to