Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 8987 invoked from network); 22 Oct 2009 13:04:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Oct 2009 13:04:59 -0000 Received: (qmail 30622 invoked by uid 500); 22 Oct 2009 13:04:58 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 30554 invoked by uid 500); 22 Oct 2009 13:04:58 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 30544 invoked by uid 99); 22 Oct 2009 13:04:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 13:04:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tabish121@gmail.com designates 74.125.92.148 as permitted sender) Received: from [74.125.92.148] (HELO qw-out-1920.google.com) (74.125.92.148) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 13:04:47 +0000 Received: by qw-out-1920.google.com with SMTP id 14so975185qwa.26 for ; Thu, 22 Oct 2009 06:04:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=R2YmFyGwkU1nMKmkRJ8W2VlPrPYkTo2cWbbvNNQgP8c=; b=OdO2aFxDwHmz2C/Pt2ELQIPUh+utTp1ApT9P8DoQYI5GyMIIr6f+6fR2Y1pCpmCEeN HnLQZQtLo7jIQDhwlU0rRu00G30LmkPanquoJeynT35e1JWHvG9EkhfozUQClv642ljz 6aRCir1JB5VoFOmP/ThwLIKsSU2oQ7h+LObdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=HvkyFPgBTq2ODkHAD08LsYND0e5tR75CwKxOJF7nl9Kh0cUxew5YiYOdTejYinkyBe zn4SB/41WIdOKfYJXMvVu5tOAAHs/SD6xs4v0tSTjLQpKFoFQEy0LAQfBltsnu0fDoAv mCuBOEhJNygLp6+FnJiBiUzaFaELaz93iAqpU= Received: by 10.224.73.78 with SMTP id p14mr4655550qaj.56.1256216666565; Thu, 22 Oct 2009 06:04:26 -0700 (PDT) Received: from ?192.168.2.150? (c-69-138-183-90.hsd1.va.comcast.net [69.138.183.90]) by mx.google.com with ESMTPS id 4sm5279611qwe.7.2009.10.22.06.04.25 (version=SSLv3 cipher=RC4-MD5); Thu, 22 Oct 2009 06:04:25 -0700 (PDT) Subject: Re: Installing Activemq-cpp in HP-UX From: Timothy Bish To: users@activemq.apache.org In-Reply-To: <26008333.post@talk.nabble.com> References: <26007199.post@talk.nabble.com> <1256207075.2895.2.camel@localhost> <26008333.post@talk.nabble.com> Content-Type: text/plain Date: Thu, 22 Oct 2009 09:04:24 -0400 Message-Id: <1256216664.2895.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2009-10-22 at 04:29 -0700, Radha Manickam wrote: > Hi Tim, > > > I have libpthread installed in /usr/lib/. > > I added the path in SHLIB_PATH. > > Even though i got the same error. > > I am compiling using gcc. > Which version of ActiveMQ-CPP are you using? What versions do you have for autoconf, automake, libtool, gcc ? Hard to help without more info on your setup. Regards Tim. > > Radha. > > > Timothy Bish wrote: > > > > On Thu, 2009-10-22 at 02:47 -0700, Radha Manickam wrote: > >> Can anyone help on how to install activemq-cpp in hp-ux. > >> I am using 3.0 version of activemq-cpp. > >> > >> When i tried to configure, i got the following error message. > >> > >> > >> checking for time... yes > >> > >> checking for ftime... yes > >> > >> checking for cppunit-config... /usr/local/bin/cppunit-config > >> > >> checking for Cppunit - version >= 1.10.2... 1.12.1 > >> > >> checking for pthread_create in -lpthread... no > >> > >> configure: error: libpthread not found! > >> > >> > >> Where can i found libpthread. > > > > libpthread is usually found in either /usr/lib and pthread.h is > > in /usr/include. If you have the locate command you can try running > > `locate libpthread` > > > > Regards > > Tim. > > > > > > > > > > > -- Tim Bish http://fusesource.com http://timbish.blogspot.com/