Re: undefined PLT symbol?
"Charles M. Hannum" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general,gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Mar 15, 2004 at 10:55:39PM +0100, Manuel Bouyer wrote: > On Mon, Mar 15, 2004 at 08:48:27PM +0100, Ivan Voras wrote: > > > > But my original problem remains. I recompiled all of postgresql and > > reinstalled (manually deleting the old executables), but no luck. What > > could I try next? What is PLT? (Google knows of *a lot* of similar > > cases, endemic to NetBSD, but no solution.) > > I get theses with X on alpha if I use the 1.6.x ld.elf_so. Using the > one from current make this go away. I don't know if this would > work in your case too ... Yes, the old ld.elf_so would generate this probabilistically; it occured most often on Alpha because of the repeated calls through the dynamic linker, but it could occur on other platforms as well. "Fixed in -current."