OpenSUSE :: Error While Compiling / Installing Software

Jun 25, 2010

I am trying to install a software but I get error as under -

[Code]...

View 9 Replies


ADVERTISEMENT

Ubuntu :: Compiling Driver For First Time Error Installing?

Nov 5, 2010

10.10) now, and only use windows as my DVR (what im currently trying to change). To that end, i have a Hauppauge 2250 video capture card, and Steven at KernalLabs has an alpha release that has been said to work very well with mythTV.

Anyways, i followed one of the posts and successfully compiled the driver using "sudo make menuconfig." I attempted to install with the "make install" command, and the first half of the driver seemed to install and the second half (firmware related) received errors.

make -C firmware install
make[2]: Entering directory `/home/mlavigne/saa7164-v4l/v4l/firmware
Installing firmwares at /lib/firmware: vicam/firmware.fw cp: cannot stat `vicam/firmware.fw: No such file or directory
dabusb/firmware.fw cp: cannot stat `dabusb/firmware.fw: No such file or directory
dabusb/bitstream.bin cp: cannot stat `dabusb/bitstream.bin: No such file or directory
ttusb-budget/dspbootcode.bin cp: cannot stat `ttusb-budget/dspbootcode.bin: No such file or directory

[Code]..

View 3 Replies View Related

OpenSUSE Install :: Installing Kernel Through RPMs Without Compiling Sources?

May 10, 2010

Is there any way to install a kernel using rpms and avoid compiling its sources? I am using OpenSUSE 11.2.

View 7 Replies View Related

OpenSUSE Hardware :: Installing (compiling) Wireless Card Drivers Asus PCE-N13?

Jul 6, 2010

I have a Wireless PCI-Express Adapter which I wish to install the drivers, though am having difficulty. The chipset on my card is a Ralink. I have visited the Ralink Website Ralink corp. and downloaded the RT2860 Wireless Lan Linux Driver version 2.3.0.0. I have extracted the files within my home directory. I have read the readme file, and from what I understand I have needed to do... I have typed in the Make command as a "super user". Unfortunately I have had no success and it states the following output.

[Code]...

View 4 Replies View Related

OpenSUSE :: Install Dropbox - Error Compiling Program ?

Feb 21, 2009

I tried to install dropbox on my openSUSE 11.1(KDE 4.0) from a tar.bz2. After i extracted it to a folder Dropbox in Desktop.

I got this error trying to compile.

View 9 Replies View Related

OpenSUSE Wireless :: Error Compiling Dlink Driver

Nov 28, 2009

I downloaded the Dlink wireless G dwa-110 usb driver but I'm getting "rt73.ko failed to build. make[module]error 1" when compiling it.

I have installed the kernel-source and kernel-syms but I still get the same error. What am I doing wrong?

I'm running openSuSE 11.2 64 bit.

View 4 Replies View Related

OpenSUSE Install :: Compiling Libeio On 11.4 X86_64 - Error: 'SYNC_FILE_RANGE_WAIT_BEFORE' Undeclared (first Use In This Function)

May 29, 2011

I've trouble compiling libeio on my openSUSE 11.4 x86_64:

[Code]...

View 9 Replies View Related

OpenSUSE Install :: Error In Installing Gcc 4.5.0 - Error Couldn't Find The C Compiler

Sep 9, 2010

i tried to install gcc-4.5.0 on opensuse 11.2 I gave ./configure but it gave the error couldn't find the c compiler.. the message was

[Code]....

View 2 Replies View Related

OpenSUSE :: Compiling Java Code Error "undefined Reference To Main"

Aug 9, 2011

After messing up with grub, I reformatted my hdd and installed opensuse 11.4 (gnome+kde) from the dvd and also included the java sdk while installing, now the problem is that whenever i compile a java program, I get this error Code: /usr/src/packages/BUILD/glibc-2.11.3/csu/../sysdeps/x86_64/elf/start.S:109: undefined reference to `main'

View 3 Replies View Related

Debian :: Compiling And Installing A New Kernel?

May 29, 2011

i downloaded the latest stable release of the linux kernel 2.6.39 and i did the following ran the command

Code:

make xconfig

and there were no errors so far so good

then i ran

Code:

make in the mix of all the command line and characters one of the lines said

Code:

stack protector enabled but no compiler support because of this the rest of the installation process is not going well i am unable to install the new linux kernel successfully. the kernel shows up on the grub boot menu but goes into a kernel panic when i try to boot it. how do i compile the new kernel in debian squeeze

View 9 Replies View Related

General :: Compiling And Installing Kernels 2.6.33.2

Apr 13, 2010

I have downloaded the newest most stable Linux kernel, 2.6.33.2. I thought I would test this using VirtualBox. So I create a dynamically sized hard disk of 4 GB. And installed CentOS 5.3 with just the minimum packages, just the development libs and development tools. I unzipped in the /usr/src directory. I setup the make menuconfig with just the default settings.

After that I ran make and got the following error:
Code:
net/bluetooth/hci_sysfs.o: final close failed: No space left on device
make[2]: *** [net/bluetooth/hci_sysfs.o] Error 1
make[1]: *** [net/bluetooth] Error 2
make: *** [net] Error 2

