General :: Update Software Compiled From Source?

Jun 28, 2010

I am trying out Zenwalk Linux and so far love it. I have had to compile a couple of bits of software from source and don't know how I would update them when a new version comes out.The options are:1. Compile the new version and hope it overwrites the old one2.Uninstall the old version and compile the new.Option 2 feels safer but how do I uninstall a bit of software installed by compiling?

View 3 Replies


ADVERTISEMENT

General :: Building RPMs From Compiled Source?

Jan 13, 2011

I already have compiled the source and I want to make an rpm. What do i do with it? Can i utilize the make file?

View 1 Replies View Related

General :: Remove Software Compiled From Source?

Jan 18, 2011

I just have a short simple question. I download yukon a opengl Video capture software and tried to install it and I got it installed but I can't get it to function right. So figured I would uninstall it and ran "make uninstall" in the source and it gave me an error that is has nothing to do.

So this is my questions
if I did

Code:
$whereis yukon
#rm -rf /etc/yukon /usr/bin/yukon (and the rest of the direcories listed)
Would that work fine? for removing it from my system.

View 9 Replies View Related

Debian :: Compiled Source Code And Aptitude?

Jul 11, 2011

I have installed two softwares manually, from the source code downloaded from their official websites: Stellarium, and the Linux Kernel. The version of these is not the same as the one found in the official repos. My question is: does aptitude have knowledge of the existance of these softwares? Can it do any damage to them, in case, for example, I run automatic aptitude tasks, such as autoclean and dist-upgrade?

View 2 Replies View Related

Software :: Compiled HandBrake From Source - GUI Malfunction

Oct 6, 2010

I've compiled HandBrake 0.9.4 from source as well as installed it with success(--enable-Gtk). However, many buttons (among them the 'Start' and the 'Pause' ones) do not seem to work at all-they are colored grey and I cannot click on them.Probably,it's a gui malfunction.

View 8 Replies View Related

Ubuntu Installation :: Coexisting Packages And Compiled-from-source?

May 20, 2010

I have recently installed a dev branch of Postfix on my box (jaunty), in order to access some new features. This requires that I do not use any of the postfix-related packages in the repos, I have to set this all up manually.

What is the best method for me to manage this system moving forward? Do I need to prevent the repo's postfix package (or anything depending on it, like postfix-mysql, postfix-dovecot etc.) from ever being installed accidentally? Is there anything else I need to worry about? How do you folks generally manage having compiled, customized versions of software that exists in the repos on your systems?

View 1 Replies View Related

Ubuntu :: Compiled Freetype From Source Most Of Fonts Look Awful Auto Hinter Prob?

Nov 24, 2010

I'm a compiling noob, but one who can follow well-written directions. I was led to believe that I needed to compile an updated version of freetype to satisfy some build dependencies in Wine, which I also needed to compile to be able to use a custom patch. So now my fonts look awful. I read the directions that came with the freetype source code, and one thing I didn't configure properly was the auto-hinter, which I believe to be the problem (although that's just an educated guess), since the documentation lacked the necessary docs.

how do I go back to stonking great fonts? I'd rather keep the new version of freetype, if someone could tell me how to properly configure it to display fonts correctly.

View 3 Replies View Related

General :: Update Packages From Source Files?

Dec 6, 2009

I'm not to sure if i'm using the right terminology but im trying to install rrdtool and it needs all these dependencies. One of them I have installed but it isn't up to date.glib-1.2x needs to updated to 1.17 or higher. How do i go about updating this? I downloaded the source and did ./configure && make && make install but this didn't update it.Also trying to install libxml-2.0 to 2.6.31, im getting a whole list of dependicies.

View 2 Replies View Related

General :: Update Debian Squeeze From Lenny's Source.list?

Mar 21, 2011

What happens if I update Debian Squeeze from Lenny's source.list?A step by step manual is written on Lenny, and if I change lenny to squeeze things seem to not work.When I update the squeeze from the original source.list and then change to the source.list that manual uses things are working.But if I were to start squeeze with lenny's source.list I am getting error while trying to do this:

apt-get install wget mc zip unzip bzip2 ntp ntpdate lsb-release.

View 6 Replies View Related

General :: Mplayer: Compiled With GUI Support?

Aug 1, 2010

Kernel 2.6.21.5, Slackware 12.0 Mplayer 1.0rc2-4.1.2.

I have compiled and installed the mplayer tarball and I have disposed of both the tarball and its contents. There was the option to compile either for the physical console alone or for both this and the GUI. And I really don't remember which one I did choose.

View 7 Replies View Related

General :: C++ Program Compiled In Fedora 14 Do Not Run?

Jan 31, 2011

I am very new in c programming. I could not get a simple compiled program to run,I am using Fedora 14. To learn the correct way I sign in to and fallow the examples listed they all compile and generate the executable file but none run.To run them I try both way double chick the executable end on the command line but it does not do any thing.

View 10 Replies View Related

General :: Program Compiled With G++ -L Option Uses Library From /usr/lib?

Jun 28, 2011

I was unable to compile a program that used libicu42 on Ubuntu 11.04, because Ubuntu 11.04 has only libicu44 and does not have libicu42 installed. So during compile time I used g++ prog.c -L mylib/ to compile the program. mylib had libicu42 (This library is a shared library and has the .so extension). The program compiled successfully, but when I tried to run it, it failed and complained that it did not find libicu42. So I had to manually install libicu42 in /usr/lib. Then the program worked.'ldd prog' revealed that it looked for libicu42 in /usr/libWhat was the point of specifying the library path using -L, if the compiled program looked for the library in /usr/lib? It's almost like it was just to satisfy the compiler.

View 3 Replies View Related

General :: Apache2 Compiled Modules Missing?

Jan 22, 2011

i couldn't find anything on google. So here is my problem: It's Debian GNU/Linux. I installed apache2 a few weeks ago, but due to some work I couldn't go on installing further things. Today I installed php5 and mysql. Everything seemed to work fine. I loaded an existing MyBB Board and WordPress Site onto the server and imported the mysql db. I can open the sites and login. However, there are problems. I think my problems are due to the compiled modules. Some are missing. I checked several sites. They all give me this listing:

Code:
apache2 -l
Compiled in modules:
core.c
mod_access.c

[Code]...

What should I do? How can I get the missing modules? Do I have to install apache again (how? remove - install? install what?)? Step-by-step instructions would be kind, because I don't know a lot about unix systems.

View 3 Replies View Related

General :: Use A Newly Compiled Dynamic Linker?

Feb 16, 2011

install a newly compiled linker as the default linker on my VM running Ubuntu. I compiled and installed a new custom kernel on my VM (linux-2.6.36) and also compiled (not install) a custom gnu c library (glibc-2.11.2) on the newly installed custom kernel. I am able to run a simple helloworld.c program to verify that my program worked successfully using the newly build dynamic linker in the /elf directory.

I want to replace the real linker inside /lib with the new linker that I compiled. I tried to make the soft link named ld-linux-x86-64.so.2 that originally points to the real linker file ld-2.11.1.so, point to my newly compiled linker, but my VM crashed. I also tried moving the compiled linker and wrote it over the original linker, and the VM crashed. None of the commands worked after that as they could not access any of the shared libraries and I received this error '/bin/bash: No such file or directory'. I also tried to change the LD_LIBRARY_PATH to point to my linker and did not have any luck there either.

View 2 Replies View Related

General :: Unable To Boot With Compiled Kernel

Feb 26, 2011

I compiled a kernel 2.6.37.1 and after compilation i am not able to boot with new kernel.

I am getting following errors

Alert :

View 2 Replies View Related

General :: Get A Windows Compiled Program To Work Through Wine?

May 28, 2010

I'm currently trying to get a windows compiled program to work through Wine to run on Linux and MacOSX.

When I run the program through wine, it prompts me to install Gecko which I do. Later on in the program, it attempts to use MSHTML to render HTML but I get these error messages on my console instead.

err:mshtml:init_xpcom NS_InitXPCOM2 failed: 80004005
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111

I'm using Wine 1.1.34 and a similar bug was supposedly fixed in 1.1.33 [URL]

View 3 Replies View Related

General :: Compiled A Kernel With TUN/Bridge Support But Cannot Find /dev/net/tun?

Jan 20, 2011

I compiled my own kernel with tun/tap and bridge support. Both modules load fine at boot time (I could read that in the dmesg output). Now I want to use it, and the /dev/net/tun node is not there, so my application gives that error. I'm trying to bridge openvpn connections. Is it possible that udevd is not doing his work?

PS: I'm on a WD MyBook World Ed NAS device. It's ARM, so I cross compiled the kernel from my debian linux machine. I also installed debian on the NAS.)

View 1 Replies View Related

General :: Nvidia Driver Is Not Working After Using A Self Compiled Kernel (2.6.38)?

Mar 19, 2011

About a month ago, I decided to go deeper in my Linux knowledge. I've been reading a lot and found out that Arch linux would be my learning distro. As I was installing Arch, it was a pain at first but I really learned a lot which I would never ever learn with Mint. Now I decided to take a step further is which "compiling your own kernel".

MY PROBLEM:

Everything was smooth in my Arch for a 2 weeks until I decided to compile my own kernel. I currently have a Nvidia GTX 460 1GB card.

BTW, the method I used to install nvidia with 2.6.37 was

Code:
pacman -S nvidia nvidia-utils
and that worked with all of the .37 kernels (-1 -2 -3 -4) which was download from kernel.org.

When I compiled the .38 (using the same .config of .37), it just boots up to the terminal (not loading gdm). However, I could still login by typing my username and password. So I've checked dmesg of both .37 and .38 and noticed that the Nvidia driver is not loaded in .38.

I tried reinstall it by running pacman and it doesn't do anything. It was thinking of uninstalling nvidia and nvidia-utils but there are so many dependencies conflicts (like screensaver, compiz, etc).

Since, I didn't want to mess up my .37 install, I just grabbed an old HDD and installed from scratch again. This time, I compiled the .38 kernel first (without gui) and then installed nvidia nvidia-utils. It was the same problem.

With this observation, I'm concluding that the nvidia and nvidia-utils from pacman is not compatible with .38.

I've read that I have to wait for nvidia to release a driver that will be compatible with the .38 kernel. Is that true? Does it mean I have to wait for nvidia/nvidia-utils to be updated from pacman? How would I know when it is updated?

I've also read about nouveau, but I guess that is not for me because it doesn't support 3D.

Is there a work around for me to use nvidia/nvidia-utils with .38?

Is nvidia and nvidia-utils proprietary drivers? What is the difference with these two and the one you download directly from nvidia?

First of all, I apologize for the bombardment of questions. As you can tell, I'm so clueless on how nvidia drivers work on linux in general (since it was spoon fed by mint) and I really would love to learn about this is a deeper level. Could someone please explain to me (LAYMANS terms) how nvidia works (and possibly a solution to my issue).

EDIT: Additional info - I have a netbook that also runs arch. It uses an Intel GMA integrated video chip which I used "xf86-video-intel" from pacman and I believe since it is open source, it works with .38 fine. So does that mean if you use an open source driver, it will work with all other kernels?

View 6 Replies View Related

Fedora :: Cannot Install Source RPM After F11 Update

Jan 30, 2010

Since I have the latest updates of fedora 11, I can no more install fpc-2.4.0-1.src.rpm. What should I do?

View 11 Replies View Related

General :: A C Program Which Was Compiled Properly In DevCPP Is Not Compiling In Fedora?

Oct 30, 2010

A C program which compiled well in Dev CPP compiler is not compiling in Linux-Fedora.It shows the following error message/tmp/ccy02C6e.o.eh_frame+0x12):undefined reference to '__gxx_personality_v0'collect2:ld returned 1 exit status

View 2 Replies View Related

Debian :: Getting Duplicate Source Error When Update

Apr 15, 2011

I'm sometimes getting a 'duplicate source' error when I update, but not always. Sometimes it's just fine, without me having changed anything significant. To be honest I don't really understand what's going on.

Here's my sources.list :
deb [URL] testing main
deb-src [URL] testing main
deb [URL] testing main contrib
deb-src [URL] testing main contrib
deb [URL] testing main non-free
deb-src [URL] testing main non-free .....

Whats with the duplicate sources referring to /var/lib...? I've never touched that directory. Ever. And why are there three 'duplicates' of testing/main when clearly I only have two in sources.list? I'm confused. Is my sources.list set up properly? Usually, running another update immediately after the first one cleans up the errors, but this keeps coming back every few days.

View 2 Replies View Related

Ubuntu :: 9.10 Update Manager Lost Original Software Source List

Aug 22, 2010

I'm using Karmic 9.10 and think my original software source list has been removed. Have done all updates recently including Gnome do and standard ones. Think my software update karmic main and restricted universe list is somehow corrupted. With Karmic main showing Open office through the middle of the line. Tried putting in the Ubuntu 9.10 cd to update list but I don't know where to go from there as I'm new to certain stuff.

View 4 Replies View Related

CentOS 5 :: Update Perl From Repos / Do I Need To Compile From Source To Get Newer Version?

Sep 5, 2009

Is there an easy way to update Perl from repos or do I need to compile from source to get a newer version?

Longer version
I'm trying to set-up MailScanner which requires a newer version of Perl IO than CentOS 5 appears to have in it's standard repos. I've also tried updating Perl from the rpmforge repo - but that just results in a bunch of transaction conflicts being reported by Yum. Is there another way of updating Perl from repos?

View 2 Replies View Related

Ubuntu Installation :: Update Manager Error - Malformed Line 47 In Source List

Jan 25, 2011

When opening "Update-manager" I get this error:
E:Malformed line 47 in source list /etc/apt/sources.list (dist parse)

What I was trying to do was update my Opera web browser, when I tried, Ubuntu told me that I was attempting to download from an unauthenticated source, I checked the software sources list and Opera was in there, so I deleted it and re-added it, I must have done it wrong because after closing out and refreshing "Update-manager" it gave me the error above and closed. So now I can't update anything.

View 9 Replies View Related

Ubuntu Installation :: Package Manager Won't Update Source List Pmcenery-ppa-lucid?

May 4, 2011

I recently got an iPhone 3g and have been trying to upload music onto my device with Rhythmbox because my computer exclusively runs Ubuntu (10.04 LTS, Lucid Lynx). Rhythmbox would show files that were dragged and dropped as being on the iPhone, and they appeared in the iPhone's folders, but they weren't recognized in the iPod player. I followed a variety of forum threads to try to fix the problem, but ended up creating a whole new set of problems with my package manager.

I get this error message before package manager opens: E: Type 'n' is not known on line 2 in source list /etc/apt/sources.list.d/pmcenery-ppa-lucid.list E: The list of sources could not be read. Go to the repository dialog to correct the problem. E: _cache->open() failed, please report.

And this message after I close the first error message window and the package manager opens: An unresolvable problem occurred while initializing the package information. report this bug against the 'update-manager' package and include the following error message:

'E:Type 'n' is not known on line 2 in source list /etc/apt/sources.list.d/pmcenery-ppa-lucid.list, E:The list of sources could not be read.' Does anyone have any recommendations on how to fix this? If it isn't already apparent, I am very inexperienced working with ubuntu, so the more detailed the response, the better.

View 9 Replies View Related

General :: 'make Menuconfig' To Make These Files Modules Rather Than Compiled Elements?

Feb 25, 2011

I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?

View 3 Replies View Related

Debian :: Connect To The Source List To Update But It Can't Connect To The Server?

Apr 1, 2011

I'm a new debian user. I install a Debian in Virtualbox, and try to connect to the source list to update, but it can't connect to the server, while network and internet connection works. This is my sources.list

deb http://ftp.rediris.es/debian/ squeeze main
deb-src http://ftp.rediris.es/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
deb http://ftp.rediris.es/debian/ squeeze-updates main
deb-src http://ftp.rediris.es/debian/ squeeze-updates main

View 2 Replies View Related

Ubuntu :: Open Source Virtual Machine - Study The Source In Order To Create My Own?

Jun 28, 2011

Is there any open source virtual machine so i can study the source in order to create my own? i'm gonna write my own, so it doesNT matter if license does not allow further development of the code.

View 1 Replies View Related

Ubuntu :: Source Code Of The Krnel From The Kernel.org - Source Trees Organization

Apr 11, 2011

i am already a little bit familiar with linux and now i want to know better the linux OS. i have downloaded the source code of the krnel from the kernel.org and i dont understand the linux source trees organization, so can somebody do me a favor and give me a link to some internet page (or at least a book) that explains that?? i have searched in the internet with the tag:::linux source trees organization and i have not found nothing interesting

View 1 Replies View Related

Software :: Where Is The Source Codes For The Open Source Drivers For Each Distros

Jan 2, 2009

We all know we can install a linux system such as Fedora 10 and use it. Being linux, one should in principle get the source codes for everything that has been precompiled (except the proprietary drivers such as nvidia) in the installation DVDs/CDs. Where are the source codes ? Is there a place I can download them ?
To avoid confusion, I am not referring to the kernel source that can be compiled to give a linux kernel, but that does not include the drivers, such as intel_drv.so.

To be more specific, the intel graphic i810 driver has been built into any linux system, but where is the exact source? One answer may be that primary source intellinuxgraphics.com. However, if anyone tries to download the every changing (i.e., keep updated almost every single day) driver source codes from freedesktop.org, it is almost certain that the source codes will not be the same as the one that is finalized in Fedora 10.

View 9 Replies View Related







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