Re: [GENERAL] Trouble with RPM

2000-07-17 Thread Lamar Owen
DAROLD Gilles wrote: > Yes, where are the files ? > > of this -- rpm -ql package-name gives you a complete list of files in a > > particular rpm. The companion 'rpm -qf /some/file/some/where' gives you Or, for laughs: rpm -qa|grep ^postgresql|xargs -n 1 rpm -ql This will give you a listing of a

Re: [GENERAL] Trouble with RPM

2000-07-17 Thread DAROLD Gilles
Lamar Owen wrote: > > The better way is to get the tarball and do a fresh compilation, you will > > learn more about postgres (see the INSTALL file and other documentation). > > And then all your files will go in /usr/local/pgsql by default ! > > You know, it's responses like this that make me th

Re: [GENERAL] Trouble with RPM

2000-07-17 Thread Alfred Perlstein
* Prasanth A. Kumar <[EMAIL PROTECTED]> [000717 08:49] wrote: > Gilles DAROLD <[EMAIL PROTECTED]> writes: > > > Hi, > > > > Please don't use RPM if you don't want to have a Win$ based install. > > It's remember me a very old question: Where are the DLL ? > > > > The better way is to get the tar

Re: [GENERAL] Trouble with RPM

2000-07-17 Thread Prasanth A. Kumar
Gilles DAROLD <[EMAIL PROTECTED]> writes: > Hi, > > Please don't use RPM if you don't want to have a Win$ based install. > It's remember me a very old question: Where are the DLL ? > > The better way is to get the tarball and do a fresh compilation, you will > learn more about postgres (see the

Re: [GENERAL] Trouble with RPM

2000-07-17 Thread Jeffrey A. Rhines
BTW, Lamar, thanks for the RPMs. Fine job. Lamar Owen wrote: > > Gilles DAROLD wrote: > > Please don't use RPM if you don't want to have a Win$ based install. > > It's remember me a very old question: Where are the DLL ? > > > The better way is to get the tarball and do a fresh compilation, yo

Re: [GENERAL] Trouble with RPM

2000-07-17 Thread Lamar Owen
Gilles DAROLD wrote: > Please don't use RPM if you don't want to have a Win$ based install. > It's remember me a very old question: Where are the DLL ? > The better way is to get the tarball and do a fresh compilation, you will > learn more about postgres (see the INSTALL file and other document