[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: relocation error: my_shared.so: undefined symbo:_Z17krb5_init_contextPP17krb5_context_data



Thanks, this really helps

with regards,
Radek Kotesovec



----- Original Message -----
From: Johan Danielsson <joda@pdc.kth.se>
To: rkotesovec@kerio.com
Cc: heimdal-discuss@sics.se
Sent: Fri,  3 Sep 2004 10:21:13 +0200
Subject: Re: relocation error: my_shared.so: undefined symbo: _Z17krb5_init_contextPP17krb5_context_data


> Radek Kotesovec <rkotesovec@kerio.com> writes:
> 
> > auth_krb5_t: relocation error: ./my_shared.so: undefined symbol:
> _Z17krb5_init_contextPP17krb5_context_data
> 
> This looks like C++ name mangling. You need extern "C" around the
> include.
> 
> /Johan
>