List Info

Thread: Re: Gnutls problems with make




Re: Gnutls problems with make
country flaguser name
France
2007-08-17 14:35:38
libtasn1 essential sources are include in the GnuTLS
sources.
Take a look in the GnuTLS configure options and sources.

 +++++++++++++++++++++

Steve Pirk write :
> I am thinking I should just re-install GnuTLS.
libtasn1* does
> not exist anywhere on my system. Researching now...
>
> --
> Steve
>
> On Fri, 17 Aug 2007, Steve Pirk wrote:
>
>   
>> Very cool. I will give these a shot when I get to
work. I really
>> appreciate the help.
>>
>> --
>> Steve
>>
>> On Fri, 17 Aug 2007, y.le.nyifrance.com wrote:
>>
>>     
>>> Hello Steve,
>>>       
>> 1) First solution, you can patch jabberd14-1.6.1.1
sources with this patch :
>> http://lists.xmppd.org/pipermail/dev/2007-August/000
117.html
>>
>> or
>>
>> 2) second solution, add variables when you do
configure like this :
>>
CPPFLAGS="-I/path_for_libtasn1/libtasn1-0.3.7/include&q
uot; 
>>
LDFLAGS="-L/path_for_libtasn1/libtasn1-0.3.7/lib"

>> ./configure 
>> --prefix=/usr/local
>>
>> Yannick
>>
>> ++++++++++++++++++
>>
>> De : oriondeathcon.com
>> Date : 17/08/07 00:50:59
>> A : jadminjabber.org
>>
>> Sujet : [jadmin] Gnutls problems with make
>> System: Slackware Linux version 12.0
>>  Kernel: 2.6.21.5-smp
>>
>>  I am trying to compile that lastest jabberd14
(jabberd14-1.6.1.1) and
>>  make is failing with the following:
>>
>>   g++
-DLOCALEDIR="/usr/local/share/locale"
-DHAVE_CONFIG_H -I. -I. -I..
>>  -Ilib -g -O2 -MT mio_tls.lo -MD -MP -MF
.deps/mio_tls.Tpo -c mio_tls.cc
>>  -fPIC -DPIC -o .libs/mio_tls.o
>>  mio_tls.cc:37:22: error: libtasn1.h: No such file
or directory
>>
>>  Running ./configure did not find any errors
though...
>>
>>  checking for GnuTLS... checking for pkg-config...
/usr/bin/pkg-config
>>  checking pkg-config is at least version 0.9.0...
yes
>>  checking for GNUTLS... yes
>>  checking for TLS 1.2 support in GnuTLS... no
>>  checking for GNUTLSEXTRA... yes
>>
>>  Do I need TLS 1.2 support? Maybe re-install GnuTLS
from source?
>>  --
>>  Steve
>>  _______________________________________________
>>  JAdmin mailing list
>>  JAdminjabber.org
>>  http:/
/mail.jabber.org/mailman/listinfo/jadmin
>>  FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
>>  _______________________________________________
>>
>> _______________________________________________
>> JAdmin mailing list
>> JAdminjabber.org
>> http:/
/mail.jabber.org/mailman/listinfo/jadmin
>> FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
>> _______________________________________________
>>
>>     
>
>
>   

_______________________________________________
JAdmin mailing list
JAdminjabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________

Re: Gnutls problems with make
country flaguser name
United States
2007-08-17 17:23:03
GnuTLS 1.6.2 is installed, but nowhere on the system can I
find
libtasn1*. I found the standalone installer, and am going
to
try installing it. Maybe GnuTLS was compiled without
libtasn1
support. I have emailed the Slackware team in case they
know.

--
Steve

On Fri, 17 Aug 2007, Yannick LE NY wrote:

> libtasn1 essential sources are include in the GnuTLS
sources.
> Take a look in the GnuTLS configure options and
sources.
>
>  +++++++++++++++++++++
>
> Steve Pirk write :
> > I am thinking I should just re-install GnuTLS.
libtasn1* does
> > not exist anywhere on my system. Researching
now...
> >
> > --
> > Steve
> >
> > On Fri, 17 Aug 2007, Steve Pirk wrote:
> >
> >
> >> Very cool. I will give these a shot when I get
to work. I really
> >> appreciate the help.
> >>
> >> --
> >> Steve
> >>
> >> On Fri, 17 Aug 2007, y.le.nyifrance.com wrote:
> >>
> >>
> >>> Hello Steve,
> >>>
> >> 1) First solution, you can patch
jabberd14-1.6.1.1 sources with this patch :
> >> http://lists.xmppd.org/pipermail/dev/2007-August/000
117.html
> >>
> >> or
> >>
> >> 2) second solution, add variables when you do
configure like this :
> >>
CPPFLAGS="-I/path_for_libtasn1/libtasn1-0.3.7/include&q
uot; 
> >>
LDFLAGS="-L/path_for_libtasn1/libtasn1-0.3.7/lib"

> >> ./configure 
> >> --prefix=/usr/local
> >>
> >> Yannick
> >>
> >> ++++++++++++++++++
> >>
> >> De : oriondeathcon.com
> >> Date : 17/08/07 00:50:59
> >> A : jadminjabber.org
> >>
> >> Sujet : [jadmin] Gnutls problems with make
> >> System: Slackware Linux version 12.0
> >>  Kernel: 2.6.21.5-smp
> >>
> >>  I am trying to compile that lastest jabberd14
(jabberd14-1.6.1.1) and
> >>  make is failing with the following:
> >>
> >>   g++
-DLOCALEDIR="/usr/local/share/locale"
-DHAVE_CONFIG_H -I. -I. -I..
> >>  -Ilib -g -O2 -MT mio_tls.lo -MD -MP -MF
.deps/mio_tls.Tpo -c mio_tls.cc
> >>  -fPIC -DPIC -o .libs/mio_tls.o
> >>  mio_tls.cc:37:22: error: libtasn1.h: No such
file or directory
> >>
> >>  Running ./configure did not find any errors
though...
> >>
> >>  checking for GnuTLS... checking for
pkg-config... /usr/bin/pkg-config
> >>  checking pkg-config is at least version
0.9.0... yes
> >>  checking for GNUTLS... yes
> >>  checking for TLS 1.2 support in GnuTLS... no
> >>  checking for GNUTLSEXTRA... yes
> >>
> >>  Do I need TLS 1.2 support? Maybe re-install
GnuTLS from source?
> >>  --
> >>  Steve
> >> 
_______________________________________________
> >>  JAdmin mailing list
> >>  JAdminjabber.org
> >>  http:/
/mail.jabber.org/mailman/listinfo/jadmin
> >>  FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
> >> 
_______________________________________________
> >>
> >>
_______________________________________________
> >> JAdmin mailing list
> >> JAdminjabber.org
> >> http:/
/mail.jabber.org/mailman/listinfo/jadmin
> >> FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
> >>
_______________________________________________
> >>
> >>
> >
> >
> >
>
_______________________________________________
JAdmin mailing list
JAdminjabber.org
http:/
/mail.jabber.org/mailman/listinfo/jadmin
FAQ: http://ww
w.jabber.org/about/jadminfaq.shtml
_______________________________________________

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )