| 1 Jul 13:58

Error building Erlang

Hi,

I'm trying to install Erlang in a centOS 5 but I'm getting the following errors when I run make

/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_next_cred':
(.text+0x738): undefined reference to `keyctl_read_alloc'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_get_principal':
(.text+0xf2b): undefined reference to `keyctl_read_alloc'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_getkeycount':
(.text+0x1196): undefined reference to `keyctl_read'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_clearcache':
(.text+0x1237): undefined reference to `keyctl_clear'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_clearcache':
(.text+0x1269): undefined reference to `keyctl_clear'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':
(.text+0x184f): undefined reference to `request_key'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':
(.text+0x1887): undefined reference to `keyctl_read'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':
(.text+0x190f): undefined reference to `keyctl_search'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':
(.text+0x1945): undefined reference to `add_key'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':
(.text+0x1ae5): undefined reference to `keyctl_search'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_initialize':
(.text+0x20f8): undefined reference to `add_key'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_store':
(.text+0x2b8f): undefined reference to `add_key'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_generate_new':
(.text+0x2d1b): undefined reference to `keyctl_search'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_generate_new':
(.text+0x2d5d): undefined reference to `add_key'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_start_seq_get':
(.text+0x32e5): undefined reference to `keyctl_read'
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_destroy':
(.text+0x39a5): undefined reference to `keyctl_unlink'
/usr/lib/libkrb5support.a(selinux.o): In function `pop_fscreatecon':
(.text+0x1a): undefined reference to `is_selinux_enabled'
/usr/lib/libkrb5support.a(selinux.o): In function `pop_fscreatecon':
(.text+0x34): undefined reference to `setfscreatecon'
/usr/lib/libkrb5support.a(selinux.o): In function `pop_fscreatecon':
(.text+0x40): undefined reference to `freecon'
/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':
(.text+0x77): undefined reference to `is_selinux_enabled'
/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':
(.text+0x97): undefined reference to `getfscreatecon'
/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':
(.text+0x149): undefined reference to `matchpathcon'
/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':
(.text+0x160): undefined reference to `setfscreatecon'
/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':
(.text+0x173): undefined reference to `freecon'
/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':
(.text+0x198): undefined reference to `freecon'
/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':
(.text+0x1bd): undefined reference to `freecon'
collect2: ld returned 1 exit status
make[4]: *** [../priv/bin/i686-pc-linux-gnu/ssl_esock] Error 1
make[4]: Leaving directory `/Instalacoes/otp_src_R12B-3/lib/ssl/c_src'
make[3]: *** [opt] Error 2
make[3]: Leaving directory `/Instalacoes/otp_src_R12B-3/lib/ssl/c_src'
make[2]: *** [opt] Error 2
make[2]: Leaving directory `/Instalacoes/otp_src_R12B-3/lib/ssl'
make[1]: *** [opt] Error 2
make[1]: Leaving directory `/Instalacoes/otp_src_R12B-3/lib'
make: *** [libs] Error 2

Does anyone knows what could be causing this?
--
Gonçalo Duarte
-----------------------
A humanidade está a perder os seus maiores génios...Aristóteles faleceu... Newton bateu as botas... Einstein morreu... e eu não me estou a sentir lá muito bem...

<div><p>Hi,<br><br>I'm trying to install Erlang in a centOS 5 but I'm getting the following errors when I run make<br><br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_next_cred':<br>(.text+0x738): undefined reference to `keyctl_read_alloc'<br>
/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_get_principal':<br>(.text+0xf2b): undefined reference to `keyctl_read_alloc'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_getkeycount':<br>
(.text+0x1196): undefined reference to `keyctl_read'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_clearcache':<br>(.text+0x1237): undefined reference to `keyctl_clear'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_clearcache':<br>
(.text+0x1269): undefined reference to `keyctl_clear'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':<br>(.text+0x184f): undefined reference to `request_key'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':<br>
(.text+0x1887): undefined reference to `keyctl_read'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':<br>(.text+0x190f): undefined reference to `keyctl_search'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':<br>
(.text+0x1945): undefined reference to `add_key'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_resolve':<br>(.text+0x1ae5): undefined reference to `keyctl_search'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_initialize':<br>
(.text+0x20f8): undefined reference to `add_key'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_store':<br>(.text+0x2b8f): undefined reference to `add_key'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_generate_new':<br>
(.text+0x2d1b): undefined reference to `keyctl_search'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_generate_new':<br>(.text+0x2d5d): undefined reference to `add_key'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_start_seq_get':<br>
(.text+0x32e5): undefined reference to `keyctl_read'<br>/usr/lib/libkrb5.a(cc_keyring.o): In function `krb5_krcc_destroy':<br>(.text+0x39a5): undefined reference to `keyctl_unlink'<br>/usr/lib/libkrb5support.a(selinux.o): In function `pop_fscreatecon':<br>
(.text+0x1a): undefined reference to `is_selinux_enabled'<br>/usr/lib/libkrb5support.a(selinux.o): In function `pop_fscreatecon':<br>(.text+0x34): undefined reference to `setfscreatecon'<br>/usr/lib/libkrb5support.a(selinux.o): In function `pop_fscreatecon':<br>
(.text+0x40): undefined reference to `freecon'<br>/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':<br>(.text+0x77): undefined reference to `is_selinux_enabled'<br>/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':<br>
(.text+0x97): undefined reference to `getfscreatecon'<br>/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':<br>(.text+0x149): undefined reference to `matchpathcon'<br>/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':<br>
(.text+0x160): undefined reference to `setfscreatecon'<br>/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':<br>(.text+0x173): undefined reference to `freecon'<br>/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':<br>
(.text+0x198): undefined reference to `freecon'<br>/usr/lib/libkrb5support.a(selinux.o): In function `push_fscreatecon':<br>(.text+0x1bd): undefined reference to `freecon'<br>collect2: ld returned 1 exit status<br>
make[4]: *** [../priv/bin/i686-pc-linux-gnu/ssl_esock] Error 1<br>make[4]: Leaving directory `/Instalacoes/otp_src_R12B-3/lib/ssl/c_src'<br>make[3]: *** [opt] Error 2<br>make[3]: Leaving directory `/Instalacoes/otp_src_R12B-3/lib/ssl/c_src'<br>
make[2]: *** [opt] Error 2<br>make[2]: Leaving directory `/Instalacoes/otp_src_R12B-3/lib/ssl'<br>make[1]: *** [opt] Error 2<br>make[1]: Leaving directory `/Instalacoes/otp_src_R12B-3/lib'<br>make: *** [libs] Error 2<br><br clear="all">Does anyone knows what could be causing this?<br>-- <br>Gon&ccedil;alo Duarte<br>-----------------------<br>A humanidade est&aacute; a perder os seus maiores g&eacute;nios...Arist&oacute;teles faleceu... Newton bateu as botas... Einstein morreu... e eu n&atilde;o me estou a sentir l&aacute; muito bem...
</p></div>
Peter Lemenkov | 1 Jul 14:12

