i386/144536: /libexec/ld-elf.so.1: /usr/local/sbin/exim: Undefined symbol "PL_sv_yes"

Thomas Kalota thomas at kalota.info
Sun Mar 7 21:10:08 UTC 2010


>Number:         144536
>Category:       i386
>Synopsis:       /libexec/ld-elf.so.1: /usr/local/sbin/exim: Undefined symbol "PL_sv_yes"
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 07 21:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Kalota
>Release:        FreeBSD 7.1-64 bit
>Organization:
>Environment:
>Description:
Welcome! In Perl-5.* (either in .8.9 and .10.1) while compiling and installing it from ports with thread support (perl-threaded). There is an error in libperl.so. 

libperl.so if required by sendmail or exim, so...

After:

ln -s /usr/local/lib/perl5/5.*/mach/CORE/libperl.so /usr/local/lib/

we fix standard error: /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "sendmail"

BUT, we will get another one:

/libexec/ld-elf.so.1: /usr/local/sbin/exim: Undefined symbol "PL_sv_yes"

And our exim/sendmail won't start.


>How-To-Repeat:

>Fix:
To fix this problem we need to pkg_delete perl-threaded, and compile another build without thread support (default config is fine). As for me it is quite inconvenient, because I use threaded internment often.

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-i386 mailing list