http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5434
Summary: spamc build doesn't find libz.so in /usr/local/lib
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: Building & Packaging
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Building SA v3.2.0-rc3 on Solaris 8 - if libz.so is in /usr/local/lib (rather
than /usr/lib), then spamc doesn't link correctly, causing the following
runtime error:
ld.so.1: ../spamc/spamc: fatal: libz.so: open failed: No such file or
directory
A workaround is to use the following "make" command:
LD_RUN_PATH=/usr/local/lib make
but it would be better if the configuration code supplied the right link
options.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.