Re: Error building Erlang

Hello!

2008/7/1 Gonçalo Duarte <pingu22 <at> gmail.com>:
> Hi,
>
> I'm trying to install Erlang in a centOS 5 but I'm getting the following
> errors when I run make

[skipped]

> Does anyone knows what could be causing this?

krb5-devel is missing.

BTW why you decided to rebuild erlang by yourself instead of using one
from EPEL-repository? You need R12B-x?
--

-- 
With best regards!
_______________________________________________
erlang-questions mailing list
erlang-questions <at> erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
| 1 Jul 15:38

Re: Error building Erlang


2008/7/1 Peter Lemenkov <lemenkov <at> gmail.com>:
Hello!

2008/7/1 Gonçalo Duarte <pingu22 <at> gmail.com>:
> Hi,
>
> I'm trying to install Erlang in a centOS 5 but I'm getting the following
> errors when I run make

[skipped]

> Does anyone knows what could be causing this?

krb5-devel is missing.

BTW why you decided to rebuild erlang by yourself instead of using one
from EPEL-repository? You need R12B-x?
--
With best regards!

I don't know if I need R12B-x... I'm installing ejabberd from source and it needs erlang so I downloaded that version.

Do I need that?

Thanks.


--
Gonçalo Duarte
-----------------------
A humanidade está a perder os seus maiores génios...Aristóteles faleceu... Newton bateu as botas... Einstein morreu... e eu não me estou a sentir lá muito bem...
<div>
<br><div class="gmail_quote">2008/7/1 Peter Lemenkov &lt;<a href="mailto:lemenkov <at> gmail.com">lemenkov <at> gmail.com</a>&gt;:<br><blockquote class="gmail_quote">
Hello!<br><br>
2008/7/1 Gon&ccedil;alo Duarte &lt;<a href="mailto:pingu22 <at> gmail.com">pingu22 <at> gmail.com</a>&gt;:<br><div class="Ih2E3d">&gt; Hi,<br>
&gt;<br>
&gt; I'm trying to install Erlang in a centOS 5 but I'm getting the following<br>
&gt; errors when I run make<br><br>
</div>[skipped]<br><div class="Ih2E3d">
<br>
&gt; Does anyone knows what could be causing this?<br><br>
</div>krb5-devel is missing.<br><br>
BTW why you decided to rebuild erlang by yourself instead of using one<br>
from EPEL-repository? You need R12B-x?<br>--<br>
With best regards!<br>
</blockquote>
</div>
<br>I don't know if I need R12B-x... I'm installing ejabberd from source and it needs erlang so I downloaded that version.<br><br>Do I need that?<br><br>Thanks.<br><br clear="all"><br>-- <br>
Gon&ccedil;alo Duarte<br>-----------------------<br>A humanidade est&aacute; a perder os seus maiores g&eacute;nios...Arist&oacute;teles faleceu... Newton bateu as botas... Einstein morreu... e eu n&atilde;o me estou a sentir l&aacute; muito bem...
</div>
| 1 Jul 16:03

