19 Jan
2010
19 Jan
'10
4:41 p.m.
On Sun, 2010-01-17 at 17:29 -0900, Mr. James W. Laferriere wrote:
Hello All , when doing a 'make install' in eventlog-0.2.10 the file eventlog.pc is NOT installed to /usr/lib64 (see .configure below) . Thus when doing a ./configure in syslog-ng-3.0.5 the configure is unable to find the file on my x86_64 based system . Hopefully everything needed is below .
The pc file is not arch specific and should be installed in ${prefix}/pkg-config And syslog-ng would be looking for this file in directories specified by PKG_CONFIG_PATH, although pkg-config has some hard-wired locations for this variable. -- Bazsi