You are not logged in.

#1 2008-01-08 23:38:02

alphahsk
Member
From: Norway
Registered: 2007-01-22
Posts: 40

[SOLVED] Problems building libtorrent+rtorrent

I used this guide to easily build libtorrent+rtorrent on my ubuntu box and want to do the same on my archlinux laptop. However, when doing ./configure for rtorrent I get this message:

checking pkg-config is at least version 0.9.0... yes
checking for STUFF... configure: error: Package requirements (sigc++-2.0 libcurl >= 7.12.0 libtorrent >= 0.11.8) were not met:

No package 'libtorrent' 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 STUFF_CFLAGS
and STUFF_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

libtorrent installed successfully in /usr/local/lib and I have included /usr/local/lib in my /etc/ld.so.conf.

Why is libtorrent then not found??

Last edited by alphahsk (2008-01-09 17:04:13)

Offline

#2 2008-01-09 00:33:36

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: [SOLVED] Problems building libtorrent+rtorrent

Any particular reason for trying to build the latest trunk version yourself instead of using the nice packages in community?


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2008-01-09 04:01:20

semdornus
Member
From: Tokyo
Registered: 2007-08-07
Posts: 47

Re: [SOLVED] Problems building libtorrent+rtorrent

There's also a SVN package in the AUR here.

Last edited by semdornus (2008-01-09 04:02:01)

Offline

#4 2008-01-09 09:30:25

alphahsk
Member
From: Norway
Registered: 2007-01-22
Posts: 40

Re: [SOLVED] Problems building libtorrent+rtorrent

Any particular reason for trying to build the latest trunk version yourself instead of using the nice packages in community?

Yes I know I could just Pacman -S the whole thing, but I though I could just build it straight from his svn trunk for once, and if anything learn a thing or two about compiling stuff in the process.

If anyone has done this on Arch I'd be interested in the tweaks necessary to get it done.

Offline

#5 2008-01-09 17:03:52

alphahsk
Member
From: Norway
Registered: 2007-01-22
Posts: 40

Re: [SOLVED] Problems building libtorrent+rtorrent

I added /usr/local/lib/pkgconfig to the PKG_CONFIG_PATH variable and now it works  smile

Offline

Board footer

Powered by FluxBB