Re: Error building Erlang

Thank you.

I got it from EPEL-repository.

2008/7/1 Peter Lemenkov <lemenkov <at> gmail.com>:
Hello!

2008/7/1 Gonçalo Duarte <pingu22 <at> gmail.com>:
> Hi,
>
> I'm trying to install Erlang in a centOS 5 but I'm getting the following
> errors when I run make

[skipped]

> Does anyone knows what could be causing this?

krb5-devel is missing.

BTW why you decided to rebuild erlang by yourself instead of using one
from EPEL-repository? You need R12B-x?
--
With best regards!



--
Gonçalo Duarte
-----------------------
A humanidade está a perder os seus maiores génios...Aristóteles faleceu... Newton bateu as botas... Einstein morreu... e eu não me estou a sentir lá muito bem...
<div>
<p>Thank you.<br><br>I got it from EPEL-repository.<br><br></p>
<div class="gmail_quote">2008/7/1 Peter Lemenkov &lt;<a href="mailto:lemenkov <at> gmail.com">lemenkov <at> gmail.com</a>&gt;:<br><blockquote class="gmail_quote">
Hello!<br><br>
2008/7/1 Gon&ccedil;alo Duarte &lt;<a href="mailto:pingu22 <at> gmail.com">pingu22 <at> gmail.com</a>&gt;:<br><div class="Ih2E3d">&gt; Hi,<br>
&gt;<br>
&gt; I'm trying to install Erlang in a centOS 5 but I'm getting the following<br>
&gt; errors when I run make<br><br>
</div>[skipped]<br><div class="Ih2E3d">
<br>
&gt; Does anyone knows what could be causing this?<br><br>
</div>krb5-devel is missing.<br><br>
BTW why you decided to rebuild erlang by yourself instead of using one<br>
from EPEL-repository? You need R12B-x?<br>--<br>
With best regards!<br>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Gon&ccedil;alo Duarte<br>-----------------------<br>A humanidade est&aacute; a perder os seus maiores g&eacute;nios...Arist&oacute;teles faleceu... Newton bateu as botas... Einstein morreu... e eu n&atilde;o me estou a sentir l&aacute; muito bem...
</div>

Gmane