Date: Tue, 30 May 2006 04:34:02 -0800 From: "Noah" <admin2@enabled.com> To: Anton Berezin <tobez@tobez.org> Cc: ports-post <freebsd-ports@freebsd.org> Subject: Re: speedy_backend: Undefined symbol "PL_memory_wrap" Message-ID: <20060530123053.M44575@enabled.com> In-Reply-To: <20060530113843.GH17713@heechee.tobez.org> References: <20060529114148.M94547@enabled.com> <20060530113843.GH17713@heechee.tobez.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 May 2006 13:38:43 +0200, Anton Berezin wrote > On Mon, May 29, 2006 at 03:48:12AM -0800, Noah wrote: > > FreeBSD-4.11 > > > I am attempting to build openwebmail-2.52_1 from /usr/ports . I am receiveing > > a speedy_backend: Undefined symbol "PL_memory_wrap" error when I config with > > SpeedyCGI. > > > > Also PERL is SUID Enabled. Any clues why this is happening and how I can cure > > the situation. > > > cd /usr/ports/lang/perl5.8 > > make -DENABLE_SUIDPERL > > make install > > Did you execute "use.perl port" ? > Hi Anton, Firstly, thank you for responding. yes - just after the build. Look at perl -V for more information > > then to openwebmail. > > > /usr/libexec/ld-elf.so.1: /usr/local/bin/speedy_backend: Undefined symbol > > "PL_memory_wrap" > > speedy[32037]: Cannot spawn backend process > > *** Error code 1 > > What does ldd /usr/local/bin/speedy_backend say? typhoon# ldd /usr/local/bin/speedy_backend /usr/local/bin/speedy_backend: libperl.so => /usr/lib/libperl.so (0x28072000) libm.so.2 => /usr/lib/libm.so.2 (0x2810a000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28126000) libutil.so.3 => /usr/lib/libutil.so.3 (0x2813f000) libc_r.so.4 => /usr/lib/libc_r.so.4 (0x28148000) > > Do you happen to have LD_LIBRARY_PATH defined in your (or root's) > environment)? > How do I verify this? What am I looking for? This is a FreeBSD-4.11 machine CHeers, Noah > \Anton. > -- > An undefined problem has an infinite number of solutions. > -- Robert A. Humphrey > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060530123053.M44575>