From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28381 invoked by alias); 25 Dec 2008 06:52:47 -0000 Received: (qmail 28374 invoked by uid 22791); 25 Dec 2008 06:52:47 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_46,UNPARSEABLE_RELAY X-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_46,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from acsinet11.oracle.com (HELO acsinet11.oracle.com) (141.146.126.233) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 25 Dec 2008 06:52:05 +0000 Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBP6rGGm007035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Dec 2008 06:53:17 GMT Received: from acsmt706.oracle.com (acsmt706.oracle.com [141.146.40.84]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mBP6qTfo031871 for ; Thu, 25 Dec 2008 06:52:30 GMT Received: from dhcp-beijing-cdc-10-182-120-164.cn.oracle.com (/10.182.120.164) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 24 Dec 2008 22:51:57 -0800 Message-ID: <49532D27.2070902@oracle.com> Date: Fri, 26 Dec 2008 18:28:00 -0000 From: Wenji Huang Reply-To: wenji.huang@oracle.com User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: SystemTAP Subject: Building error for latest stap tree Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsmt706.oracle.com [141.146.40.84] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010209.49532D8F.0053:SCFSTAT928724,ss=1,fgs=0 X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q4/txt/msg00648.txt.bz2 Hi, I got building error for latest stap tree(commit 46a8c85fde5ba9bcf4fa55e8f435959af4d32fea). [wjhuang@EL5U2-64bits ~]$ cat /tmp/error certutil: self-signing a cert request is not supported. certutil: unable to open "ssl/server/stap-server.cert" for reading (-5950, 2). Cannot find certificate file ssl/server/stap-server.cert And for EL4, certutil: command not found. Seems no nss-tools rpm available. I tried yum or up2date, but couldn't find nss-tools or certuils. Can we have option to enable/disable it, like ./configure --disable-stap-sever Regards, Wenji