| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | pkglibdir versus libdir? |
| Date: | 2003-07-30 18:45:31 |
| Message-ID: | 19188.1059590731@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Peter, I'm a little confused about the difference between the libdir and
pkglibdir settings created by configure. What's supposed to go where?
I got a complaint from a Red Hat person that the regression tests failed
on a 64-bit machine. Some investigation revealed that the problem was
that plpgsql.so got installed into $libdir while pg_regress.sh expected
to find it in $pkglibdir. (The fact that they were different was an
RPM configuration bug, but if we are going to have two variables we
certainly ought to support their being different...) I don't know how
to decide which one is wrong.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2003-07-30 18:45:50 | Re: Feature request -- Log Database Name |
| Previous Message | Andrew Sullivan | 2003-07-30 16:42:46 | Re: Upgrading my BSDI box, again |