> when you install a src package, this is *not* installed in the rpm-db; > instead you find all the stuff under the tree /usr/src/redhat/XXXX > where XXXX for you is SPEC (the .spec of the rpm) and SRPM (the > content of the package > > HTH > Ok, I can see that the evolution source was installed under /usr/src/redhat/SOURCES. Unfortunately, the mail-notification install still says it can't find it when I do: ./configure --with-evolution-source-dir=/usr/src/redhat/SOURCES What's also interesting is that configure also says it can't enable stuff because GMime is not found, but I have gmime installed: Mailbox backends --enable-mbox no (GMime not found) --enable-mh no (GMime not found) --enable-maildir no (GMime not found) --enable-pop3 no (GMime not found) --enable-imap no (GMime not found) --enable-gmail yes --enable-evolution no (Evolution not found) --enable-sylpheed no (GMime not found) POP3 and IMAP features --enable-ssl no (POP3 and IMAP support disabled) --enable-sasl no (POP3 and IMAP support disabled) --enable-ipv6 no (POP3 and IMAP support disabled) Type "make" to build Mail Notification 2.0. [root@laptop mail-notification-2.0]# rpm -qa | grep gmime gmime-2.1.15-1.fc4 Thanks, James