Hi,

Lee

2008/4/7, Lee Begg <[EMAIL PROTECTED]>:
> On Tue, 08 Apr 2008, M H wrote:
>  > Hi,
>  >
>  > currently I'm trying  to create some rpm packages for libtpproto-cpp and
>  > Parsek.
>  >
>  > Trying to configure libtpproto-cpp gives me this error at the opensuse
>  > build service:
>
>
> Which version of libtpproto-cpp? The last release or git source?

The last release 0.1.1 .

>  > checking for pthread_create in -lpthread... no
>  > configure: error: libtpproto-cpp requires pthread library
>  >
>  > But before I checked with "ls /lib64 | grep libpt" or "ls /lib | grep
>  > libpt", depends on architecture if there are files with the name
>  > libpthread. I get this two responses on both architectures and all
>  > distributions: libpthread-2.6.1.so
>  > libpthread.so.0
>
>
> I'm not sure if it helps, but I have a libpthread.so in /usr/lib, and files
>  similar to above in /lib
>
>  That seems a very odd error.


ls /usr/lib64 | grep libpt or ls /usr/lib | grep libpt gives me:
libpthread.a
libpthread.so
libpthread_nonshared.a

>  > The error happens on the following distributions:
>  > Fedora 6,7
>  > openSuse 10.2, 10.3 Factory
>  > Suse Linux 10.0, 10.1
>  > Suse Linux Enterprise 10
>
>
> That is a worry.
>
>
>  > On Mandriva 2006 it configures completely and tries to compile.
>  > But ends with the following:
>
>
> That's good. But why should it be different?
>

I found a difference between opensuse 10.3 and Mandriva 2006

openSUSE 10.3

ls /lib | grep libpt
libpthread-2.6.1.so
libpthread.so.0

ls /usr/lib | grep libpt
libpthread.a
libpthread.so
libpthread_nonshared.a

Mandriva 2006

ls /lib | grep libpt
libpthread-0.10.so                 <--different version or name
libpthread.so.0
ls /usr/lib | grep libpt
libpthread.so
libpthread_nonshared.a
                                          <--libpthread.a is missing

>
>  > g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -c tlssocket.cpp -fPIC -DPIC -o
>  > .libs/tlssocket.o
>  > tlssocket.cpp: In constructor 'TPProto::TlsSocket::TlsSocket()':
>  > tlssocket.cpp:30: error: cannot convert
>  > 'gnutls_certificate_credentials_st**' to 'DSTRUCT**' for argument '1' to
>  > 'int gnutls_certificate_allocate_credentials(DSTRUCT**)'
>  > tlssocket.cpp:31: error: cannot convert
>
>
> What version of gnutls are you using/have installed?
>
>
>  >
>  > Hope someone can help me to get this rpm packages done.
>  >
>  > Thanks in advance (acc)Agon
>
>
> Thank Agon
>
>  Later
>
> Lee
>
> _______________________________________________
>  tp-devel mailing list
>  [email protected]
>  http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
>
>
>
_______________________________________________
tp-devel mailing list
[email protected]
http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel

Reply via email to