Sorry I am not replying to the thread.  I deleted the message, not
thinking.

If you install PostgreSQL from source, and take the defaults, it puts
its files in /usr/local/pgsql/...   Each of theses subdirectories
matches one in /usr/local/...   What I do is create symlinks win
/usr/local so I don't have to add them to any paths, like:

cd /usr/local/lib
cp -rs ../pgsql/lib/* .

And so on for the other directories (bin, include, etc.)  It works great
that way.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to