Ubuntu :: XML Parsing Error: Undefined Entity?

May 25, 2010

Using Mozilla's Daily PPA and getting this when I try and launch any Prism program:

Code:
XML Parsing Error: undefined entity
Location: chrome://webrunner/content/webrunner.xul

[code]....

View 3 Replies


ADVERTISEMENT

Fedora :: Firefox 3.5 And XML Parsing Error - Undefined Entity

Dec 28, 2009

I get this error when I try to start up firefox:
Code:
XML Parsing Error: undefined entity
Location: (null)
Line Number 30, Column 7: <menuitem id="context-copy"
------^
It's a GTK window with black text with yellow background. I've tried removing the .mozilla folder uninstalling firefox completely and deleting /usr/lib64/mozilla and /usr/lib/mozilla folders. Same error. So I tried running firefox under root, and it displays the same error plus:

Code:
Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL] for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)
So after long hours of frustration I created a new "test" user and firefox ran fine. It still doesn't work on my old user account and root. My system is "Linux localhost.localdomain 2.6.30.9-102.fc11.x86_64 #1 SMP Fri Dec 4 00:18:53 EST 2009 x86_64 x86_64 x86_64 GNU/Linux"

View 2 Replies View Related

Ubuntu :: Hardware / Setup - ML Parsing Error: Not Well-formed

Jan 23, 2010

I am new to Ubuntu linux and recently installed it on my computer. I did a system scan and this is what it said, ML Parsing Error: not well-formed Location: file:///media/Cruzer/submission.xml Line Number 4807, Column 53: Checking for hardware/setup problems... [#[33mWARN] What exactly does this mean and what is a possible solution

View 2 Replies View Related

Red Hat :: Snmpd Log Error Parsing, Skipping?

Jul 21, 2009

I would like to know if what this log error mean and how i can resolve this matter. I would like to verify if this is a misconfiguration or a bug on my settings

the log error is:

snmpd:error parsing ', skipping

the RHEL version used was 4 update 4 64 bit

the snmp packages installed were:

net-snmp-5.2.1-0.2
net snmp-lib - 5.1.2-11
net-snmp-lib - 5.2.1-0.2

View 1 Replies View Related

Ubuntu Installation :: Apt-get Failure / Error: Parsing Dependency Replaces?

May 12, 2010

As trying to update my system the other day I was greeted with a message I did not want.

