Fedora :: Compile From Source - Install Buddi Budget Manager And The ./configure Command Doesn’t Work

Nov 24, 2009

Ive been using linux for a few months now and every now and again i come accross a program that doesnt have a rpm package but says that it can be installed on Fedora using source. I'm familiar with build essentials and the following commands:-

tar xzvf package.tar.gz
cd package
./configure
make
make install

but from what i have read fedora uses a differnet compiler. I'm trying to install Buddi budget manager and the ./configure command doesnt work, which im guessing is because it doesnt have a configure file? Can anyone confirm how to compile from source and whether there are any tutorials specific to fedora.

View 4 Replies


ADVERTISEMENT

General :: MAKE BZIMAGE Doesn't Work When Compile And Install New Kernel?

Jul 19, 2010

whenever i'm in the process of compiling and installing a new kernel in ubuntu lucid lynx i get an error message when i get to the make bzimage part is there some sort of program that i needed to install first or is there an alternative to doing this.

View 8 Replies View Related

Debian :: Compile XMMS - Navigated To Folder Containing The Extracted Source And Ran ./configure - Failed

May 29, 2010

I'm trying to do the simplest thing. Compile XMMS. I navigated to the folder containing the extracted source and ran ./configure. That failed, so I remembered to install the build-essential package.

After that, I continued and got this output:

It said I didn't have glib installed, whatever that is. I did "apt-get install glib" and it told me it couldn't find the package called "glib". I thought, "Yeah, that seems a little too broad of a package name".

So then I went to Synaptic and did a search for "libglib" and noticed I already have libglib2.0-0 installed, as well as libglib2.0-data and libglib-perl.

How can I get this to to work correctly? I know the process should be ./configure, make, and then make-all, but I get stuck on the ./configure step.

View 14 Replies View Related

General :: How To Recover Source Overwritten By Bad Compile Command?

Oct 4, 2010

I had written a source code of C++ and complied it with the same name using the following command line.For example: c++ source-code.cpp -o source-code.cpp.Now my source code has been replaced by the executable program.Is there any way to retrieve my source-code.

View 9 Replies View Related

Ubuntu :: 'Install Updates' Button On Update Manager Doesn't Work?

Jul 22, 2010

Update manager pops up telling me there are new updates, but clicking on the 'Install Updates' button does nothing.However, if I click on Settings, then just close the settings dialog,it then says 'Starting Update Manager' and when that finished, the 'Install Updates' will work, but I have to do this every time I restart the computer.

View 9 Replies View Related

Fedora :: Install Anything; The Package Manager Is Having Trouble Contacting The Source?

May 25, 2011

I first installed Fedora 15 (full clean install) on a spare laptop I had sitting around and the install went flawlessly. I was able to install it and use it right out the gate. I was then able to install two of my must-have programs, xchat and libreoffice without any problems either.Then I tried the same thing on my primary desktop at work (and since I run an IT department, I already have permission to do this :-)

The problem I'm getting is trying to install anything;the package manager is having trouble contacting the source.The exact error reads: "Software source download failed. Could not contact source 'fedora', so it will be disabled."I have not made anychanges to the firewall on the machine and the machine does have a working internet connection (I am posting from the machine). Any tips or advice on ways to troubleshoot would be great. I'm by no means a linux expert, but I can get around the system fairly well

View 4 Replies View Related

Software :: Command 'make' Doesn't Work While Trying To Install Git 1.7.4

Apr 6, 2011

I am facing issues while trying to compile git-1.7.4 on Red Hat Linux release 8.0 (Psyche) machine. I have given steps that I have followed.

[code]....

View 3 Replies View Related

Red Hat / Fedora :: Install GCC To Compile Java On The Server Using Command Line

Feb 21, 2011

I'm using a webhosting server running CentOS, and I'm trying to install GCC to compile Java on the server. Since I'm new to Linux and don't have root privileges, I'm having trouble installing this. I need to install this using command-line. I don't know if I should compile from source (which I downloaded off the "gcc.gnu.org" website) or if I need to install a binary or something. Can I even install anything without root privileges?

View 9 Replies View Related

Fedora Networking :: Network Manager - Adsl Connection - Ifup Ppp0 Doesn't Work

Nov 22, 2009

I have a pppoe adsl connection. When I disconnect and try to reconnect, network-manager keeps asking for my password. I type it again and again with no success. When I reboot, it works again. On ubuntu, I use pppoeconf and it works well. So on Fedora I made a connection with pppoe-setup but neither ifup nor
Code:

pppoe-connect
commands work. When I type
Code:
pppoe-connect
, it says
Code:
/usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT
"$@" > /dev/null 2>&1
. When I type

Ifup ppp0 doesn't work either. However, with exactly the same settings, ubuntu connects to the internet.

