Menu

Compiling issue with MuL ??

2012-08-20
2012-08-20
  • Srikrishna Gopi

    Srikrishna Gopi - 2012-08-20

    Hi Developers,

    I am trying to compile the mul controller. However ./configure complains "-levent not found" and exits. I have built and installed libevent2.0.18 as mentioned in README. Any clue ??

    Gopi

     
    • Dipjyoti Saikia

      Dipjyoti Saikia - 2012-08-20

      Hi Gopi,

      I assume you have built libevent by hand i.e not using the configure_ext_lib script. If that is the case , then, depending on where you have installed libevent
      you can pass appropriate flags to configure script. eg. ./configure LDFLAGS=-Lpath-where-libevent-was-installed CFLAGS=-Ipath-where-libevent-headers-were-installed

      Normally, libraries are installed in /usr/lib or /usr/local/lib and headers should be in /usr/include or /usr/local/include.

      Hope that would solve your problem.

      Regards,
      Dip

       

      Last edit: Dipjyoti Saikia 2012-08-20
      • Srikrishna Gopi

        Srikrishna Gopi - 2012-08-20

        Thanks Dip. It worked like a charm. I kinda liked mul controller implementation from whatever code I have seen. Hope it can give a tough fight to floodlights out there once you roll out more features !!!

        Cheers
        Gopi

         

        Last edit: Srikrishna Gopi 2012-08-20

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.