The amount of space I have left is after it give that error is:
Code:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
3.3G 3.3G 0 100% /
/dev/hda1 99M 12M 82M 13% /boot
tmpfs 125M 0 125M 0% /dev/shm

So my virtual harddisk size is 4gb and the actual size if 3.5gb. So what happened to the other 500mb? How much size should I give when compiling and installing a Linux kernel? Are there any guidelines to follow when doing this? This is my first time, so just experimenting with this.

View 1 Replies View Related

Slackware :: Compiling And Installing The Packages?

Jan 24, 2010

I am in need of some more clear information about compiling and installing various applications in Slackware. I mean, i am not that new in Linux world, but i am not used to having to check for dependencies on my own and making Slackware packages myself. Things i would like to know more about and would be these:

a) is there some magical way you use to find out what dependencies a package has? I would appreciate as much information in this field as much as i can get. As now if i download source of some application i have completely no idea about what it needs from my system to function properly or where to look for this information. I think there should be more "correct way" than goggling for it...

b) I know about nice site SlackBuilds.org that it is, but lets say i want to install application A, and there is written, that application A requires application B, which requires application C, and this one needs application D. So now i have to spend good half of a day getting and compiling dependencies for one application, i mean common there has to be a quicker way to do this... at least some tool that would let me build some kind of ques that would be processed automatically or some kind of trick... So if you know some focuses under your sleeve, then please oh please do share

c) I would also like to know more about optimizing Slackware for boot time and general performance (but it's not that important, there are a lot of walls of text about this in Google world).

View 9 Replies View Related

Ubuntu :: Compiling And Installing Jfstools 1.1.14?

May 27, 2010

I am running Ubuntu 9.04 and I would like to update the jfstools to 1.1.4. Apt-get tells me that 1.1.2 is the latest available, but there is 1.1.4 code HERE.I am not overly comfortable compiling and installing, although I have done that many times. This time, I am unsure about the installation path:Quote:

Installation Names
By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving

[code]....

View 2 Replies View Related

General :: Cannot Boot After Compiling And Installing Kernel

Apr 14, 2010

I have a virtual box running CentOS 5.3. I am experimenting with compiling and installing a kernel 2.6.33 on this.

However, the kernel compiled ok, but when I did the install it gave me these warning, not sure if they are important or not.

The steps I did was:

Code:

Code:

In my grub.conf I have the following:

Code:

When I try and boot I get the following problem:

Code:

View 11 Replies View Related

General :: How Much Size Should Give When Compiling And Installing A Kernel

Apr 13, 2010

I have downloaded the newest most stable Linux kernel, 2.6.33.2.

I thought I would test this using VirtualBox. So I create a dynamically sized harddisk of 4 GB. And installed CentOS 5.3 with just the minimum packages.

I setup the make menuconfig with just the default settings.

After that I ran make and got the following error:

The amount of space I have left is:

My virtual size is 4 GB, but the actual size is 3.5 GB.

How much size should I give when compiling and installing a Linux kernel? Are there any guidelines to follow when doing this? This is my first time, so just experimenting with this.

View 2 Replies View Related

General :: Compiling And Installing Programs As Non-root In Home-dir ?

May 31, 2011

I'm trying to compile programs under Solaris in my Home directory.

Ive had experience with simple installs which work with just

But with more involved programs, with dependencies on special libraries, how do I have the system look into my home directory for these? and how would I compile them into my home dir?

View 2 Replies View Related

General :: Compiling And Installing Kernel Into User's Own Folder

Mar 24, 2010

I am compiling kernel to learn it and as well as for edubook, a netbook I am working on. I wanted to put the compilation under my home directory and followed the syntax suggested in the README in /usr/src/linux,like,

Quote:

'make o=/home/pbhat/temp/kcompile menuconfig'

Like this I have gone through full compilation successfully,but see no output going to the specified folder.Could anybody point out where I went wrong? I was compiling under /usr/src/linux and in Opensuse 11.2.I followed the README apparently written by Linus where I saw the above make syntax.Maybe that is old and hold good no more.

View 3 Replies View Related

Networking :: Installing DLink Wireless Driver Or Compiling It?

May 24, 2011

How can I Install DLink wireless driver on Ubuntu ?

I had downloaded the driver . The file contains some files like MakeFile and ifcfg-wlan0 ,etc
+ a tar.gz file . which contains c or c++ source codes.

There are 4 folders also .

View 2 Replies View Related

CentOS 5 :: Compiling / Installing ALFA Network Driver

Jun 22, 2011

I've just installed CentOS in my PC - removed win 7. and i have a problem in driver installing these are the commands :

make
make install

View 11 Replies View Related

Software :: Can't Start Apache Server After Configuring, Compiling And Installing?

Apr 25, 2009

I've decided to install apache server from groundzero. So I've done next things:1)downloaded source tar with apache22)unzipped it3)./configure(d) it4)make5)make install
...But!!! I can't start it. apachectl in /usr/local/apache2/bin