View 2 Replies View Related

Fedora :: Can't Compile From C Source

Jun 4, 2011

I often like to use packages that have to be compiled from source. However, even after downloading gcc, I can't compile anything, because the configure script gives me a message about being unable to execute C programs. I gather that this is because of a "noexec" option in /proc/self/mounts. Problem is that the file apparently cannot even be edited by root. Perhaps there is an alternate type of fedora distribution I could use?

View 2 Replies View Related

Software :: Install(compile From Source)& Resolve Depndncies?

Apr 11, 2011

I do have a broadband connection..and i can install using apt-get but problem is i want to distribute it to my friends at hostel where they dont have internet connection and when i try to install it from tar balls almost every packages having dependencies it require this require this and require this so i m not able to provide them the packages offline how do i know which are the dependencies and do i need to download all the related packages first in order to distribute to my friends? i want to know a way through which i download packages from internet and can give and install it on other pcs.

View 2 Replies View Related

Ubuntu Installation :: Install Source Code For Programs To Compile?

Feb 2, 2010

Where do I find the linux-source package and the linux-headers package? Are they on the CD that I can copy to /usr/src (is that the right place...)? Or do I need to download them from the old-releases.ubuntu.com site?

The issue now is that the nVidia installer from their website wants the source code to build the right packages for this machine, however, I do not have the src directory with the source code that it is looking for. Is there some way to give this too it now?

I am running Mythbuntu 7.10

View 2 Replies View Related

Fedora :: Unable To Compile Gammu Source On F13

Sep 17, 2010

I couldn't compile gammu-1.28 on my Fedora 13 when running ./configure.To make sure what i'm doing, i was install cmake from fedora repository directly using "yum install cmake" and completed. And then to make sure again, i was update my gcc using "yum update gcc". But there was still errors during running ./configure. Finally, i decided to update all needed inside my fedora using "yum update" to make sure again.

View 7 Replies View Related

Fedora Installation :: How To Compile Ruby 1.8.7 From Source

Nov 10, 2010

I already got the source from here [url] i need ruby 1.8.7 because i want to install activerecord usually i use yum for installing anything. but for ruby,

Code:

Package ruby-1.8.6.399-6.fc13.i686 already installed and latest version

View 3 Replies View Related

Fedora Installation :: F12 Install Doesn't Configure On Board Network Connection

Apr 7, 2010

Doing a fresh F12 install on a Dell Vostro 430. Machine needs to have 2 Network adapters for our setup.The install seems to go just fine but the on board network adapter doesn't appear to get detected/configured. If I look in /etc/sysconfig/network-scripts all I find is ifcfg-eth0 and ifcfg-lo. Looking carefully at ifcfg-eth0 I see it's the second card that I've put in the machine.As a test I removed the second network card and did another fresh install of F12. This time in /etc/sysconfig/network-scripts all I have is ifcfg-lo. When I go to system>Administration>Network Device Control I see no network devices displayed.

Is this an issue others have seen with F12 or is it possible my on board network adapter has an issue?BTW I did check the BIOS to be sure that Onboard Lan was enabled and it is.output from "lspci -k " with both cards installed on machine (I only listed Ethernet controllers)

View 2 Replies View Related

Fedora :: Mumble / Murmur Package In The Manager Doesn't Seem To Install

Mar 15, 2011

I am just starting to use fedora as I'm on compsoc committee at my uni, and need to be able to use the server which runs it. Am trying to get a mumble server running (just on my laptop with a fedora 14 install) And am really struggling, can't get the stuff manually and do it, as it says it depends on some other packages which I can't find in the package manager, and if I just use the murmur package in the manager, then it doesn't seem to install, and even if it does, if I try to run it, it says the database is not writeable

[URL]

View 14 Replies View Related

Software :: Compile Source Written For Ubuntu In Fedora?

Jun 8, 2010

I recently downloaded a source file from [URL] and wanted to compile it for fedora. I found that the source was written for ubuntu as all the instruction in README file was for ubuntu machine. Can I compile the source for fedora?

View 13 Replies View Related

Fedora Servers :: NFSD Won't Compile In Kernel - FATAL: Error Running Install Command For Nfsd

May 24, 2010

I'm runing FC11 and have compiled the vanilla kernel 2.6.33.4 to support Dazuko. It has broken my NFSD server in the process, and I can't figure out why. I get these errors on boot. FATAL: Module nfsd not found. FATAL: Error running install command for nfsd

[code]....

View 2 Replies View Related

Ubuntu :: Awn Manager Doesn't Work?

Feb 10, 2010

My awn manager for the awn dock does not seem to want to open. I have tried to open it so I can configure my awn dock to work properly but it does not seem to want to co-operate. Should I uninstall and reinstall it or what?

View 4 Replies View Related

Red Hat / Fedora :: Makfile Which Can Compile A Tree For Source File And Create Output In Separate Directory

Jul 29, 2010

I am new to linux platform and my requirment is to write a makfile which can compile a tree for source file and create the output in separate directory .

View 1 Replies View Related

OpenSUSE Install :: G77 11.2 - Doesn't Compile With Gfortran

Jan 21, 2010

I would need to compile some old codes with g77 (unfortunately, they doesn't compile with gfortran). The gcc44-fortran is installed on my computer but if I have well understood, there is no g77 compiler in this package... Do you think I can install gcc33-fortran without creating conflicts between the 2 packages?

View 2 Replies View Related

General :: ./configure - Step Doesn't Work With GTK+ Library Upgrade

Dec 4, 2010

First time trying this. After trying to upgrade Mozilla, I received a warning that my GTK+ library needed to be upgraded from 2.8 to 2.10 or newer.

In trying to upgrade my GTK+ library following these instructions, I got to the ./configure step but then received the warning bash: ./configure: No such file or directory.

I've got an EEE PC, running Linux (i686, I believe). I'm not sure what additional information to provide.

View 5 Replies View Related

Software :: Nucleo Doesn't Compile (Nucleo Now Compiled But Metisse Doesn't Compile)

Mar 19, 2010

I wanted to try installing the Metisse window manager, and it depends on Nucleo. I got Nucleo from the AUR, but it fails to compile:

Code:
PNGenc.cxx: In function �void nucleo::png_memory_write_data(png_struct*, png_byte*, png_size_t)�:
PNGenc.cxx:38: warning: �png_struct_def::io_ptr� is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx:38: warning: �png_struct_def::io_ptr� is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx: In function �void nucleo::png_memory_read_data(png_struct*, png_byte*, [Code].....

View 14 Replies View Related

SUSE / Novell :: Installed Mplayer From Source But The Gui (gmplayer) Does Not Work - Command Not Found

Sep 7, 2010

i ran into a problem when i installed mplayer on suse 11.1 from source, it works just fine BUT it has no GUI.When i try to use the command "gmplayer", it returns 'bash: gmplayer: command not found

View 3 Replies View Related

Debian :: Gnome Update Manager Doesn't Work?

May 25, 2010

I've installed the GNOME Update Manager (0.68-debian.7) from the official Debian package archive. However, after checking for new packages and clicking "Install the updates", the update manager asks for rights and then just checks for new updates again. Selecting different packages didn't help either, it just checks for updates again and doesn't update anything. Has anyone experienced the same problem

View 6 Replies View Related

Ubuntu :: 9.10 Synaptic And Update Manager Doesn't Work?

Jan 13, 2010

I got this error message today when i ran sudo update

E: Type 'See' is not known on line 2 in source list /etc/apt/sources.list
E: Type 'n' is not known on line 2 in source list /etc/apt/sources.list.d/ubuntu-wine-ppa-karmic.list

and i cant burn dvd with brasero also my sis760 doesnt work on this

im trying to switch back to windows but i need to copy the image to a dvd
but brasero doesnt work and when ever i use the software center i see nothing under the categories

View 9 Replies View Related

Ubuntu Servers :: Tomcat Manager Doesn't Work?

Jul 31, 2010

I'm really new with Ubuntu and have the following problem:I installed successfully sun-java6-jdk using apt-get install sun-java6-jdk Then set up the JAVA_HOME environment variable to "/usr/lib/jvm/java-6-sun-1.6.0.20"

And then installed successfully tomcat6 using apt-get install tomcat6 apt-get install tomcat6-admin tomcat6-examples tomcat6-docs Everything seem to be right, when I try the browser with http://localhost:8080 return a webpage with "It works !" and other text

But, if I try http://localhost:8080/manager/html then returns 404 error, the error is something like "The required resource (manager/html) is not available" (that is my translation from the spanish text "El recurso requerido (/manager/html) no est disponible")

[Code]..

View 1 Replies View Related

Ubuntu :: File Manager Doesn't Work In Docky?

Aug 31, 2010

I now find the icon for File Manager doesn't do anything! Well it bounces to indicate that it's working but the File Manager/Browser does not come up!Does anyone know of a solution to this

View 9 Replies View Related

Ubuntu Installation :: Package Manager Doesn't Work?

Aug 22, 2011

I been trying to update, but seems to open then close rally fast the same for package manager. So I try to update in terminal and the on'y thing comes up is ree... 50%. I have never seen that the many years using Ubuntu.

View 2 Replies View Related

Debian :: Backspace Doesn't Work With Nautilus File Manager

Nov 28, 2015

Backspace doesn't work with nautilus file manager, what to do?

If i press backspace, it doesn't redirect to the previous location.

View 3 Replies View Related







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