Ubuntu :: Error - Checking For XML_ParserCreate_MM In -lexpat... No
Feb 13, 2010
I am getting some error when i compile cross compile "dbus-1.2.20".error
Code:
checking for XML_ParserCreate_MM in -lexpat... no configure: error: Could not find expat.h, check config.log for failed attempts so i downloaded te expat library sources i cross compiled. But again i am getting same error. I think i have to add "-lexpat" in LDFLAG. But i dont know how to do that.
View 3 Replies
ADVERTISEMENT
May 18, 2010
I have noticed that Ubuntu checks the / (which includes my home folder) for errors after a certain number of boots.
But the problem is it never checks another partition (Reiserfs) which I had created during installing Ubuntu.
I keep all my data there.
Now how do I configure Ubuntu so that it checks the partition I just mentioned ?
View 3 Replies
View Related
Aug 8, 2010
I just installed Banshee 1.7, now I get this error when I check for updates. It doesn't look like it's affiliated with Banshee but I can't figure out what it's for.
Could not download all repository indexes: Failed to fetch [URL] 404 Not Found
Some index files failed to download, they have been ignored, or old ones used instead.
View 2 Replies
View Related
May 31, 2011
Using a Vodafone K3806 USB modem on Ubuntu 9.10, trying to connect with Sakis3g (I already know from previous experience that VMC is out of the question), I get the following message: "Modem responded "ERROR" when checking fror SIM".
View 6 Replies
View Related
Jul 6, 2011
now i have installed libqt3-mt-dev this error is solve but new error is comming this is followingly i didn't understand------------->checking for KDE... configure: error:in the prefix, you've chosen, are no KDE headers installed. This will fail.So, check this please and use another prefix!
View 8 Replies
View Related
May 10, 2010
Sometimes at startup I get this message "Checking disk 1 of 1". Does that mean it's checking all partitions on the hd? After a bad shutdown there is no prompt for fsck to run and the system just boots up. In fstab I have both options set to "1" for the partition Ubuntu is on, all others set to "0". Any ideas on both?
View 3 Replies
View Related
Sep 19, 2010
I'm new to C language and some help finding places in the following code where a system call is made and error checking is not done. I found one but since I don't know C language at all I'm not exactly sure what else to look for. Link to my file: [URL]...
I found one and added error checking:
if (setoutpipe){
//Changes: Added error checking to the system call close()
//Orginal Code: close(pidefd[1]);
if(close(pipefd[1] != 0){
fprintf(stderr, "Could not close piple.
");
exit(255);
}
View 1 Replies
View Related
Sep 18, 2010
I am trying to figure out how i would go about finding out where system call is made and error checking is not done. I have code below, if somebody can point me in the right direction where system call is made but error checking is not done.Quote:
#include "shell.h"
#include <stdio.h>
#include <string.h>
[code]....
View 5 Replies
View Related
Feb 20, 2010
I downloaded Go-OpenOffice from SlackBuilds.org, but I can't build it. make terminates with configure error: checking for C compiler default output file name. configure: error: in `/tmp/SBo/ooo-build-3.1.1.5': configure: error: C compiler cannot create executables See `config.log' for more details.
(I can't find config.log anywhere) I use a quite 'light' installation (no xap, ap), and I suspect that I have some unmet dependencies, but the error message provides no information about what software is needed (I've installed all dependencies listed on SlackBuilds.org). I'm using Slackware64-13 with Xfce
View 3 Replies
View Related
May 29, 2011
I have created a shell script to customise mv command, now i have achieved to accomplish all the functionality of mv by using alias. But i found difficulty in accomplish the funcionality with options [Like mv -i or mv -f etc.]. I thought about logic which check the first argument whether its starting with a minus [-] or not. if its starting with argument it will set a flag and execute accordingly. But whenever this condition is checked it shell script will throw error of destination operand missing. But the same will work with out option.
Note: I have used an minus[-] expression for decreasing a counter on the script above. The below mentioned is the portion of script. Sry for troubling Im not gud @scripting.
for i in $*
do
{
argument=`expr $argument - 1`
if [ $argument = 0 ];
then
exit
[Code]....
View 5 Replies
View Related
Nov 19, 2010
i was not able to install alsa...showing the error checking for directory with kernel source... 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.18-194.el5xen/source). my friends installed the alsa for cent os 5.4...how to rectify this...
View 3 Replies
View Related
Jul 29, 2011
I downloaded and run sakis3g and I get this results /sakis3g modem responded "ERROR" while checking for pin
View 2 Replies
View Related
Jun 8, 2010
Code:
nits@nits-desktop:/mnt/Storage/Tors/Incomp$ btdownloadcurses --check_hashes 1 filename.torrent
/usr/lib/python2.6/dist-packages/BitTorrent/Storage.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import sha
These errors occurred during execution:
[09:37:48] IOError - [Errno 5] Input/output error
Got this error when I tried hash checking, was downloading the file using rtorrent when there was a sudden powercut and my system shutdown abruptly, tried restarting the torrent and kept encountering problems while restarting.
View 2 Replies
View Related
Feb 18, 2011
I have an old PC running 900Mhz Tbird CPU and 768Mb RAM. I also upgraded the HDD to a 60Gb. I've tried to install Gentoo, CentOS, Ubuntu, and Linux Mint and all and everyone of them stop at the line "checking hlt instructions" during the installtion. I've looked over the web and there are quite a few cases with the same problem, nonetheless the solution is not clear to me, still. I've managed to install CentOS, though, with the help of web forums, bypassing the error by typing from the Kernel "linux no-hlt" and pressing enter. Now when I rebooted the machine it keeps doing even though the install completed succesfully. I'm interested in loading CentOS to build a server since I used to run Ubuntu 8.04 on that box without any problems.
View 2 Replies
View Related
Feb 1, 2011
I'm having trouble installing visual python, I've downloaded the source package from [URL] as I couldn't find it on yast. On calling ./configure most tests are passed but I get an error which says I need gtkglextmm 1.2 checking in Yast I see this is already installed. Looking in the install.txt it talks about this error and suggests renaming some files, I'm not keen to do this for fear of breaking something else but as it turns out they are already named what they need to be anyway.? Now I'm truly stumped.
View 4 Replies
View Related
Jul 30, 2010
I'm running Slack 13.1 [32 bit] Re: pdfedit from SlackBuilds 13.1. I've installed qt3 per the dependencies w/installpkg. I've pointed pdfedit.SlackBuilds to where qt3 is and it's found fine. The problem arises when the build can't find docbook stylesheets. "checking for docbook xsl... configure: error: unable to find docbook.xsl stylesheet"
I've installed docbook.xsl where it can be found which is in the same folder qt3 support is found and verified my system can find it there,, which it does. I still get the can't find stylesheet error. Is this a glitch or am I overlooking something somewhere along the line?
View 2 Replies
View Related
Jan 30, 2010
Is it possible to have a drive dedicated to parity check for several other drives and not use a raid?
I want to keep all the drives separate, raids seem too dangerous.
View 2 Replies
View Related
Jun 8, 2010
I have Update Manager set to check for updates daily, to 'only notify about available updates', and have 'important security' and 'Recommended' updates turned on.Since upgrading to 10.04, Update Manager never starts up to tell me that there are updates available. If I run it manually and click on 'Check', I have to type my password in and then it will show that I have updates to install (if there are some of course).
I realise that I shouldn't get a notification icon any more, and that update manager should open instead.Anyone know whether this is something I can fix, or if it's a bug or a problem with the update server that I can't do anything about other than wait?
View 8 Replies
View Related
Jul 20, 2010
Sometimes when Ubuntu starts, it appears a screen with "Scanning disk in progress. It may take some time". But after it reaches 70% it completely stops, so I have to do a hard restart . Can I just switch off this automate? It doesn't help only makes problems. And slows down booting.
View 9 Replies
View Related
Jun 5, 2011
My laptop keeps saying Checking battery state is that something to worry about? The laptop goes has a black screen on it saying Checking battery state then says ok.
View 4 Replies
View Related
Jul 11, 2011
Im checking some webpages Im trying to update using tidy. Im getting some messages about the doctype of my pages, Im trying for HTML 4.01 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
but I keep getting some comment which amounts to the doctype not being formatted correctly.
Does Anyone Know what the correct doctype format for html 4.01 transitional is?
Code:
tidy doctype myHtml.html
View 4 Replies
View Related
Jan 14, 2010
I'm working on my first bash script. My script will do several things but right now I'm just trying to get the basic part of it down and working.I have a section that looks like this
Quote:
#/!bin/bash
SERVER=$1
if [ ! -d `ssh ${1} /somedir`];then
echo "Bad"
[code]...
The problem is that if you take that right now and run it, it will return back good in that it does exist. What I need it to do is pass back that it's bad because it doesn't exist (that is unless you actually do have that directory in your root).
View 1 Replies
View Related
Apr 13, 2010
I would like to ask some questions about checking which driver loaded for a hardware. Information: I am using Ubuntu and Xubuntu version 9.10.
1. For all types of hardware (including but not limited to network adapter, video card, sound card, USB devices, etc), if the command 'lshw' configuration does not show the loaded driver for a hardware, but the hardware work perfectly, is there any other way to know which driver loaded for that hardware WITHOUT ANY RESEARCH ON THE INTERNET, (and for network device, without using "connection information" feature in NetworkManager) ? If yes, how to do it?
2. Does your answer in question 1 will work for external hardware (hardware based on USB, FireWire, etc) and also the other non-pci based hardware? If it will not work, any other ways?
3. For your answer in question 1 above, do I need to install any packages that was not installed by default during Ubuntu installation?
4. For network hardware, "connection information" feature in NetworkManager does show the driver information. But, like stated in question 1, "lshw" command does not show the information about the driver used, then how NetworkManager get information about the driver used for a network hardware?
View 2 Replies
View Related
Jun 15, 2010
My brother gave me a copy of Ubuntu 10, since my upgrade from 7.04 to 7.10 screwed up. Installed it easy. But strange problems occur. After a few minutes of starting the system, it enters a command prompt, regarding "Checking batter state" yet my computer runs on an adapter, no battery exists (except the built-in one on the motherboard), and I have to restart my computer.
View 7 Replies
View Related
Jul 9, 2010
I've been using Eclipse for Java, and it has a nice feature that allows for syntax checking while as you type your code. I downlaoded Eclipse-CDT to write my C, and it has the same feature except it is much less helpful (ie. suggesting a correction, or where the error is).Is there an IDE that has a good realtime syntax checker? This is to help my noob C and C++ programming
View 1 Replies
View Related
Jul 19, 2010
I have newly installed Ubuntu 10.04 lts. Everytime when I am boot my system, Ubuntu try to check my harddisk. I am stopping that by pressing "c" key.Why it is so? anything problem with my hard disk or I need to disable anything for avoiding it for everytime?
View 2 Replies
View Related
Dec 26, 2010
I checked the md5sum of the iso using winMd5Sum utility, it is OK.
To check the CD, right clicked the md5sum file in it, send to winmd5sum, and then copied the corresponding hash from the ubuntuhashes page into the bottom text box, and compared. The message box says md5 sums are different. Now the question is, have I done it correctly, I mean, is this the way to check a burned CD, OR, is there another way to check md5sum of a burned CD?
View 9 Replies
View Related
Dec 27, 2010
I was wondering if its possible to see if my ip has been registered under a dynamic dns name? Reverse DNS does not resolve.
View 1 Replies
View Related
Jan 26, 2011
What would prompt this? i shut off teh computer and turned it back on , didnt press any buttons and it started checking my drives, so i pressed C and cancelled it.
View 1 Replies
View Related
Mar 19, 2011
I have an Archos Vision A15VS mp3 player which I am recharging through the usb connection of my laptop. Unfortunately, as far as I can see, there is no way of checking the battery state during the process as the screen of the player only shows a usb icon when the lead is connected.
This means that I don't have a visual confirmation that the battery is actually charging!
Obviously I could simply unmount the device, check the microscopic battery icon on the screen, and if not showing "full" repeat the process.
View 1 Replies
View Related