On Tue, 2009-10-27 at 19:46 -0400, Chris Knadle wrote: > > > > On further thought about your reply and investigation (via Google) > > I believe you've outlined a solution. There is an RPM/YUM analog > > to the apt-get build-dep you described above. It is yum-builddep. > > I can run it against the AIDE source RPM to get a list of the > > needed development libraries. > > Yes, that should work. Installing "Development Libraries" and "KDE > Software Development" didn't solve the issue because the first set are > likely only generic libraries (and you need specific ones), and the > latter are libraries for KDE GUI development that aren't related to > libraries needed for compiling AIDE. > I ran yum-builddep aide. It added two libraries. Surprisingly, ./configure still failed. The config.log was identical with the previous ones.
I'm including the console output for yum-buildep. It may be of interest because it appears to list the dependencies. Chris, I appreciate your help with this problem. One side-effect of learning about installing Aide from source is that it makes the process of compiling the Linux kernel less mysterious and intimidating. [r...@localhost ~]# yum-builddep aide Loaded plugins: refresh-packagekit Enabling fedora-source repository Enabling rpmfusion-free-source repository Enabling rpmfusion-free-updates-source repository Enabling rpmfusion-nonfree-source repository Enabling rpmfusion-nonfree-updates-source repository Enabling updates-source repository libgcrypt-devel-1.4.4-6.fc11.i586 coreutils-7.2-4.fc11.i586 audit-libs-devel-1.7.14-1.fc11.i586 libacl-devel-2.2.47-4.fc11.i586 mhash-devel-0.9.9.9-1.fc11.i586 zlib-devel-1.2.3-22.fc11.i586 libattr-devel-2.4.43-3.fc11.i586 bison-2.4.1-2.fc11.i586 libselinux-devel-2.0.80-1.fc11.i586 flex-2.5.35-5.fc11.i586 --> Running transaction check ---> Package audit-libs-devel.i586 0:1.7.14-1.fc11 set to be updated ---> Package mhash-devel.i586 0:0.9.9.9-1.fc11 set to be updated --> Finished Dependency Resolution ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: audit-libs-devel i586 1.7.14-1.fc11 updates 149 k mhash-devel i586 0.9.9.9-1.fc11 updates 26 k Transaction Summary ================================================================================ Install 2 Package(s) Upgrade 0 Package(s) Total download size: 175 k Is this ok [y/N]: y Downloading Packages: (1/2): audit-libs-devel-1.7.14-1.fc11.i586.rpm | 149 kB 00:02 (2/2): mhash-devel-0.9.9.9-1.fc11.i586.rpm | 26 kB 00:00 -------------------------------------------------------------------------------- Total 28 kB/s | 175 kB 00:06 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing : mhash-devel-0.9.9.9-1.fc11.i586 1/2 Installing : audit-libs-devel-1.7.14-1.fc11.i586 2/2 Installed: audit-libs-devel.i586 0:1.7.14-1.fc11 mhash-devel.i586 0:0.9.9.9-1.fc11 > _______________________________________________ Mid-Hudson Valley Linux Users Group http://mhvlug.org http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug Upcoming Meetings (6pm - 8pm) MHVLS Auditorium Oct 7 - Glade - Linux GUIs made easy Nov 4 - Google Wave Dec 2 - MythTV Jan 6 - Git
