On Thu, Dec 5, 2013 at 12:36 AM, Trent Creekmore <[email protected]> wrote:
> This is for version 7.4.6 on CentOS 6.4 , 64 bit > > > > > > After my other issue of "exiting on signal 15" has gone unresolved, I am > starting to believe this a OpenVZ issue. I have decided to try to compile > the source in order to try to find the cause of rsyslog shutting down. > > > > > > During the configure process, it halts and returns this: > > > > ----------------- > > configure: error: Package requirements (libestr >= 0.1.9) were not met: > > > > No package 'libestr' 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 LIBESTR_CFLAGS > > and LIBESTR_LIBS to avoid the need to call pkg-config. > > ----------------- > > > > > > I see libestr is located at /usr/lib64/libestr.so so I adjust configure > accordingly, with: > > Usually, all libraries have two packages: one for the runtime version and one for development. The runtime is just the lib itself, whereas the development version contains the headers (and other stuff) required to build a program against these libraries. The development versions usually have -dev or -devel appended to the base name. I think in our repositories it is libestr-dev that you are missing. The same will probably happen for libee (not sure if it is required in any case) HTH Rainer > > > ./configure PKG_CONFIG_PATH=/usr/lib64 > > > > > > > > Please advise on what I should do. > > > > Thank you > > > > > > > > > > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > DON'T LIKE THAT. > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

