On Mon, Jan 16, 2006 at 02:48:57PM -0800, Larry Wall wrote: : I just had the same problem, and chased it down to the fact that it was : using -L/usr/local/lib ahead of its own blib, so it was linking against : an old libparrot of some sort or other. I'm not sure what the correct : solution is, but as a workaround I deleted /usr/local/lib/libparrot* : and then it links.
Maybe because I had LD_LIBRARY_PATH=/usr/local/lib so that pugs would run? Larry