CentOS 5 :: Installing Rtorrent - Package Requirements Not Met
May 29, 2009
I'm completed new to Linux and centos. I've tried to install rtorrent and installed these packages:
Openssl:
=======
[root@server2 bin]# rpm -qa | grep openssl*
openssl-perl-0.9.8e-7.el5
openssl-devel-0.9.8e-7.el5
openssl-0.9.8e-7.el5
openssl-devel-0.9.8e-7.el5
openssl-0.9.8e-7.el5
[root@server2 bin]# yum list installed openssl*
Loaded plugins: fastestmirror, priorities
Installed Packages
openssl.i686 0.9.8e-7.el5 installed
openssl.x86_64 0.9.8e-7.el5 installed
pkg-config:
=======
pkgconfig.x86_64 1:0.21-2.el5 installed
libsigc++
======
libsigc++20.x86_64 2.0.17-1.el5.rf installed
libsigc++20-devel.x86_64 2.0.17-1.el5.rf installed
cUrl
====
curl.x86_64 7.15.5-2.1.el5_3.4 installed
nCursess
======
ncurses.i386 5.5-24.20060715 installed
ncurses.x86_64 5.5-24.20060715 installed
ncurses-devel.i386 5.5-24.20060715 installed
ncurses-devel.x86_64 5.5-24.20060715 installed
For some of them I used apt-get ( yes I had to install apt first) and the other, I used yum.
But when I run ./configure in libtorrent-0.12.4 directory, I get this error at the end of it's process:
checking pkg-config is at least version 0.9.0... yes
checking for OPENSSL... configure: error: Package requirements (openssl) were not met:
No package 'openssl' 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 OPENSSL_CFLAGS and OPENSSL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
What should I do to install it?
View 9 Replies
ADVERTISEMENT
Jul 12, 2010
i ve been trying to compile rtorrent from source and while configuring i run to this: Code: checking for OPENSSL. configure: error: Package requirements (openssl) were not met: No package 'openssl' 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 OPENSSL_CFLAGS and OPENSSL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. i tried to install openssl and than i came up to this:
[Code]....
View 3 Replies
View Related
Jan 18, 2011
i am trying to install libtorrent and rtorrent from source packages. however while configuring i get this:
Code:
checking for OPENSSL... configure: error: Package requirements (openssl) were not met:
No package 'openssl' 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 OPENSSL_CFLAGS and OPENSSL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. i ve come to "PKG_CONFIG_PATH" a lot of times while trying to install something manually on fedora.
View 8 Replies
View Related
May 24, 2010
Today I was using Gchempaint (part of Gnome Chemistry Tools) and found that the F12 version fails miserably to correctly export H to xyz. So I decided to install the latest version I found (0.11). There are, however, some problems I must sort out during compilation.
Apparently it does not see my 'cairo' installation and so I get the following error message:
Code:
checking for cairo... configure: error: Package requirements (cairo >= 1.6.0) were not met: No package 'cairo' 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 cairo_CFLAGS and cairo_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
View 2 Replies
View Related
Aug 14, 2009
checking for GLADE... configure: error: Package requirements (libglade-2.0 >= 2.4) were not met:I can't find this file, I tried running yum install libglade and it worked, but it won't accept it.Package libglade2-2.6.4-1.fc11.x86_64 already installed and latest version.
View 1 Replies
View Related
Jul 23, 2011
configure: error: Package requirements (purple) were not met:No package 'purple' 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 PURPLE_CFLAGS and PURPLE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. What am I supposed to do from here? I know libpurple is installed but the package "purple" doesn't even exist. The application I'm trying to install is called gFire by the way.
View 2 Replies
View Related
Sep 23, 2011
Error installing mod_ssl on centos 5.7. Do not install the mod_ssl module says there is a package conflict, some way to fix it?. is a 64-bit
[Code]...
View 5 Replies
View Related
May 3, 2009
i'm having hard times trying to get rtorrent working on two CentOS boxes (one is 5.2 and the other 5.3, both x86_64)
i'm using rtorrent RPMs provided from rpmforge
they install fine, starts fine ... but there's simply absolutely no traffic at all !!! I'm sure ISPs are not blocking torrent (they can be shapping, but blocking i'm pretty sure they arent). And when i say there's no traffic, i mean rtorrent cant even download the torrent file when i inform the [URL] from inside rtorrent. It stays there on 0% and there's no download.
if i download the file from the console, with wget for example, i can download it successfully.
i have already tcpdumped the machine and i can confirm rtorrent is not even generating any kind of traffic. NOTHING.
do anyone got rtorrent from rpmforge working fine on CentOS 5.2 and 5.3 x86_64 boxes ?
it should be simply .... at least it was on Fedora 8 and 9 that i used before start using CentOS ...
View 4 Replies
View Related
Jun 8, 2011
Intel just pushed out a new driver that speeds up performance on certain chipsets. Has anyone here tried it yet? I've tried compiling but run into a weird error :
Quote:
checking for XORG... no
configure: error: Package requirements (xorg-server >= 1.6 xproto fontsproto randrproto renderproto xextproto x11 xextproto) were not met:
No package 'x11' found
[Code]...
View 2 Replies
View Related
Oct 25, 2010
I am using CentOS release 5.2 (Final). Now the problem is the yum is not installing the pkg I required.
I am facing the following error.
The program package-cleanup is found in the yum-utils package.
View 1 Replies
View Related
Apr 12, 2011
I'm a java developer that must use the official JDK distribution. We tried using the open version and it gave us problems. We run the same java in DEV as we do in PRO.
OpenOffice INSISTS -- CANNOT LIVE WITHOUT -- the openjdk... EVERY TIME I try to update, it wants to install that package!
Is there a way that I can block the system from installing a package? Maybe I could just tell people to do --skip-broken with all their upgrade commands, because I disabled that package somehow? Anyone know how to do this?
View 1 Replies
View Related
Oct 8, 2010
I'm trying to install the nautilus-dropbox plugin for dropbox on my CentOS 5.5; while configuring, there is the following error message:
checking pkg-config is at least version 0.9.0... yes
checking for NAUTILUS... yes
checking for GLIB... yes
checking for python... /usr/bin/python
[code]....
But I think I have already installed pygtk2, as shown by yum:
Installed Packages
pygtk2.x86_64 2.10.1-12.el5 installed
pygtk2-codegen.x86_64 2.10.1-12.el5 installed
[code]....
So does the error message means that it requires pygtk rather than pygtk2?
View 5 Replies
View Related
Jun 26, 2010
What are the system requirements for the CentOS 5 liveCD?
View 1 Replies
View Related
Feb 11, 2010
I installed VMware server on my CentOS 5 machine. I had problems getting that working. Then I installed VMware Workstation. That worked fine. Then I tried using VMware server, but apparently VMware Workstation deleted some of VMware Servers files. So, I uninstalled VMware Workstation. Then I tried to reinstall VMware Server, but rpm complains package VMware-server-2.0.2-203138.x86_64 is already installed
View 3 Replies
View Related
Jun 9, 2011
I have tried to install CentOS about twenty times. Each time it hangs up at package download. I says that file rsh-o,17-40.e15.i386.rpm cannot be oppened Due to a missing file or corrupt package or corrept nedia.
View 4 Replies
View Related
Oct 18, 2010
i wants to install "gtk2" package but it needs many dependencies. how can i install the main package with all dependencies in an easy steps?
View 3 Replies
View Related
Jan 24, 2010
I am planning on moving a few of my machines over to CentOS 5.4, and was wondering what the requirements are for both the 32 and 64 bit versions. So what are the requirements for CentOS 32 bit and 64 bit?
View 3 Replies
View Related
May 20, 2011
I am wondering if anyone knows the hardware requirements for running XEN?I am using an HP G72 B60US Laptop (Intel I3 M370) with 4GB of memory, and I am using Windows 7 with Oracle VirtualBox. I am using CentOS 5.6 (64 bit) as a client of Oracle Virtualbox.I do have virtualization enabled in BIOS and VT-x is enabled in VirtualBox.I've checked other sources, and some say that VT-x is enough, but another source says VT-x and VT-d are both required on the cpu.
View 3 Replies
View Related
Aug 3, 2011
I have a problem when installing this package through synaptic package manager. this is :
libpng12-dev
the error is:
W: Failed to fetch http://security.ubuntu.com/ubuntu/po...tu2.1_i386.deb
404 Not Found [IP: 91.189.92.167 80]
my distribution is ubuntu 10.4.
View 1 Replies
View Related
Feb 24, 2010
Is there a way to determine which libraries a package needs before installing the package itself?
View 2 Replies
View Related
Feb 3, 2011
I was building yesterday the boost-1.45.0 RPM package for CentOS 5.5.
View 3 Replies
View Related
Apr 3, 2009
Why does centos-release-notes have any dependancies ?
I can see no reason why centos-relese-notes should depend on centos-release when I try "yum erase centos-release-notes" I am told there are 72 dependancies including completely irrelevant packages such as tar all because of this unnecessary dependancy.
The centos-release-notes package simply contains a bunch of text/html files that nothing else relies upon, so why the dependancies ?
View 4 Replies
View Related
Feb 23, 2010
I am trying to see if there is an authbind equivalent or authbind package for CentOS/RHEL? x If so, where can I get more info and download it? It seems to be only available for Debian and Ubuntu.
View 3 Replies
View Related
Aug 22, 2010
Im using rtorrent on my 2.97ghz celeron D with 512mb ram and 160gb hd (ide) and when im downloading with rtorrent the cpu goes 85-100% usage and the whole computer get slow. iv got 100mbit download.. so i download in 11.4MB/s.. could it be the harddrive? using debian 5.. fresh install..
View 6 Replies
View Related
May 24, 2010
I know this thread rumours around for some time now and it is usually not a good idea to bump it to the head, but my problem is quite similar. I have set up the script, it is run and the screen starts. But rtorrent won't start. It starts only if I run the /etc/init.d/rtorrent start manually. The init script is from here, more or less the official version. Does anyone know why a app don't start with init.d? A big problem, of course, is that there are no logs to examine why it fails in the first place. It could be a simple dependency problem, but as it starts with prio 99, even this should be fine.
View 3 Replies
View Related
Feb 19, 2010
I've been trying to get the XML RPC interface on rTorrent working for some time now, without success. I'm running Debian 5.0 'Lenny' (stable) i386 on a Intel Atom, and need to let an external application communicate with rTorrent via XML RPC.
I've hand compiled the XML RPC C (1.06) libraries and tried the default packaged version for Lenny, and tried almost all possible combinations of the libtorrent10/libtorrent11 libraries and the rtorrent 0.7.9 through to the latest 0.8.x release. As far as I can see the compilation of both the XML RPC libraries and libtorrent work flawlessly (using no special parameters for the 'configure' scripts). I've compiled rTorrent with the --with-xmlrpc-c syntax, which is also accepted, and it compiles flawlessly.
Code:
system:~# xmlrpc 127.0.0.1:5000 system.listMethods
Error: Curl failed to perform HTTP POST request. curl_easy_perform() says: Empty reply from server (-504)
However, rTorrent (running in a shell) reports
[Code]....
View 1 Replies
View Related
Apr 15, 2010
I am running Lenny, but I wanted to use a newer version of rtorrent, so I am running it via schroot. I have an init.d script from the rtorrent website that would automatically start rtorrent on boot, but now I am running rtorrent through schroot, it doesn't work anymore.I believe it may be something in my rc.# folders. I seem to remember adding a command to end all schroot sessions when shutting down the ompur, and I was thinking that it might be interfering with rtorrent starting correctly.Any tips on how I troubleshoot this? Here's a file listing of my rc2.d folder:
README S16openvpn
S20cups S20noip2
S20rtorrent S24dhcdbd S89anacron
[code]....
View 1 Replies
View Related
Jan 16, 2010
here it says that i can send an email on complete, but i dont havew the newest version of rtorrent, [URL] how do i set rtorrent 0.8.2 to send an email when finished?
View 1 Replies
View Related
Apr 22, 2010
I've been using rTorrent for a good two years now, and it's been running smoothly until about 6 months ago when random crashes and freezes would occur, between once per day and once per week. (I think it freezes if I run in screen, and crashes if I run it directly.) I've updated both rtorrent and libtorrent, updated cURL, and searched the internet near and far for a solution. I finally got this output (pastebin) after a crash today. I'm not sure how far up it goes, mainly because I'm not sure how I can scroll up the terminal window, and syslog doesn't seem to be of any help. Bottom line, I have no idea what rtorrent/libtorrent are doing, and random crashes are becoming very frustrating. For what it's worth I have a very large library (2000+) of shared files. Using version 9.04
View 3 Replies
View Related
Sep 10, 2010
I'm running rtorrent 0.8.6/0.12.6 with the rtorrent.rc below. I have watch directories set up and all the torrents picked up from the watch directory will automatically resume after a few seconds if I try to pause them. This is not a problem with manually added torrents. Everybody that uses rtorrent uses watch directories why should mine be a problem?
View 1 Replies
View Related