Displaying 1 result from an estimated 1 matches for "mhash_get_block_size".
2008 Jan 09
3
CentOS and GCC Question
Hi People
I am trying to build a piece of software from source in this case aide
0.13.1 using this config line ./configure --with-zlib --with-selinux.
The configure step completes but there is a Warning that concerns me.
This is taken from config.log
configure:9809: checking for mhash_get_block_size in -lmhash
configure:9844: gcc -o conftest -g -O2 -static -static conftest.c
-lmhash -lz >&5
/usr/bin/ld: cannot find -lmhash
collect2: ld returned 1 exit status
The machine I am trying to do this build on is Cent0S 5 with the latest
updates. It didn't originally have gcc install...