I get the same error even if I use libevent1.2 (I&#39;m using libevent1.2 and pyevent0.3 on my test server).<br>May be pyevent is trying to use some files that have not been updated while recompiling libevent1.2? How can I clean up those files (I used make clean)?
<br>Thanks for helping me<br>Lorenzo<br><br><div><span class="gmail_quote">On 2/15/07, <b class="gmail_sendername">Niels Provos</b> &lt;<a href="mailto:provos@citi.umich.edu">provos@citi.umich.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It means that pyevent is not in sync with libevent.&nbsp;&nbsp;I&#39;d suggest that<br>you email the author of pyevent and strongly suggest to him to finally<br>get his act together and integrate with libevent properly.<br><br>Niels.
<br><br>On 2/15/07, Lorenzo Viscanti &lt;<a href="mailto:lorenzo.viscanti@gmail.com">lorenzo.viscanti@gmail.com</a>&gt; wrote:<br>&gt; Hi,<br>&gt; I just compiled libevent 1.2a on a linux server. I had no problems with make
<br>&gt; and make install (it seems to me..), later when I try to compile pyevent<br>&gt; here&#39;s what it happens:<br>&gt;<br>&gt; gcc -pthread -shared build/temp.linux-x86_64- 2.4/event.o<br>&gt; ../libevent-1.2a/log.o ../libevent-
1.2a/strlcpy.o ../libevent-1.2a/signal.o<br>&gt; ../libevent-1.2a/epoll.o ../libevent-1.2a/evdns.o ../libevent-1.2a/event.o<br>&gt; ../libevent-1.2a/http.o ../libevent-1.2a/poll.o ../libevent- 1.2a/select.o<br>&gt; ../libevent-
1.2a/buffer.o ../libevent-1.2a/event_tagging.o<br>&gt; ../libevent-1.2a/evbuffer.o -o build/lib.linux-x86_64-2.4/event.so<br>&gt; /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld:<br>&gt; ../libevent- 
1.2a/log.o: relocation R_X86_64_32 against `a local symbol&#39; can<br>&gt; not be used when making a shared object; recompile with -fPIC<br>&gt; ../libevent-1.2a/log.o: could not read symbols: Bad value<br>&gt; collect2: ld returned 1 exit status
<br>&gt;<br>&gt;<br>&gt; I think that something went wrong with the installation of libevent, right?<br>&gt;<br>&gt; thanks,<br>&gt; lorenzo<br>&gt;<br>&gt; _______________________________________________<br>&gt; Libevent-users mailing list
<br>&gt; <a href="mailto:Libevent-users@monkey.org">Libevent-users@monkey.org</a><br>&gt; <a href="http://monkey.org/mailman/listinfo/libevent-users">http://monkey.org/mailman/listinfo/libevent-users</a><br>&gt;<br>&gt;<br>
</blockquote></div><br>