Page 1 of 1

[Solved] Building on Debian 6.0.0 squeeze

Posted: Tue Feb 08, 2011 12:16 am
by Tchangalo
Hi, i am trying to build Transmission 2.20 from tarball on debian 6. I get this error:

Code: Select all

configure: error: Package requirements (libevent >= 2.0.10) were not met:

No package 'libevent' 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 LIBEVENT_CFLAGS
and LIBEVENT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
libevent (1.4.13) and libevent-dev (1.4.13) are alredy installed. Is the version 2.0.10 really needed?
Is there another solution?
Thanks!

Re: Building on Debian 6.0.0 squeeze

Posted: Tue Feb 08, 2011 12:20 am
by livings124
libevent 2.0 is required.

Re: Building on Debian 6.0.0 squeeze

Posted: Tue Feb 08, 2011 12:45 am
by Tchangalo
livings124 wrote:libevent 2.0 is required.
installed libevent-dev 2.0.10 and worked perfectly.
Thanks!

Re: [Solved] Building on Debian 6.0.0 squeeze

Posted: Sun Feb 13, 2011 3:21 pm
by DJArty
There is the source of libevent 2.0.10 ??
P.S. ok - found here