Code:
tpsv@titantest:~$ sudo apt-get install update
Reading package lists... Error!
E: Problem parsing dependency Replaces
E: Error occurred while processing language-pack-kde-nds (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_karmic_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.

View 3 Replies View Related

Ubuntu :: Error: Parsing File '/var/lib/dpkg/available' Near Line 7175

Jul 21, 2011

I tried to upgrade ubuntu , downloaded everything that was needed but I am not able to install anything.
It gives an error

Code:
Do you want to continue [Y/n]? y
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: warning: parsing file '/var/lib/dpkg/available' near line 7174 package 'python-egenix-mxdatetime':
missing description
dpkg: error: parsing file '/var/lib/dpkg/available' near line 7175:
field name `Package(' must be followed by colon

E: Sub-process /usr/bin/dpkg returned an error code (2) since then I am not able to install anything on my aptdaemon fails for anything that I try to install How to deal with it

View 3 Replies View Related

Ubuntu :: Error: /usr/lib/libQtDBus.so.4: Undefined Symbol

Mar 13, 2011

I am using Ubuntu 10.10 I get the following massage. Admin@Ubuntu21:~$ skype: symbol lookup error: /usr/lib/libQtDBus.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv I have tried reinstalling it but still the same problem.

View 1 Replies View Related

Red Hat / Fedora :: RHEL4 Snmpd: Error Parsing '', Skipping?

Jul 21, 2009

I'm really new to Linux and I badly needed some help.

I can't find the possible cause of this error log:

snmpd: error parsing '', skipping
RHEL version: RHEL4 ES Update 4 64-bit
version of snmp packages installed : net-snmp-5.2.1-0.2, net-snmp-libs-5.1.2-11, net-snmp-libs-5.2.1-0.2

View 1 Replies View Related

CentOS 5 :: Error Parsing '1enabled=1': Invalid Boolean Value?

Nov 23, 2010

I'm trying to install PPTP following this guide http://www.dotcomunderground.com/blogs/2010/04/10/poptop-pptp-centos5-installation-setup/but when I enter the command yum --enablerepo=poptop-stable install pptpd

View 2 Replies View Related

Ubuntu Installation :: Gconftool-2 Undefined Symbol Error

Mar 11, 2010

Yesterday my gnome gui locked up during startup. there is a problem with the "gnome power manager" package.

I get a pop-up saying "The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator."

Tried:

When trying to reinstall the gnome-power-manager package, I get the following error: gconftool-2 symbol lookup error: gconftool-2 undefined symbol gconf_schema_set_gettext_domain

Only the terminal works>

View 1 Replies View Related

Programming :: Dlopen And Undefined Error ?

Mar 22, 2010

I've been told to move my code from MFC to linux platform, and so I did, trying to keep as much as I can on the way, now, I had a dll and application, the application I rewrote all anew while the dll I only made changes so it'll be an ".so" file, now, when I try to link using "dlopen", I get the message "undefined symbol: _ZN5ImageC1EiiPh", now, Image is a class in the DLL, which even makes its own ".o" file for the DLL itself. I just can't understand why it happens. I use Image in functions which are not in Extern "C", but the functions I want to use don't use it. Also, I have many globals in the DLL, (because that's how the DLL was written in the past) but none of them is Image...

Is the problem with the fact I include a c++ class in the DLL? How can I solve such a problem? I tried messing with how I link it, but I think that's not the issue here.

I use g++ and -rdynamic --export-dynamic -ldl -lrt for the application

and for the dll I use -shared -Wl,-soname, and -lm, and for the .o files of the dll -Wall -fPIC (although for some reason it doesn't let me do it through the makefile and I needed to do that by hand, which was a little weird. I put it in tag, I put it in line, but it still did nothing...

View 4 Replies View Related

Programming :: Undefined Reference Error When Using Lua API?

Jul 20, 2011

I wrote a small test program, and this is what happens when I try to compile it:

Code:
$ g++ -llua main.cpp
/tmp/ccHJ8HR3.o: In function `main':

[code]...

View 8 Replies View Related

Fedora Installation :: Preupgrade F9 To F12 Fails With Parsing Primary XML Error

Dec 7, 2009

I'm having some issues upgrading my F9 to F12 using 'preupgrade' so I'm looking for anybody who has ever been able to complete a preupgrade from F9 x86_64 to F12. The error message I receive is TypeError: Parsing primary.xml error: attributes construct error. To my knowledge this has been reported as a bug in F10 which was resolved by a yum update to version 3.2.24.

For F9 the latest yum version is 3.2.21 which has this Parsing error bug that prevents the preupgarde to continue. Interesting enough that the preupgarde lets me select Fedora 12 and progresses with all the preupgrade steps properly until the parsing error occur. How to fix this Parsing error on a F9 x86_64 system.

View 5 Replies View Related

Fedora Security :: Error Parsing Semanage Configuration File?

Aug 5, 2011

I need to autorise sendmail to send mail, but SeLinux blocks this action. But when I use this command:

Code:
setsebool -P httpd_can_sendmail=1
I receive an error

[code]...

View 3 Replies View Related

OpenSUSE :: Yast2 - Software Mgmt Parsing Error On Start

Mar 31, 2010

I haven't been able to locate this cause. The problem developed as follows:

1. Used a downloaded .ymp file to add a community package, chose NOT to add the repo permanently from the Customize button... installation of package failed.
2. Added the repo manually in Yast Software Repositories and it went thru the process without error, BUT the repo never appeared in the list. (this is where i think the problem lies)
3. Tried to add the package using .ymp package without blocking the new repo addition... package installed successfully. Then deleted the repo using Yast Software Repositories gui.

Now starting Yast Software Management the process starts and downloads the repo.xml files from each enabled repo, then displays a error msg stating "Parsing Error". Dismiss and it loads the normal interface and seems to work properly from then on.

View 6 Replies View Related

CentOS 5 :: Yum Options Error: Parsing '1enabled=1': Invalid Boolean Value

Mar 21, 2009

i traying to install php memcache module and alot of other things but evrytime i tray to use yum i got this error $Loading "fastestmirror" plugin Options Error: Error parsing '1enabled=1': invalid boolean value i have centos 5 server 64bit is there anyone now what this error and how to fix it

View 6 Replies View Related

OpenSUSE :: Error: /usr/lib/libQtNetwork.so.4: Undefined Symbol

Jul 16, 2010

Anyone else having problems installing Skype beta (direct from Skype) on 11.3 x86_64? Error is:

Code:
skype: symbol lookup error: /usr/lib/libQtNetwork.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv
I've been through the forums and Google and made sure I have all the 32-bit libs required by skype. For example:
Code:
6930p:~ # rpm -qa | grep -i libqt4

[Code]...

View 9 Replies View Related

Programming :: Undefined Reference To - Function Error

Nov 11, 2010

I have been trying to build a file called main.cpp through my make file which is in Linux.

There are functions like

Which are being called. I have included all the necessary headers and also have included the necessary lib.a files in the make file as below:


I am still getting the below error. I use make -j makefile.mak clean all command to make the build.

View 1 Replies View Related

General :: Error - Undefined Reference To Main ?

Feb 14, 2010

I keep getting the error:

Here is my code:

View 2 Replies View Related

Software :: Gcc Does Not Show Undefined Reference Error?

Jul 25, 2010

When the following little C program is compiled with gcc it does not get a compile error even though the function atof is undefined. If I change it to xatof then it goes get an "undefined reference" error. (I knowthat atof is a library function, and I know that it resides in stdlib.h But since I did not include stdlib.h I would think that it would give me an error). What am I missing here?

main()
{
double f;

[code]....

View 8 Replies View Related

Programming :: C Program - Undefined Reference Error ?

Jul 21, 2010

I'm building my main program on SUSE using C, but the compiler returns the error below.

Code:

Here's my code to which the errors are pointing to:

Code:

View 3 Replies View Related

Programming :: Getting Undefined Reference Error When Try To Install NOX

Jul 12, 2010

I am trying to install NOX which is a openflow controller and it needs Xerces-C++ this. I installed it successfully on the Debian. The output of the xerces after running the "make install" command is as follows which shows that is successfully installed on the machine.

[Code]....

View 17 Replies View Related

CentOS 5 :: Get Rid Of Error: Undefined Symbol: _gfortran_internal_malloc64?

Dec 1, 2009

While compiling one of my programs I am getting this error: Undefined symbol:_gfortran_internal_malloc64My program actually gets completely compiles and linked and this error is shown in run time.Does anybody have any experience about getting around this ? May be using some different version of GFortran ?I am using Centos 5.4 64 bit and GFortran 4.4

View 1 Replies View Related

Ubuntu Installation :: Postgresql Works From Cli - Error Call To Undefined Function

Aug 4, 2011

I have weird problem with postgresql + nginx + php5 0 ubuntu 11.04. Postgresql works just fine, when I run "php test.php" from shell. I assume php runs from shell are called cgi runs? When I open page from browser [URL]... I get following error. I assume php runs from browser are called cgi runs? Fatal error: Call to undefined function pg_connect() in /var/www/mydomain/htdocs/test.php on line 7 When you print php info, only reference to postgresql is pgsql.ini and pdo_pgsql.ini files that are parsed.

[code]....

I did install postgresql by running following commands:

sudo -s
aptitude install postgresql
aptitude install php5-pgsql

View 2 Replies View Related

OpenSUSE :: Shotwell / Error Undefined Symbol: G_malloc0_n?

May 26, 2010

If i start shotwell i get this message.shotwell: symbol lookup error: /usr/lib64/libgee.so.2: undefined symbol: g_malloc0_n

Not sure if i killed something, but would like to get it going again.Can not really figure it out, but i reinstalled shotwell. Did not solve the problem.

View 9 Replies View Related

Server :: Fatal Error: Call To Undefined Function

May 7, 2010

I had created a database in mysql called guestbook and created tables also in mysql and also granted remote connections privileges from below command

mysql> grant all privileges on *.* to root@192.168.1.222 identified by "rrcrrc";

i had accessed from my pc(192.168.1.222) and used phprunner to create php web pages and copied the phprunner output folder to use with apache. when i accessed from my pc the below error is coming

Fatal error: Call to undefined function: mysql_connect() in /home/administrator/useridall/include/dbconnection.php on line 9

i can't understand what is going on so i put this question in the forum, below is i am giving the dbconnection.php details.

dbconection.php
<?php
function db_connect()
{

[code]....

View 3 Replies View Related

CentOS 5 Server :: Creating PDF Using PHP Getting Undefined Function Error?

Mar 16, 2009

I had installed PHP using yum install php. I am trying to use the pdf_new function to create pdfs from existing text files, but I get this error PHP Fatal error: Call to undefined function pdf_new()I have noticed that when I run the phpinfo() command, I cannot find the PDF phrase at all. My php.ini file does not even have these two linesextension=php_pdf.dll extension=php_cpdf.dll kind of command I should use if I need to build PDFs using PHP on Centos 5?

View 1 Replies View Related

OpenSUSE :: Loading Library Fails: Undefined Symbol - Error

Aug 2, 2010

This is the error I receive when I try to install a library. I really do not know If I could do something to skip this error message.As you might see below. I receive the following error message Error in dyn.load(file, DLLpath = DLLpath, ...):unable to load shared library '/home/apa/R/x86_64-unknown-linux-gnu-library2.11/RandomFields/libs/RandomFields.so': /usr/lib64/R/lib/libRlapack.so: undefined symbol: _gfortran_concat_string

This is the full error log

Bash | [CODE]* installing *source* - Anonymous - d4DH09Wx - Pastebin.com

View 4 Replies View Related

OpenSUSE Install :: Boot Error - Undefined Video Nurmber 375 ?

Dec 24, 2009

Since i have bought a new monitor, i get a boot error (opensuse 11.2). It tells me "undefined video number 375".

Then I can choose between "enter" or "scan". When I choose "enter" everything works perfectly.

My hardware:
Monitor:
ViewSonicVX2260 (full hd) connected with a hdmi cable
Video card: ATI 4670hd

Files:

This is the "menu.lst" file:

The xorg.conf file:

View 7 Replies View Related

Software :: Error: /lib/libm.so.6 Undefined Symbol: , Version GLIBC_2.0

Jan 11, 2011

When I tried to boot up this morning I receive the following errors: init: plymouth main process (302) terminated with status 127.mountall: symbol lookup error: /lib/libm.so.6 undefined symbol: , version GLIBC_2.0

init: mountall main process (323) terminated with status 127 I am using Ubuntu 10.10 and things have been fine until now. Can someone explain the errors and suggest how I can fix them. Right now I am using the trial version on the install cd to get up. I do have access to my main hard drive so I can make corrections.

View 3 Replies View Related







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