Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 1998 15:47:22 -0800 (PST)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        andreas@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: ports/print/lyx Makefile ports/print/lyx/files md5 ports/print/lyx/pkg PLIST
Message-ID:  <199811102347.PAA12732@silvia.hip.berkeley.edu>
In-Reply-To: <199811101516.HAA22862@freefall.freebsd.org> (message from Andreas Klemm on Tue, 10 Nov 1998 07:16:01 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Although xforms should be ok for ELF I got the following error message
 *   at startup of lyx:
 *   
 *   	/usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found
 *   
 *   Had to apply a symlink manually:
 *   
 *   root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88
 *   root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib

This means the ELF port of xforms is not correct.  soname should be
"libforms.so.0", not "libforms.so.0.88".

Satoshi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811102347.PAA12732>