Re: Slashdot discussion
Ed Loehr <eloehr@austin.rr.com>
From: Ed Loehr <eloehr@austin.rr.com>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, PostgreSQL-general <pgsql-general@postgresql.org>
Date: 2000-07-10T22:44:02Z
Lists: pgsql-hackers
Peter Eisentraut wrote: > > I've studied the MySQL installation instructions, and they don't strike me > as inherently simpler. Is it only perception, or what can we do better? Good question. My 2 cents... 1) The RPM-installed binaries that come with RH 6.0/6.1 can easily and stealthly interfere with a src.tar.gz installation due to $PATH settings (accidentally drawing on /bin/p* instead of /opt/pgsql/bin/p* ... Adding detection to setup/install scripts might mitigate that. 2) Write an install wizard script that figures everything out for the user based on questions/prompts. Regards, Ed Loehr