Image

Imagenikolast wrote in Imagelinux

id3tag.pc not found

I've been trying to install Gnomad2 on my machine and when I run the program it doesn't work. So I run it in the terminal and it tells me that libid3tag is missing eventhough I installed it. I ran ./configure for Gnomad2 hoping to gain some insight to what is going wrong. It tells me this:

checking for id3tag >= 0.15... 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
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

I'm positive I installed package and that I installed the correct package (libid3tag-0.15.1b)

Show how do I get gnome2 to detect that I have the package installed?

[Edited to add: I did a whereis for id3tag.pc and it doesn't turn up but all the other files from the package installed correctly]