Warpten / protobuf-wireshark

Automatically exported from code.google.com/p/protobuf-wireshark
Apache License 2.0
0 stars 1 forks source link

Cannot compile on Ubuntu 9.04 #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ubuntu 9.04
Wireshark 1.2.2
Protobuff 2.0.3-2.2
protobuf-wireshark 0.2

I followed B. Generic Message Dissector

Cannot compile. Here is error:
*** Warning: Linking the shared library GoogleProtoBuf.la against the
non-libtool
*** objects  wireshark-glue-GoogleProtoBuf.o is not portable!
libtool: link: gcc -shared  .libs/packet-GoogleProtoBuf.o 
wireshark-glue-GoogleProtoBuf.o   -L/usr/local/lib /usr/lib/libprotobuf.so
 -pthread -Wl,-soname -Wl,GoogleProtoBuf.so   -pthread -Wl,-soname
-Wl,GoogleProtoBuf.so -o .libs/GoogleProtoBuf.so
libtool: link: ( cd ".libs" && rm -f "GoogleProtoBuf.la" && ln -s
"../GoogleProtoBuf.la" "GoogleProtoBuf.la" )
Unable to compile wireshark plugin in
/home/iron/temp/wireshark-1.2.2/plugins/GoogleProtoBuf

Original issue reported on code.google.com by ironph...@gmail.com on 5 Oct 2009 at 12:05

GoogleCodeExporter commented 8 years ago
I got the exact same error message on Ubuntu 8.04.3

Original comment by scottjbe...@gmail.com on 23 Nov 2009 at 4:46

GoogleCodeExporter commented 8 years ago
Did you guys try out the specific dissector instead of general one ?

Original comment by dear.c...@gmail.com on 23 Mar 2010 at 1:12

GoogleCodeExporter commented 8 years ago
The same on
Debian GNU/Linux 6.0.6 (squeeze)
Ubuntu 12.04.1 LTS (precise)
using Generic Message Dissector

How to handle that ? 

Original comment by igor.kap...@gmail.com on 8 Feb 2013 at 3:15