| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: Making rpath a bit more flexible |
| Date: | 2004-10-12 06:56:14 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Am Montag, 11. Oktober 2004 22:31 schrieb Tom Lane:
> The problem of course is that we have no rpath pointing to the place
> where libperl.so lives. (Now that I look, the only reason this worked
> before was that I had /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE
> mentioned in /etc/ld.so.conf in my old installation.)
This is a bug in the operating system. It should be configured so that it can
find all libraries that it installs itself.
> What I would like to do about this is change the platform-specific
> makefiles to provide these macros in the form
> rpath = -Wl,-rpath,$(rpathdir)
I have no problem with that. But are there going to be cases where we need to
point to more than one library path?
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2004-10-12 07:22:30 | Re: PL/PgSQL for counting all rows in all tables. |
| Previous Message | Heikki Linnakangas | 2004-10-12 06:27:44 | Re: CVS fixed ... |