The config.log complained about not finding extractor.h. So I installed both libextractor & libtool from source, that was able to get through the configuration process. Now, when I run make, I get these error messages make[3]: Entering directory `/home/vipin/Downloads/gnunet-0.9.0pre2/src/transport' CCLD libgnunettransport.la CCLD libgnunet_plugin_transport_tcp.la CCLD libgnunet_plugin_transport_udp.la CCLD libgnunet_plugin_transport_template.la CCLD gnunet-transport CCLD gnunet-service-transport make[3]: Leaving directory `/home/vipin/Downloads/gnunet-0.9.0pre2/src/transport' Making all in peerinfo-tool make[3]: Entering directory `/home/vipin/Downloads/gnunet-0.9.0pre2/src/peerinfo-tool' CCLD gnunet-peerinfo /usr/bin/ld: gnunet-peerinfo.o: undefined reference to symbol 'GNUNET_HELLO_iterate_addresses' /usr/bin/ld: note: 'GNUNET_HELLO_iterate_addresses' is defined in DSO /home/vipin/Downloads/gnunet-0.9.0pre2/src/hello/.libs/libgnunethello.so.0 so try adding it to the linker command line /home/vipin/Downloads/gnunet-0.9.0pre2/src/hello/.libs/libgnunethello.so.0: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[3]: *** [gnunet-peerinfo] Error 1 make[3]: Leaving directory `/home/vipin/Downloads/gnunet-0.9.0pre2/src/peerinfo-tool' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/vipin/Downloads/gnunet-0.9.0pre2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/vipin/Downloads/gnunet-0.9.0pre2' make: *** [all] Error 2
----- Original Message ----- From: Christian Grothoff <[email protected]> Date: Sunday, March 20, 2011 10:50 am Subject: Re: [Help-gnunet] Fedora 14 installation issues To: [email protected] Cc: Vipin Jain <[email protected]> > What does config.log say (at the end)? That file should include more > > information... > > Best, > > Christian > > On Saturday, March 19, 2011 07:10:16 pm Vipin Jain wrote: > > Hi, > > > > I am trying to install gnunet-0.9.0pre2 on Fedora 14. I am facing some > > issues with the libextractor, the installation cannot find the package, > > even if I have the 0.6.1 libextractor installed. Below are the > messages I > > get > > > > checking for libextractor... /home/vipin > > checking extractor.h usability... no > > checking extractor.h presence... no > > checking for extractor.h... no > > configure: error: GNUnet requires libextractor > > [vipin@compname gnunet-0.9.0pre2]$ > > > > [vipin@compname gnunet-0.9.0pre2]$ /usr/bin/libextractor-extract -v > > extract v0.6.1 > > > > Thank you. > > > > _______________________________________________ > > Help-gnunet mailing list > > [email protected] > > http://lists.gnu.org/mailman/listinfo/help-gnunet _______________________________________________ Help-gnunet mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnunet
