Fedora :: Installing Rtorrent From Source?

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


ADVERTISEMENT

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 View Related

Red Hat / Fedora :: Installing GCC From Source - RHEL 4u7

Sep 17, 2010

I am trying to install gcc from source, but wish to install to an alternative location, ie /opt/gcc/4.4.4.

I have done so but ran into the problem that the system libs in /usr/lib64 were being located before my libs in /opt/gcc/4.4.4/lib64.

So, I set --libdir=/usr/lib and reinstalled. The libs link in correctly, but now g++ cant find includes, for instance <complex>. I think I could set CPATH to point to the locations of these includes but that doesn't seem like it should be necessary.

So my question is, what is the correct way to install gcc alongside the system versions while allowing linkage to the right libs and location of the includes? I don't want to use prefixes or suffixes because the intel compiler looks at gcc -v to get clues as to how to compile stuff.

It should be noted that I have no internet connectivity on this machine, so building from source is my only option.

View 3 Replies View Related

Red Hat / Fedora :: Rtorrent Won't Start?

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

General :: Error While Installing 2.6.31 Source Code In Fedora 12

Apr 13, 2010

while installing the linux-2.6.31 source code in fedora 12 I got an error:
[root@pratyush linux-2.6.31]# make install
sh /home/parag/rpmbuild/SOURCES/linux-2.6.31/arch/x86/boot/install.sh 2.6.31 arch/x86/boot/bzImage
System.map "/boot"
/sbin/new-kernel-pkg: line 277: /sbin/mkinitrd: No such file or directory
mkinitrd failed

View 2 Replies View Related

Fedora Hardware :: Installing SCSI Controller Driver (source Code Only Available)?

Aug 23, 2010

I have a dell PC running on Fedora 12, and I would like to install this SCSI controller card from adaptec:[URL]I see that the driver for Linux is available only as source code. Can somebody please indicate me how to proceed? I am not advanced enough in Linux to know what to do with it myself...I downloaded the most recent (v2.0.26) Source Code for Linux Kernel v2.6 on all platforms.Here are the contents of the tarball (if it helps in any way):

03/09/2007 08:42 PM 10,821 aic7770.c
03/09/2007 08:42 PM 8,088 aic7770_osm.c
03/09/2007 08:42 PM 51,838 aic79xx.h

[code]....

View 2 Replies View Related

Fedora :: Compiling Rtorrent - No Package 'openssl' Found

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

Software :: Rtorrent 0.7.9 On Fedora - Caught Segmentation Fault

Dec 30, 2008

Due certain torrent sites I'm visiting I was forced to upgrade to rtorrent 0.7.9, which isn't avaiable through F8 repositories so I had to compile it myself. It went fairly smooth and I've been using it now for couple of months with no problems whatsoever.

However, recently, it started crashing on me, at the start, throwing out following message:

Caught Segmentation fault, dumping stack:
Stack dump not enabled.
Aborted

I have no clue what this is. I can assure you that I haven't altered anything on my system after I compiled the client.

Eventually, I am able to start the program, after an x-amount of tries.

I even tried to delete my session directory once. It seems to have helped at one occasion, but several days later, I was in the same trouble.

View 8 Replies View Related

Fedora Installation :: Use The Source Dvd To Install The Source Package?

Feb 19, 2010

installed the fedora 12, but dont know how to use the source dvd to install the source package.

View 3 Replies View Related

Ubuntu :: Installing App From Source

May 4, 2010

i know that the command /.configure will make the "make" file and then i have to make " make install" to install the app. but how to deal with the dependency problem ? i asked my friend about it and he said why dont you use apt instead to install packages but what if i want to use distos like slackware? anyway that friend was not interested in helping me out and i m not expecting to. but can anybody answer this in detail or provide any document on this..

View 6 Replies View Related

Debian Configuration :: Installing The KVM From Source?

Jul 9, 2011

I have a fresh install of Debian Squeeze AMD64 which I'm trying to install KVM on. I have no idea what I'm doing so I figured someone on these forums might be able to explain it. I have already verified VT support and enabled it in the bios. I have googled and read about KVM installation but everything I can find is either confusing or doesn't work. Also I am trying to install it from source because I want to experiment with modifying it later.

View 10 Replies View Related

Ubuntu :: 10.04 - Installing Packages From DVD Source

May 16, 2010

OS: Ubuntu 10.04.
When I try to install some packages by aptitude, I see this:
Before it, I made it (sudo apt-cdrom add):
And it (sudo apt-get update):

My dvd-disk is not broken - md5 checksum is right. In sources.list I have only cdrom source, without any network repositories. When I install one package (for example pptp-linux) which don't use any depending, it work good, but when I have some group of packages - installed only first package from this group, you can see this in a first image, marked by yellow color and set to 16 percent.

View 9 Replies View Related

Ubuntu :: Installing Compiz 0.9.0 From Source?

Jul 4, 2010

installing compiz 0.9.0 from source

ive downloaded the source tar.gz from here,

but i do not know how to install it (USUALLY USE .debs, ppa, .sh

View 8 Replies View Related

Ubuntu :: Installing The Hydra-5.4 From Source?

Oct 16, 2010

i want to install hydra-5.4 from source . but at first in ./configure i have this problem :

Code:

Checking for SAP/R3 (librfc/saprfc.h) ...

.. NOT found, module sapr3 disabled i didn't want that in any place such as it's site.how can i fix this problem?

View 1 Replies View Related

Ubuntu :: Installing The Thunderbird From Source?

Feb 25, 2011

Since I cannot find a deb of thunderbird 3.3, I would like to find another way to install 3.3 on maverick. I have no experience installing from source, so I may need to be coached through it step by step, but I am eager to learn and VERY motivated Why? I am trying to switch from gmail webmail to thunderbird, because of enigmail and privacy. However, I have been spoiled by gmail's elegance, and in order to get the conversation view add-on, so thunderbird still looks like gmail, the add-on requires the 3.3 version of thunderbird. The latest stable version which is in the repos (maverick) is older (3.1). I have already have done the following:

Code:

sudo apt-get install build-essential

then i downloaded the files and extracted to my home directory.now, according to the ubuntugeek, I should execute the following commands:

Code:

./configure make
sudo make install
clean install

but I have a few doubts:

1) Should I first uninstall thunderbird 3.1? and enigmail?

2) Where do I install it, so it can still find my mails and work as now?

3) If it doesn't work out, can I go back, and if so, how? Once installed, will it be uninstallable from apt or synaptic?

4) Will Ubuntu continue to upgrade my thunderbird once a newer version is available at some time in the future?

View 9 Replies View Related

General :: Installing Clisp From Source?

Jan 8, 2010

I'm attempting to install clisp from source and I get the following message at the end of running

[Code]...

I did as it suggests and opened the config.lisp but I am unsure where I add the unlimit command so it will work properly. I tried just dropping it at the top of the file but it did not do anything.

View 14 Replies View Related

Ubuntu :: Installing Gnu Backgammon - Get Source Code?

Jun 10, 2010

I am following these instructions to install gnu backgammon. However I am doing this for the first time and I don't know how to get their source code from their site (here). Do I download everything?

View 2 Replies View Related

Ubuntu :: NEWB - Installing Programs From Source?

Sep 7, 2010

Im trying to install mupen64plus, but to be honest, everything i have installed is from the package manager.I have no idea how to do this through the terminal. But I tried installing the mupen64plus from the package manager, and everytime I open a rom, mupen64plus closes and doesnt load anything....

That version was 1.5, and I downloaded 1.99.3 or whatever it is from the mupen site, but I cant get the sucker to install. There is a install.sh file which I chmod +x too. I then tried, ,/install.sh, make install.

View 2 Replies View Related

Ubuntu :: Installing From Source Code Automated

Mar 6, 2011

I was wondering if there are any tools that automate the process of installing from source for example tar.gz or tar.bz2. I have used kludge installer but I am looking for something that doesn't make me install any dependencies for example I want a bash shell script it just runs the commands you normally do but faster.

View 2 Replies View Related

Ubuntu :: AudioTester V1.6 - Installing Source Code

May 23, 2011

I am having a problem installing a program, AudioTester v1.6 and tests FLACs for errors. [URL]. The .zip file has a windows executable '.exe' and the source code. The code was written for Windows. The source code is written in C++ (.cpp) with C header (.h) files, xml (.vcproj) and one '.exe.manifest'(?) file. I tried the usual commands for compiling (./configure, autogen, make) the source code but no luck. Can I compile this code for Ubuntu/linux? Is there anything I can do with the code? And If so what do I need to do.

View 6 Replies View Related

SUSE :: Installing Wireless Driver From Source?

May 2, 2010

I'm having trouble installing a usb wireless adapter.
Code: # lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 046d:c526 Logitech, Inc.
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 004: ID 0bda:8171 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

(It came with a linux driver but not sure how to install it)
Code: /2009_1106_RT3070_Linux_STA_V2.1.1.0 (2) # ls
chips
iwpriv_usage.txt
README_STA_usb
sta
common
Makefile
RT2870STACard.dat
sta_ate_iwpriv_usage.txt
include
os
RT2870STA.dat
tools the readme just has a change log, no instructions.

View 9 Replies View Related

General :: Installing A New Kernel From Source On RHEL 5

Aug 2, 2011

