From owner-freebsd-questions@FreeBSD.ORG Fri May 25 02:23:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05A6E16A41F for ; Fri, 25 May 2007 02:23:17 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 8032A13C447 for ; Fri, 25 May 2007 02:23:16 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l4P2NEfb008733 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 25 May 2007 09:23:14 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l4P2NBPG070302; Fri, 25 May 2007 09:23:11 +0700 (ICT) Date: Fri, 25 May 2007 09:23:11 +0700 (ICT) Message-Id: <200705250223.l4P2NBPG070302@banyan.cs.ait.ac.th> From: Olivier Nicole To: bsam@ipt.ru In-reply-to: <00267813@srv.sem.ipt.ru> (message from Boris Samorodov on Thu, 24 May 2007 13:14:02 +0400) References: <200705240526.l4O5QlZE040167@banyan.cs.ait.ac.th> <00267813@srv.sem.ipt.ru> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: 2 problems with shared libraries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 02:23:17 -0000 Hi Boris, > However you may try to install the port I wrote: > ftp://ftp.ipt.ru/pub/download/linux-qt3.tar.bz2 > > # cp linux-qt3.tar.bz2 /usr/ports/x11-toolkits > # cd /usr/ports/x11-toolkits > # tar xyf linux-qt3.tar.bz2 > # cd linux-qt3 > # make install clean > > I've tested the port at tinderbox (build/install/deinstall) but can't > test at run time -- there may be missed dependencies (though I hope it > shouldn't happen). Any feedback is appreciated. It looks like it is working: the software now is doing what it is supposed to do! Means that the port of the library should be good. Thanks a lot, Olivier