error answer is:
<code>
[root@dhcppc1 bin]# apachectl start

[code]...

View 6 Replies View Related

Software :: Compiling Patch - Installing With Full Kernel Sources?

Apr 8, 2011

I am trying to compile a patch for HDMI audio, reference this thread [URL]

Code:
Instructions:
- download alsa-driver-1.0.21 from alsa homepage
- unpack downloaded alsa:
$ tar jxvf alsa-driver-1.0.21.tar.bz2

- download and apply my patch
$ wget http: [URL]
$ cd alsa-driver-1.0.21
$ patch -p 1 < ../alsa-driver-1.0.21-nvidia-ion2-hdmi.patch

- compile alsa
$ ./configure
$ make
$ make install
when I do ./configure it outputs this

Code:
The file /lib/modules/2.6.33.7-pclos6.bfs/source/include/linux/autoconf.h does not exist. Please install the package with full kernel sources for your distribution or use --with-kernel=dir option to specify another directory with kernel sources (default is /lib/modules/2.6.33.7-pclos6.bfs/source). How can I direct it to install with the 'full kernel sources' ?

View 8 Replies View Related

OpenSUSE :: Error In Installing VirtualBox

Jul 15, 2011

I have a gnome 11.4 64bit. I want to install VirtualBox-4.0-4.0.12_72916_openSUSE114-1.x86_64.rpm in my system and I get this error:

Code:
error: Failed dependencies:
initscripts is needed by VirtualBox-4.0-4.0.12_72916_openSUSE114-1.x86_64

View 4 Replies View Related

OpenSUSE :: G77 Error When Installing Dock6 Software

Apr 28, 2010

Does anybody knows which kind of error is g77 and what can I do to correct it?

This is what I obtain when trying to install using the command make:

View 8 Replies View Related

OpenSUSE :: NOKEY Error On Installing A Packman Package?

Feb 15, 2010

Code:
Retrieving package faad2-2.7-1.pm.1.2.x86_64 (2/2), 37.0 KiB (82.0 KiB unpacked)
Retrieving: faad2-2.7-1.pm.1.2.x86_64.rpm [done (16.6 KiB/s)]

[code]....

View 9 Replies View Related

OpenSUSE :: 11.2 Gnome - Error Installing Opera Browser

Apr 1, 2010

When I've downloaded it it says:
The name org.freedesktop.PackageKit was not provided by any .service files
I'm on suse 11.2 gnome, 64bit.

View 1 Replies View Related

OpenSUSE Install :: Error While Installing Bootloader For Suse 11

Jun 16, 2010

I am trying to install suse 11 on an ibm x3400 m2 machine. After installing the various packages, i get the following error :

Error while installing initrd
Error while installing grub

There are 2 500GB hard disks on which i have configured RAID-1.let me know what the issue could be as I am new to linux.

View 4 Replies View Related

OpenSUSE Install :: Error Occured While Installing GRUB?

Jan 12, 2011

This is my first linux install ever, so I have no idea what is going on. I hope I have enough information to get this figured out as soon as possible. I was bored with windows 7 and wanted to learn another operating system. I made a boot cd with openSuSE gnome. On the internal hard drive is my windows 7 boot system that i do not want to touch, and on the external 1tb hard drive, i'd like to partition 50 GB for openSuSE. If this is not possible i have another method, but i'd rather not use it (which is use my secondary 80 GiB hdd). When installing, I am getting the error, "Error occured while installing GRUB" Which shows the following:

[Code]...

View 9 Replies View Related

OpenSUSE Install :: Grub Error 17 When Installing Suse 11.4

Aug 3, 2011

Before installing OpenSUSE I shrunk my Win 7 partition down in half, then created 3 partitions out of the new free space for /root, /home and /swap. I installed opensuse and when it got to the bootloader section I kept getting Grub error 17 - cannot mount selected partition, and so on. I made sure it was writing to the MBR and also into /boot if that makes a difference, but I did get a prompt that said YaST couldn't make changes to /dev/sda (I'm paraphrasing and can't remember the exact error message). At the moment I have suse installed and my windows partition intact, but no bootloader (not even windows one) so all I can do is boot to Live CD.

Below is the output of fdisk -l. There's quite a few more partitions than it's showing, sda3, sda4 and sda5 are my /home, /root, /swap and the other ones are windows partitions, like the system recovery along with the win7 install. During the suse install I formatted the home and root partitions with ext4 filesystem.

[Code]...

View 9 Replies View Related

General :: Installing OpenSuse - Gave Me An Error Message?

Dec 3, 2009

I downloaded opensuse from opensuse.org(the DVD), and when I tried to install it gave me an error message. When I saw the file on the mirror, it was 4.7 G, but when I burned it, I did notice it was only 4.2 Gs.
I tried another download and again it was only 4.2 Gs, how or where can I obtain a working installable DVD of OpenSuse?

View 1 Replies View Related

Fedora :: Error Compiling 2.6.33.2

Apr 7, 2010

I am trying to compile kernel 2.6.33.2 (without problems 2.6.33.1), but i got the following message :

[code]...

View 2 Replies View Related







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