Here is what I did so far
when I ran the configure command it gave the following error

checking for pthread_create in -lpthread... no
configure: error: libpthread not found!

I queried for it using rpm -qa | grep libp
Here is the output
glibc-utils-2.3.2-95.37
glibc-devel-2.3.2-95.37
glibc-common-2.3.2-95.37
glib-1.2.10-11.1
glibc-profile-2.3.2-95.37
glibc-headers-2.3.2-95.37
glibc-2.3.2-95.37
glib2-2.2.3-2.0
glibc-kernheaders-2.4-8.34.2

I added the /usr/lib directory to the LIB path since it contains files like
libpthread.a  libpthread_nonshared.a  libpthread_p.a  libpthread.so

Nothing worked so far .... what am I doing wrong here
Kindly suggest

Thank you
Lalit Nagpal
CSA, SunGard


tabish121 wrote:
> 
> You need to install libpthread on this machine, or if its installed then
> you need to ensure that its in the LD_LIBRARY_PATH etc.  This is
> something that you sys-admin should be able to help you with.
> 
> 
> 
>> -----Original Message-----
>> From: Lalit Nagpal [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, February 15, 2007 8:46 AM
>> To: users@activemq.apache.org
>> Subject: building activemq cpp latest repository code on linux
>> 
>> 
>> 
>> Hi
>> 
>> We tried building activemq-cpp latest source code on linux
>> Linux 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686
> i386
>> GNU/Linux
>> 
>> Here is the error that we got for it ....
>> checking for Cppunit - version >= 1.10.2... 1.10.2
>> checking for pthread_create in -lpthread... no
>> configure: error: libpthread not found!
>> 
>> It seems some library is missing that is stopping the configure
> command
>> from
>> completing.
>> 
>> Please suggest what needs to be done to install the missing part.
>> 
>> Thanks
>> Lalit Nagpal
>> CSA, SunGard
>> --
>> View this message in context:
> http://www.nabble.com/building-activemq-cpp-
>> latest-repository-code-on-linux-tf3233821s2354.html#a8985582
>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/building-activemq-cpp-latest-repository-code-on-linux-tf3233821s2354.html#a9005242
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to