Date: Mon, 18 Feb 2002 20:05:34 +0200 From: Yiorgos Adamopoulos <adamo@dblab.ece.ntua.gr> To: ports@FreeBSD.org Subject: ports/msql problem Message-ID: <20020218200534.A287@dblab.ece.ntua.gr>
next in thread | raw e-mail | index | archive | help
Hi! ports/msql installs the small interpreter named lite. Now lite installed from ports, depends on the shared library liblite.so.1. This is not the default behavior, since building mSQL by hand shows that by default lite is a static binary. And now the tricky problem: If lite is static everything works OK. If lite is dynamically linked (as ports/msql does) at least function substr does not work as expected. Doing strace on the lite interpreter did not show anything that could be used to trace the problem (liblite.so seems to be loaded OK). So I think you must change the port to build static binaries. uname -a FreeBSD city.dbnet.ece.ntua.gr 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Feb 18 19:36:31 EET 2002 george@city.dbnet.ece.ntua.gr:/usr/obj/usr/src/sys/GENERIC i386 gcc -v Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] -- Yiorgos Adamopoulos -- #include <std/disclaimer.h> adamo@dblab.ece.ntua.gr -- Knowledge and Data Base Systems Laboratory, NTUA 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?20020218200534.A287>