how to upgrade or install a updated kernel version (3.0).I am using RHEL 5 with kernel 2.6.18-8.I am trying to upgrade through source downloaded at [URL.Also will it be a good practice to upgrade the existing kernel?

View 3 Replies View Related

General :: Installing Mysql On Vps From Source Code?

Mar 3, 2011

I just tried installing mysql on my vps from source code. after untaring the source code. when i tried to configure the ./configure script. iwas not able to find it. it is not there.

View 1 Replies View Related

CentOS 5 :: Installing RPM - Cannot Find Source Code

Jun 27, 2011

I am trying to install an rpm and when I run rpm -ivvh "package" I get this output
Quote:
Expected size: 29111 = lead(96)+sigs(180)+pad(4)+data(28831) D:
Actual size: 29111 D: ldipmi-8.50.0.i386.rpm: Header SHA1 digest: OK (d3665fbf1c1a418ac1bf17befe92870b95c1a446) D: added binary package [0] D: ============== /root /root: not an rpm package (or package manifest): Is a directory D: found 0 source and 1 binary packages

View 5 Replies View Related

Debian Installation :: Installing Gnome 3 From Source Files?

Apr 10, 2011

I just started to use debian at what i would call full speed as soon as i received my copy of the debian 6.0.0 DVDs. i installed it on two offline desktops, one for a friend. i have been able to install certain softwares that don't come along with the distribution such as firefox 4, openoffice 3.3, the latest jdk_update_24, and others, and i've been able to configure them to work well i think... but now, i learnt of the new gnome 3 that has been released recently. i've ofcourse downloaded all the source files at [URL] but now am facing a problem of how i can install these on to the debian computers (they don't have any internet connection).

View 4 Replies View Related

Debian Configuration :: Installing ATI Open Source Drivers

Mar 1, 2016

I just set up a computer with debian (im no linux expert) and now i have trouble with getting the packages for my graphics card (its an RV635)

Im tried to do it like this page says: [URL]....

However when i try to Code: Select allapt-get update he throws an error:

W: Fehlschlag beim Holen von http://httpredir.debian.org/debian/dists/jessie/Release Erwarteter Eintrag »nonfree/binary-amd64/Packages« konnte in Release-Datei nicht gefunden werden (falscher Eintrag in sources.list oder missgebildete Datei)

View 1 Replies View Related

Ubuntu Installation :: Installing Latest Mediawiki From Source

May 28, 2011

I downloaded latest mediawiki, moved the tarball to /usr/share/ exploded the tarball via

Code:

then

Code:

Then in your web browser point to local host 127.0.0.1/wiki

It will then bring you to the wiki configuration setup pages, and you may install databases for this package via phpmyadmin. im going to remove the alias to php my admin after i am done using it again to cut off outside world from seeing the php my admin login page for security reasons.

Im going to do this by adding a # infront of the alias in /etc/apache2/conf.d/phpmyadmin.conf and making it look like this.

Code:

My next to default ubuntu install says we should install caching, and pecl.

Pecl search in synaptic shows dh-make-php as first result. install that, then install [url] extension for mediawiki. i already have apache mysql and php installed, but if you dont have those installed they are requried.

download latest [url], tar -xf intl* to explode package.

## im clearly going to have to refine this.... php-apc shows up in synaptic, installing it does not stop the wiki installer page from throwing errors. going to try [url] to see if that resolves one

download the latest source of eaccelerator.
[url]

tar -xf eaccelerator source package to explode it,

phpize command tells me i need php-dev package, i pull the package from synaptic. i also grab libicu-dev while i am at it.

Code:

goes through, then


Code:

Code:

add to the top of the file the e accelerator info.

Code:

Code:

Code:

Then purge eaccelerator source directory and pure the tarball out of your system.

At this point we are going to make a database for the mediawiki by uncommenting the alias that keeps phpmyadmin shut off from attacks.

Code:

Then

Code:

Then point the browser @ 127.0.0.1/phpmyadmin

Then setup your database for wikipedia, i named mine wiki

Make a user, i named mine wiki.

Password your database, and follow prompts in the media wiki package

Comment the alias of phpmyadmin to disable the phpmyadmin pannel/address

Restart apache and your good to go on linking the wiki.

View 1 Replies View Related

General :: Difference Between Installing Software Straight From Source And From RPM

Oct 22, 2010

i want to find out the difference between installing software straight from source and from an RPM.

View 6 Replies View Related

General :: Enable Modules After Installing Apache From Source

Sep 22, 2010

I installed apache from a source *.tar.gz with default configuration. Can I enable other modules (like mod_ssl, mod_dav_svn,...) while apache is running?

View 6 Replies View Related

Software :: Installing Any Open-Source Web Browser On A BOX And Share It Over NFS?

Mar 10, 2010

I am planning to install any Open-Source ( LINUX ) web browser having all dependencies/plugin-ins on one single location [DIR] and share it over NFS to all other users; So all users can run the executable to start browsing local files (Flash Tutorials) without the need of installing a web browser on every single workstation. In my case I am using Red Hat Linux 4 update 7 WS all over my work place.

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved