Results 1 to 3 of 3

Thread: Syslog-ng v2.0 installation error

  1. #1

    Syslog-ng v2.0 installation error

    Hello,

    I'm trying to install syslog-ng v2.0 and I keep getting this error. Errorlog is installed and the glib libraries too which provide the pkg_config files.

    Error messages occur when running "make".

    Code:
    checking for EVTLOG... configure: error: Package requirements (eventlog) were not met:
    
    No package 'eventlog' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables EVTLOG_CFLAGS
    and EVTLOG_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    I've looked on the web and some sites say I should do the following commands prior to running "make", but the errors remain.

    Code:
    # EVTLOG_LIBS=/usr/local/lib/
    # export EVTLOG_LIBS
    
    # PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
    # export PKG_CONFIG_PATH
    Any thoughts on what could be wrong?

  2. #2
    I had this problem when I upgraded Fedora. Try using just the

    Code:
    # PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
    # export PKG_CONFIG_PATH
    and clear out your EVTLOG_LIBS definition. That can be done by logging in and out.

  3. #3
    Thanks. That fixed it.

Similar Threads

  1. Device Manager Error Codes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 12:52 AM
  2. GL not working ati 7000
    By Mip in forum Linux - Software, Applications & Programming
    Replies: 19
    Last Post: 10-28-2004, 09:29 PM
  3. Questions,sound, aureal, using MDK 9.0
    By SuperRobotic in forum Linux - General Topics
    Replies: 12
    Last Post: 02-10-2003, 01:31 PM
  4. problems compiling fealnx.c
    By jjanela in forum Linux - Software, Applications & Programming
    Replies: 15
    Last Post: 01-04-2003, 09:54 AM
  5. Tid-Bits #6- GRUB error code
    By babbing in forum Linux - General Topics
    Replies: 2
    Last Post: 09-10-2002, 08:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •