General :: Error: Couldn't Find Clock_gettime?

Jul 3, 2010

When i install libdrm, i get the following error:checking for clock_gettime... no.checking for clock_gettime in -lrt... no.configure: error: Couldn't find clock_gettime

It seems that it cannt find clock_gettime function, but i find it as follow:
$ grep clock_gettime /usr/include/time.h
extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;

View 6 Replies


ADVERTISEMENT

General :: Runtest Error: Couldn't Find Library File Gcc-dg.exp

Sep 16, 2010

I am trying to run i386 in gcc_test-suite using dejagnu runtest and it fails with error given below. I can see that gcc-dg.exp is in folder gcc-4.6-20100911/gcc/testsuite/lib, but runtest is not searching in this folder.

how to resolve this issue and run only i386 tests.

$ cd /gcc-4.6-20100911/gcc/testsuite/gcc.target
$ runtest -a -tool i386 -verbose
....
....
Looking for library file /usr/local/share/dejagnu/lib/gcc-dg.exp

[Code].....

View 6 Replies View Related

Ubuntu :: Error "Could Not Find A Compatible Opengl Display Resolution. Please Check Your Driver Configuration. (Error: Couldn't Find A Matching GLX Visual)"

Jul 22, 2011

I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?

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

Ubuntu :: Apt-get Error / E / Couldn't Find Package

Apr 26, 2011

I have ubuntu intrepid installed in one of the amazon servers , when i try to install any software using apt-get i used to get the following error.Code: E: Couldn't find package E: Some index files failed to download, they have been ignored, or old ones used instead.

View 5 Replies View Related

Ubuntu :: ERROR: Couldn't Find Matching Glx Visual

Aug 4, 2011

When I try to play some OpenGL games, I get this error.How can I fix this? My graphics card is Nvidia, and I use the nvidia-current driver.Here's what it says under OpenGL/GLX Information. I don't know if this is the info you need, but oh well.

GLX_EXT_visual_info
GLX_EXT_visual_rating
GLX_SGIX_fbconfig
GLX_SGIX_pbuffer

[code]....

View 3 Replies View Related

Software :: Error: Couldn't Find End Of Start Tag Rpm:entry Line 15303

Feb 8, 2010

I am using preupgrade to update Fedora 9 -> Fedora 12 following these steps: -

Code:
yum -y update
yum clean all
yum install preupgrade
preupgrade-cli
preupgrade-cli "<FEDORA VERSION>"
reboot

I successfully upgraded this box from Fedora 6 => Fedora 9 and I guess I got too confident when this worked without a hitch and went straight from Fedora 9 => Fedora 12. Everything works up until the very end of the upgrade process when I get this error.

Code:
(process:2227): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory. This indicates a bug in someone's code. You must ensure an error is NULL before it's set. The overwriting error message was: Parsing primary.xml error: Couldn't find end of Start Tag rpm:entry line 15303

[Code]...

View 1 Replies View Related

Ubuntu :: Conky Weather Doesnt Work - Error - E - Couldn't Find Package Conkyforecast

Sep 23, 2010

My conky weather doesnt show any thing and I already got my Partner ID , License Key and Location ID and I tried to run the command below to install ConkyForecast: sudo apt-get update && sudo apt-get install conkyforecast

But I have got this error : E: Couldn't find package conkyforecast and I dont know what to do , Can you guys tell me what should I do ?

View 2 Replies View Related

Hardware :: ATI Mobility Radeon Legacy Driver / Error Couldn't Find RGB GLX Visual Or Fbconfig?

Apr 3, 2011

I'm having an issue and I'm trying to figure out if the proprietary driver from ATI is actually getting installed correctly or if I'm on the open source driver still. ...and whether or not there's an advantage to one over the other...

I'm on a Sager NP3790 with an ATI Mobility Radeon 9700 graphics card. I've got a fresh install of Ubuntu 10.10 and the basic 2d functions all seem fine, but any games I try to run with OpenGL simplt fail and "glxinfo" yields:

Error: couldn't find RGB GLX visual or fbconfig

lspci -k yields:

01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
Subsystem: CLEVO/KAPOK Computer Device 0471
Kernel driver in use: radeon
Kernel modules: radeon, radeonfb

I have downloaded the latest legacy driver from ATI (ati-driver-installer-9-3-x86.x86_64.run) and I've not had any success running that directly. It appears to not knowingly support anything newer than Ubuntu 9.04. I have tried forcing that driver to build itself targeting 9.04 and I've tried installing the .deb packages that it produces, but with no luck there either.

If I recall this laptop's former lives, it has in the past run Eternal Lands without issue back when it was Ubuntu 8.x, but somewhere between a client update from them, some update from ATI or Ubuntu I seem to have lost my OpenGL capabilities.

View 5 Replies View Related

Slackware :: 3D Acceleration With NVidia 8500GT PCI-E Graphics Card - Error: Couldn't Find RGB GLX Visual Or Fbconfig

Oct 20, 2010

I have a Slackware 13.1/64-current system running the 2.6.35.6 kernel that I have installed the most recent nvidia drivers for (as of yesterday or day before) 260.19.12. If I boot up into run level 4 after running nvidia-xconfig in a console and run glxinfo as root I get:

Quote:

bash-4.1# glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig

If I edit /etc/profile or /home/username/.bash_profile and add the following:

Quote:

export LIBGL_ALWAYS_INDIRECT=X

I have set both X=0 and X=1 as reported by [URL] I get the screen of information except it says

Quote:

direct rendering: No (LIBGL_ALWAYS_INDIRECT set)

my lspci -v for the graphics card looks like this:

05:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8500 GT] (rev a1) (prog-if 00 [VGA controller])
Subsystem: XFX Pine Group Inc. Device 2353
Flags: bus master, fast devsel, latency 0, IRQ 16

[code]....

I am sure I missing something from my xorg.conf but at this point I am not sure what I have been searching on this for days to no avail. From the log the only thing that looks like is a problem is it doesn't load the keyboard and mouse but it gets loaded later on in the file.

View 13 Replies View Related

Ubuntu Installation :: Error "Couldn't Find Package"

Aug 18, 2010

i have installed this Ubuntu in virtual-box running in windows xp. my INTERNET connection is working fine but i m using proxy for that. my problem is that when i want to install something through sudo apt-get install xxxx(whatever) it gives error "Couldn't find package".

Example:
#sudo apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package wine

View 9 Replies View Related

Ubuntu :: Lkl Installation - Error "Couldn't Find Package Lkl"

Mar 7, 2011

I am not able to install linux key logger on my ubuntu 10.04 is my os this is the result that i got user36@lib-desktop:~$ sudo apt-get install lkl Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package lkl user36@lib-desktop:~$

View 9 Replies View Related

Ubuntu :: Install G++-3.3 In 10.04 - Error "Couldn't Find Package G++3.3"

May 6, 2011

g++4.4.3 has already been installed in Ubuntu 10.04. However, g++-3.3 is needed to compile a stupid source code (g++-4.4.3 does not work out).

[Code]....

Other g++ versions, including g++-4.1, g++-4.2, g++-4.3, and g++-4.4, are available. Why g++-3.3 is not on the list.....

View 5 Replies View Related

General :: E: Couldn't Find Package Libboost-all And Cmake Update?

Feb 20, 2011

I'm trying to install libboost-all and libboost-all-dev, but it says the package couldn't be found! Any idea how to install this via putty now? Also, how can I update my cmake to 2.6.x ? it's at 2.4.7

View 11 Replies View Related

General :: Tune2fs Says Couldn't Find Valid Filesystem Superblock

May 12, 2010

I'm logged into a server through the CLI and did a df -T and confirmed all my volumes are ext3. but when I do a tune2fs -l /dev/sde it tells me

tune2fs 1.39 (29-May-2006)
tune2fs: Permission denied while trying to open /dev/sde
Couldn't find valid filesystem superblock.

I don't have root access on the server, but is that why it's complaining, or is my syntax incorrect?

View 8 Replies View Related

Programming :: Typical Error "undefined Reference To Clock_gettime"

Oct 14, 2010

I am slowly getting accustomed with linux issues and its different programming compilation stuffs. and i must say am truly liking it. Now i am facing this typical error , "undefined reference to `clock_gettime'" while i am compiling a code, which is not mine as it required to install a simulator. Now i have read about this type for the last 2 days and i have included "-lrt" in the make file and included <time.h> in the header files which was missing but still i am getting that error.

Now matter how many times i run the make file with the required changes its still giving me this error, which i have comprehended as mainly linking problem rather than a compilation issue.

View 4 Replies View Related

General :: How To Track Elapsed Real-time - Undefined Reference To `clock_gettime'

Jan 28, 2010

What is the best way to track elapsed real-time, for the most kinds of Linux systems?

clock_gettime() looks great, but I get this build error:

undefined reference to `clock_gettime'

..even though I have #include "time.h" Here is my uber-goal:

// Returns fractional seconds that have elapsed since Start_Ticks was set.
float elapsed_seconds( unsigned Start_Ticks )
{

[code]....

View 1 Replies View Related

CentOS 5 :: Mounting Windows Share - Get An Error 'Couldn't Find "smb://blah/blah" , Check The Spelling And Try Again?

Nov 12, 2010

I'm trying to mount a Windows Server share from Centos 5.5 (kernel 2.6.18-194.26.1.el5). I've tried two approaches neither of which work.

1). Using Places->Connect To Server. This approach works fine on Ubuntu but not at all for Centos. Using the 'Windows Share' Service type, it allows me to see the remote directory - I can see all of the directories on the server. But as soon as I click one, I get an error 'Couldn't find "smb://blah/blah". Please check the spelling and try again. As I say, this worked fine on ubuntu. Tried loads of options but with no luck. I saw something on the web about leading slashes being a problem.

2). Using Mount . Tried to use mount to mount as a cifs filesystem, as documented on a number of web pages:

mount -t cifs //server/dir -o username=username,password=password /mnt/tmp

This completely hangs the machine.I means completely, no mouse, no nothing. I've seen some references to unstable cifs on the web but I believe that this kernel has the fix for this.

View 5 Replies View Related

General :: Apply Kernel Patch - Couldn't Find File To Patch

Apr 8, 2011

I just want to upgrade my Slackware 13.1 kernel (2.6.33.4) to the latest stable kernel from kernel.org (2.6.38.2). I have never done anything like this and I am a Linux newbie, so I would appreciate a "Kernel Patching for Dummies" version if possible. I did do a search on this forum and most of what I read was over my head. I found an FAQ on kernelnewbies.org on "How To Apply A Patch" but when I attempted what they suggested, it said it couldn't find the file to patch at line 5 and asked me which file to patch. So I CTRL-Z'd out of there and came here. Here's what I tried:

[code]...

View 14 Replies View Related

Ubuntu :: Update Error - GPG Error Signatures Couldn't Be Verified - Public Key Not Available

Nov 23, 2010

When I try to do

[code]...

I've tried the method described here: [URL]... However, I'm still getting the same error.

View 2 Replies View Related

Software :: 10.04 - Couldn't Open Localsound Device Error 2 Client Side Error: Could Not Set Up A Stream

Jul 18, 2010

I just installed say with

Code:
sudo apt-get install epos
and everything went fine, until I tried to use it.
When i do
Code:
say hello
it gives me
Quote:
he~lo######~T

Could not open localsound device, error 2 Client side error: Could not set up a stream

View 6 Replies View Related

General :: GNU Find: Disable The Error When 'find' Finds No Matches

Aug 21, 2011

I've got a setup where I need to use 'find' to find 0 or more files in a certain directory, however, 'find' always produces an error when there are no files that match a certain check. Is it possible to run 'find' while having it omit errors when no files match the pattern?

View 2 Replies View Related

OpenSUSE :: Couldn't Find Running DirectAdmin On 11.3 ?

Oct 13, 2010

I'm planning on running DirectAdmin on OpenSUSE 11.3 but I couldn't find anything about it. So my question is if anyone actually has done it before.. with good results preferably.

View 5 Replies View Related

Ubuntu :: E: Couldn't Find Package Build?

Jun 27, 2010

When I type this command ;sudo apt-get install build essentialI got this ;

Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]...

View 2 Replies View Related

Ubuntu :: Couldn't Find Package Updates

Jul 29, 2010

I had installed Ubuntu server 10.04 and i am trying to install Webmin for GUI.
When i start with "sudo apt-get install update" the following gets displayed...

Reading package list... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package updates

I had configured correct IP address and i am connected with internet. After googling for some time i figured out that missing repository could cause such problem, which i am not sure.

View 9 Replies View Related

Ubuntu :: E: Couldn't Find Package Libmp3lame-dev?

Sep 8, 2010

I'm newbie in ubuntu and trying to install ffmpeg but there's an error which i couldn't figure out.E: Couldn't find package libmp3lame-devi'm trying somethings according to this article;[URl]

View 7 Replies View Related

Ubuntu :: Couldn't Find Instructions Online

Oct 25, 2010

I'm new to linux, have been somewhat of a computer geek my whole life and thought it about time that I delved into the world of linux. So I installed ubuntu 10.04 on my computer. I love it. However, I can't get my wireless to work. In my dorms there are no ethernet hookups, so I have to use the wireless. I typed "sudo lshw -class network" into the root terminal. The important things that I figured out was the bus info: pci@0000:4:06.0 and the pysical id: 6 (not sure if the physical id is important but it sounds like it is). I then did a lspci and found that at bus 04:06.0 it is a RaLink Device 3060. I downloaded the .tar file for the driver. I could not find instructions for it online so I followed the ones for the rt2860 driver : [URL].... I could not get it to work, It built ok and installed ok, but when I do the modprobe I get an error saying the device or resource is busy. Either that or that it cannot be found. One thing that I found weird was that I couldn't get it to build a 3060 driver, it would only build a 3562 one.

View 3 Replies View Related

Software :: E: Couldn't Find Package Sun-java6-jdk?

May 13, 2010

#uuname -a Linux 2.6.18-194.3.1.el5 #1 SMP Sun May 2 04:17:42 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

# apt-get update
Reading Package Lists... Done
Building Dependency Tree... Done
# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done

0 upgraded, 0 newly installed, 0 removed and 0 not upgraded. # apt-get install sun-java6-jdk Reading Package Lists. Building Dependency Tree. E: Couldn't find package sun-java6-jdk

# apt-get install aptitude
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package aptitude

View 5 Replies View Related

Slackware :: Firefox 4.0b7 \ Couldn't Find A Slackbuild?

Nov 11, 2010

Firefox 4.0b7 is out. I am compiling it now. First though, I had to update cairo and pixman. Cairo was easy enough modifying the slackbuild, but pixman was a peta. I couldn't find a slackbuild, so I had to really modify one. It worked, though, building pixman first,then cairo. The FF build has been going for about 10 minutes, so I know it has a way to go.

View 13 Replies View Related

Slackware :: Couldn't Find The Kernel Docs That Go With 13.1

Mar 16, 2011

I couldn't find the kernel docs that go with 13.1. These docs would be the result of running this in the top-level kernel source dir.

make pdfdocs
make htmldocs
etc.

Are these not packaged? Are these built ever as part of a release or test cycle? Do any other slackers ever build these? I am seeing lots of errors from make pdfdocs "how much attention is given to DocBook on slackware?".

View 2 Replies View Related







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