From owner-freebsd-questions Mon Oct 13 00:48:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27421 for questions-outgoing; Mon, 13 Oct 1997 00:48:45 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27413 for ; Mon, 13 Oct 1997 00:48:37 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (ts3port2d.masternet.it [194.184.65.187]) by www.giovannelli.it (8.8.7/8.8.5) with ESMTP id JAA00318 for ; Mon, 13 Oct 1997 09:51:11 +0200 (MET DST) Message-ID: <3441EEE0.CE80A752@giovannelli.it> Date: Mon, 13 Oct 1997 09:50:24 +0000 From: Gianmarco Giovannelli Reply-To: gmarco@giovannelli.it X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: Zmail for linux under emulation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to give a look to zmail (5.0.0 30July97) for linux, but it won't know to run with the gui on. The first time it complaining about the lack of libXm.so.1.2, so I tried to ln -s mine (coming with CDE from Xig) in /compact/linux/lib but it said this one was not an elf file... Fortunately on the CDE for FreeBSD there is also the Linux version :-) so I put a couple of lib in the /compact/linux/lib : libMrm.so.1.2 and libXm.so.1.2 but then when I use the graphic interface: gmarco:/usr/tmp#zmail -gui (or -motif) Found no X Application Defaults, using fallbacks. zmail: can't resolve symbol '_Xlcmbcurmax' And now ??? :-) Any ideas ? Have I to find more linux libs ? Thanks in advance for your kind reply...