Date: 30 Nov 1999 12:05:02 -0000 From: kenji.rikitake@acm.org To: FreeBSD-gnats-submit@freebsd.org Cc: kenji.rikitake@acm.org Subject: ports/15184: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE Message-ID: <19991130120502.59970.qmail@k2r.org>
next in thread | raw e-mail | index | archive | help
>Number: 15184 >Category: ports >Synopsis: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 04:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kenji Rikitake >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: FreeBSD 3.3-RELEASE >Description: when compiling the package ja-ptex-common-2.1.8 from the 3.3-RELEASE ports collection at japanese/ptex-common, the compiled executable does not run with the error message from /usr/libexec/ld-so.elf of 'libkpathsea.so.* not found'. >How-To-Repeat: cd /usr/ports/japanese/ptex-common make make install rehash ptex >Fix: Disabling using shared library solves this issue, by removing the --enable-shared option on DO_CONFIGURE in the Makefile. *** Makefile.FCS Tue Aug 31 15:46:14 1999 --- Makefile Tue Nov 30 20:47:22 1999 *************** *** 38,40 **** ac_cv_path_install="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ ! ./configure --prefix=${PREFIX} --enable-shared) --- 38,40 ---- ac_cv_path_install="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ ! ./configure --prefix=${PREFIX} ) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991130120502.59970.qmail>