[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#231426: libc6: won't find libraries linked with -R



On Wed, Feb 11, 2004 at 04:04:22PM +0100, Christoph Martin wrote:

> Jeff, what did you do, to make Sophos working on your system? What does
> ldd say? Did you add a line to ld.so.conf?

Hmm..  I only use Sophos with mailscanner.  It looks like it calls sweep
like this:

SAV_IDE=/usr/local/Sophos/ide LD_LIBRARY_PATH=/usr/local/Sophos/lib /usr/local/Sophos/bin/sweep

My debian/rules file to generate the sophos package (I just drop the
linux.intel.libc6.tar file in the root of the package):

#!/usr/bin/make -f
  
include /usr/share/cdbs/1/rules/debhelper.mk
 
pre-build::
        tar -xvf linux.intel.libc6.tar
 
cleanbuilddir::
        rm -rf sav-install
 
install/sophos::
        cd sav-install && ./install.sh -d $(CURDIR)/debian/sophos/usr/local/Sophos -s lib -ni




Reply to: