> To: viking-devel@lists.sourceforge.net > From: pfpschnei...@gmail.com > Date: Tue, 1 Sep 2015 13:45:31 -0700 > Subject: [Viking-devel] compiling git source under Fedora > > I´m trying to see if the git source fixes a segmentation fault for me under > Fedora. However, I´m having problems getting the configuration to set up > correctly. > > It seems that libcurl is not being found, but I do have it installed: > > idefix code> ./autogen.sh > [...lots of output...] > checking for gawk... (cached) gawk > checking for curl-config... no > checking whether libcurl is usable... no > configure: error: libcurl is needed but not found > idefix code> sudo dnf install libcurl > Last metadata expiration check performed 2:59:58 ago on Tue Sep 1 10:40:28 > 2015. > Package libcurl-7.40.0-5.fc22.x86_64 is already installed, skipping. > Dependencies resolved. > Nothing to do. > Complete! > > > Any suggestions? >
When building Viking from source you'll need the source code headers for each library used as well as the library itself. IIRC for Fedora it will be the package 'libcurl-devel' (which will probably install the program curl-config too) Fedora packages tend to be the same as openSUSE. The libcurl detection in Viking's build automake is quite old and borrowed from elsewhere - so it might not give the best error messages. Also take a look at: https://sourceforge.net/p/viking/wikiallura/Source_code/ HTH. ------------------------------------------------------------------------------ _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/