|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Fedora 14 installation issuesHi,
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 Help-gnunet@... http://lists.gnu.org/mailman/listinfo/help-gnunet |
|
|
Re: Fedora 14 installation issuesHello,
My guess is that you haven't installed the header files, which usually come in devel packages (something like libextractor-devel-0.6.1-1403.fc14.i686.rpm). Best regards, Vitaly 19.03.2011 21:10, 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 > Help-gnunet@... > http://lists.gnu.org/mailman/listinfo/help-gnunet _______________________________________________ Help-gnunet mailing list Help-gnunet@... http://lists.gnu.org/mailman/listinfo/help-gnunet |
|
|
Re: Fedora 14 installation issuesWhat 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 > Help-gnunet@... > http://lists.gnu.org/mailman/listinfo/help-gnunet _______________________________________________ Help-gnunet mailing list Help-gnunet@... http://lists.gnu.org/mailman/listinfo/help-gnunet |
|
|
Re: Fedora 14 installation issuesThe 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 <christian@...> Date: Sunday, March 20, 2011 10:50 am Subject: Re: [Help-gnunet] Fedora 14 installation issues To: help-gnunet@... Cc: Vipin Jain <vj358@...> > 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 > > Help-gnunet@... > > http://lists.gnu.org/mailman/listinfo/help-gnunet _______________________________________________ Help-gnunet mailing list Help-gnunet@... http://lists.gnu.org/mailman/listinfo/help-gnunet |
|
|
Re: Fedora 14 installation issuesThat's a small problem (fixed in SVN HEAD a while ago) that newer versions of
the linker don't try to resolve symbols against libraries that are indirectly linked into the binary. Using the Makefile.am from SVN HEAD should fix this. Best, Christian On Sunday, March 20, 2011 04:43:34 pm Vipin Jain wrote: > 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 <christian@...> > Date: Sunday, March 20, 2011 10:50 am > Subject: Re: [Help-gnunet] Fedora 14 installation issues > To: help-gnunet@... > Cc: Vipin Jain <vj358@...> > > > 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 > > > Help-gnunet@... > > > http://lists.gnu.org/mailman/listinfo/help-gnunet > > _______________________________________________ > Help-gnunet mailing list > Help-gnunet@... > http://lists.gnu.org/mailman/listinfo/help-gnunet _______________________________________________ Help-gnunet mailing list Help-gnunet@... http://lists.gnu.org/mailman/listinfo/help-gnunet |
| Free embeddable forum powered by Nabble | Forum Help |