Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
im using slackware 10, and when i run ./configure for gnomad2, i get this error:
root@HAL:/home/dave/programs/gnomad2-2.5.0# ./configure
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 gthread-2.0 gtk+-2.0 libgnomeui-2.0 libnjb id3tag... Package id3tag was not found in the pkg-config search path.
Perhaps you should add the directory containing `id3tag.pc'
to the PKG_CONFIG_PATH environment variable
No package 'id3tag' found
configure: error: Library requirements ( glib-2.0 gthread-2.0 gtk+-2.0 libgnomeui-2.0 libnjb id3tag) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
root@HAL:/home/dave/programs/gnomad2-2.5.0#
i looked at my installed packages, and i see that all those packages it says is missing are actually installed except gthread-2.0 and id3tag, so i went out and i couldnt find gthread-2.0, but i downloaded id3lib and id3tag. still get that same error. is there a way to skip the configure errors so i can go ahead and run make and make install?
---edit---
i installed the rpm, using rpm -i --nodeps because if a LOT of missing dependencies. gnomad runs, but it cant detect any Jukebox on the usb device, so im thinking its "libusb", but wheni go to download the latest usb library, it takes me to the kernel.org website.
Last edited by DAChristen29; 11-22-2004 at 01:55 PM.
Also pay special attention to the fact that we switched ID3 tag reader library from id3lib to libid3tag which is better for us. If you compile id3tag from source, then add *this file* into /usr/local/lib/pkgconfig (create that directory if it doesn't exist!) most packages of libid3tag will include this file by default.
i downloaded the file you told me to, and moved it (as root) to the /usr/local/lib/pkgconfig directory. there are only 2 files there now, the one you just told me to download and a libnjb file.
i had to get the CVS of libnjb and the fedora core 3 RPM of gnomad2. the source, again wouldnt compile because of the same errors as above, so what i did was just used "rpm -i --nodeps" to install gnomad2 (yes, RPM on slackware 10)
and it worked. dont run as root, you might get errors and the app will crash, run as a normal user.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.