Software :: /usr/lib/libgd.so - File Not Recognized - File Format Not Recognized

Jul 22, 2009

I'm trying to cross-compile glibc 2.2.3 for PowerPC 405 using ELDK 3.0 on a x86_64 machine.

I have unzipped glibc-2.2.3 in a temp directory and configured using:

The configuration seems to run fine but when I do make I get the following error:

This is the error in the config.log file:

I have installed the libgd package using apt-get install libgd2-xpm-dev and I also tried recompiling using libgd2-noxpm-dev package but I still get the same error.

View 2 Replies


ADVERTISEMENT

Software :: Makefile - File Not Recognized - File Format Not Recognized Collect2 - Ld Returned 1 Exit

Mar 27, 2010

I was installing DYMOUM from [url]. "make" command is issuing this error:

Code:

Prior to this, ns-2.34 was working fine. Patches are applied very well.

I am in under fedora 9 and:

Code:

View 9 Replies View Related

General :: File Format Not Recognized?

Mar 17, 2011

How to deal with file not recognized: File format not recognized

View 2 Replies View Related

Fedora :: Objdump: File Format Not Recognized?

Feb 9, 2011

This works fine for most libraries:

Code:
$ objdump -f /usr/lib64/libm.so
/usr/lib64/libm.so: file format elf64-x86-64

[code]...

View 5 Replies View Related

Hardware :: Format A SD Card That's Recognized As A Read-only File?

Feb 25, 2011

I've got some trouble trying to format a SD card. I tried to format it in the GUI and the terminal, but couldn't make it. I couldn't even copy or move any file to the directory in the SD card, even logged as root.
It's a SD card from a digital camera. When I insert it in the camera, it says the card is blocked, so that it's not possible to take any picture.

I tried using "fdisk" to set a new fyle system in it, and tried "mkdosfs" trying to format it under the current file system.

View 4 Replies View Related

Programming :: C++ Link Error - File Format Not Recognized - Treating As Linker

Apr 22, 2010

I am trying to compile a software using a provided sdk. I suspect that the sdk has some mismatch of the platform library, but I am not sure.

The error I got is

Code:

The libidata.so.42 is there in that folder. I guess the file might be in a big endian. Is there a way to check if the libidata.so.42 i have might be a big endian format, rather than little endian?

If my guess is incorrect, This is a c++ code on fedora x86 machine.

View 4 Replies View Related

Ubuntu :: AVI File Not Recognized On Any Player?

Feb 5, 2010

I tried playing a .avi file using VLC player and Movie Player, but neither will read the file. There is no image or sound. I will post the error message shortly.

View 8 Replies View Related

Software :: File Not Recognized - Is A Directory

May 5, 2009

When compiled gimp, I met the follow problem:

View 3 Replies View Related

Fedora :: Audio File - Not Recognized By Any Of Several Players

Feb 8, 2011

I made a backup of some mp3 and ogg files onto a a DVD. I had to re-install my OS and now need these backup files. The files show up on the file navigator and show appropriate file sizes but they are not recognized by any of several players I have tried (Rhythmbox, xmms,vlc, amarok).

View 11 Replies View Related

Programming :: JavaScript - File Not Recognized As XML By Firefox

Feb 4, 2010

I'm loading an XML file stored in a tiny web server (based on lwip). This web server is not very cooperative and is not marking the http content-type as "text/xml". As result, Firefox is not recognizing the file as xml (IE does) so I can't use DOM methods for parsing the xml file. overrideMimeType("text/xml") should help me avoid this problem but, even having overrided the mymetype, the content-type received is still "text/plain". This is a portion of my JavaScript code:

Code:
var xmlObj;
// loadXMLdata is called from the html file
function loadXMLdata() {
var dataFile = window.location.href.substring(0, window.location.href.lastIndexOf("/") + 1) + "config/myfile.xml";
if (window.XMLHttpRequest) {
xmlObj = new XMLHttpRequest();

// This should override the mimetype...
if (xmlObj.overrideMimeType)
xmlObj.overrideMimeType("text/xml");
xmlObj.onreadystatechange = fillXMLdata;
xmlObj.open("GET", dataFile, true);
xmlObj.send("");
} else {
alert("Your browser can not handle this script");
return; } }
// fillXMLdata is called from loadXMLdata once the xml object is ready
function fillXMLdata() {
if (xmlObj.readyState == 4) {
// Here Content-Type shows again "text/plain"
alert(xmlObj.getAllResponseHeaders());
var xmlDoc = xmlObj.responseXML.documentElement;
// And here section is null
var section = xmlDoc.getElementsByTagName("section")[0]; } }
The xml is quite simple:

Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<section>
<item>1</item>
<item>2</item>
</section>

View 1 Replies View Related

Fedora Installation :: File System Not Recognized - Alienware

May 28, 2011

I currently have windows 7 installed. There are two partitions. The OS is on one and the other one is used for data. Is there anyway this could be a problem?

The only readable error I have gotten is from suse. Said something about an unreadable file system. All of the others have just hung at some point during the live cd boot.

I have now tried live cds of the following and none have worked.

Its a stock alienware that I bought 3 years ago. The only change I have made is updating the ram, which I bought directly from dell to make sure it was compatible. The alienware is an intel core 2 duo, 4 gigs of ram, 160gb HD, dual sli nvidia graphics cards. not sure about the mother board, could figure it out if its necessary. Is there any reason the hardware wouldn't be supported?

View 8 Replies View Related

OpenSUSE Hardware :: HP-Photosmart C4680 Not Recognized - Pdd File Is Not There

Dec 1, 2010

I'm having some problems with my printer...i just installed suse (today) and tried to install the printer... i looked online and installed hplit, then followed the setup till the program recognizes my printer (he says is 4600, dunno why) and then ask me to associate the PDD file... only thing is that the pdd file is not there....

I runned the hp-check -t and this is the result:

Hp-check can be run in three modes:

1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies are installed to successfully compile HPLIP.

2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball has the proper dependencies installedto successfully run.

3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases (both compile- and run-time dependencies).

Saving output in log file: hp-check.log

Initializing. Please wait...

SYSTEM INFO:

To check for compile-time only dependencies, re-run hp-check with the -c parameter (ie, hp-check -c).

To check for run-time only dependencies, re-run hp-check with the -r parameter (ie, hp-check -r).

HPLIP INSTALLATION:

View 4 Replies View Related

Debian Hardware :: HDD Not Recognized In BIOS But Recognized Upon Boot

Sep 18, 2014

I have a backup HDD with a different distro for my laptop and i can boot into it via external usb or if swapped into the laptop. This HDD/install in question is debian testing and was working fine, the issue arose suddenly. I was first suspecting a failure of hardware somewhere on the motherboard, but the hdd i was using with an external usb adapter also works when installed into the machine. also, the HDD is recognized once i have booted using the external HDD and distro, but it is not recognized by the bios. so i dunno, my first guess is something became corrupt within the testing install, but i guess its also possible that there is some wrong with the HDD but thats not immediately apparent as all the data is still accessible.

Should also note that the HDD with testing on it is also recognized when connected via the external usb adapter, while booted from alternative distro/HDD.

Also. just tried this, but i can get the testing HDD/disto to boot if connected externally. it was going pretty quick, but there i did catch a line about a corrupt filesystem. any commands to run to see what might be going on?? log files to look at?

View 0 Replies View Related

Ubuntu :: Sd Card Not Recognized - How To Make It Recognized

Jun 2, 2010

I just installed Ubuntu 11.04. The drive was formatted when I installed so it's 100% Ubuntu. The only major problem I have encountered is that Ubuntu will not recognize my SD cards. I really need to access these cards, all my film footage is on there. I think the internal SD card reader (If such a thing exists) would have been deleted during the installation process. I am a greenthumb to Ubuntu and have never used it before so I am rather stuck...

View 7 Replies View Related

Hardware :: Use Fat32 File System And Recognized Full 64gig Drive Plug In And Is On /media/usb

Nov 28, 2009

formatted a 64g usb memory stick with gparted use fat32 file system and recognized full 64gig drive plug in and is on /media/usb this is what i got on my fstab UUID=24AF-1E67 /media/The-Hive defaults,nosuid,nodev,locale=en_US.UTF-8 0 0 i want all user access to this memory stick to write delete and execute. am I going nuts i cant make it to do that..

View 2 Replies View Related

Ubuntu Servers :: Apache Error Log Format Percentage Not Recognized 10.04

Jun 4, 2010

I wanted to log some messages on Apache. So I added in VirtualHost definition

Code:
CustomLog /var/log/apache2/site-resp_log resp
LogFormat "%{X-Forwarded-For} %D %t %T %v %O %b %A %B" resp
and restarted apache2.
I got following error

Code:
* Restarting web server apache2
Syntax error on line 33 of /etc/apache2/sites-enabled/site.com:
Unrecognized LogFormat directive % [fail]
root@server:/var/log/apache2# vi /etc/apache2/sites-available/sites.com

Here is a page I referred to. I am not able to understand the syntax error.

View 2 Replies View Related

Fedora :: Create A Pdf File In A3 Format From Two Sheets In A4 Format?

Apr 7, 2010

my school we want to print a magazine but we have problem with the format of the files. We need to create a sheet in A3 format from two sheets in A4 format. I was reading about the pdftk library but it doesn't do what i need.

View 4 Replies View Related

Ubuntu :: Alt+tab Not Recognized ?

Aug 16, 2010

I'm using Ubuntu with GNOME and alt+tab for switching windows does not work for me. I checked the system prefs & the keyboard shortcut was correct set.

I even tried changing the key to something else (that doesn't contain alt). It didn't work either. It appears as if the manager didn't recognize the shortcut & the key strokes were passed through to the current application. Rebooting didn't help either. Note that I can do alt+f5, alt+space. alt+f2 didn't work though.

View 5 Replies View Related

Ubuntu :: USB Not Recognized On 10.10

Mar 5, 2011

I have been trying to make my USB flash drive mount for a while now going through most of the forums i could find. I've got it working to the point that if i restart with the flash drive in the USB port it will recognize it upon startup, but if i remove it and try to put it back in....nothing. I have the cheap Acer Aspire One, 1 GB ram etc. even if i go into disk utility and try to mount it it wont work, and i get this error message,

Error mounting: mount exited with exit code 1: helper failed with:
mount: according to mtab, /dev/sda1 is already mounted on /
mount failed

which from the little research i have done my computer wants to mount my sdb1 onto sda1 which is my hard drive. i've tried the usb stick in all the ports, nothing changes. it works fine in my windows xp computer. my camera is accepted as well as my mp3 player (although this has just recently started to work...

View 4 Replies View Related

Ubuntu :: Usb Is Not Recognized

Dec 22, 2010

I tried to install Ubuntu UE, while installing due to less space on my pc hard drive i used external USB (400GB) hard disk for file system, i have selected ext4 file system and 100GB space in disk partition menu, after selecting and start to partition option, i remembered that USB hard disk is already contains 300GB of data which is very important. So I canceled the Ubuntu initialization activity with in 10 second.

The problem is now , iam not able to see my data and the USB hard disk is also not getting recognized in windows PC .Is there is any way to retrieve my data.

View 2 Replies View Related

Hardware :: 6gb Ram But Only 3gb Recognized?

Jul 9, 2010

I have set up a new Gateway DX4820 with Windows 7 to dual boot in Ubuntu 10.04 Windows shows it as having a Core 2 Quad Q8300 at 2.5 Ghz which meets the store specs but the system monitor in Ubuntu shows it as having 2.9 Ghz of ram.

View 5 Replies View Related

Slackware :: USB HDD Has Not Been Recognized

Nov 14, 2010

I got an usb hdd that works nicely with my laptop (running slackware current 32 bits up to date); but when I plug it to my desktop (running slackware current 64bits multilib) it is not been recognized, wich is a pain.

Here is a piece of dmesg that shows the device...
Code:
[1.471941] usb 1-4: New USB device found, idVendor=046d, idProduct=08c2
[1.472625] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[1.473340] usb 1-4: SerialNumber: AD4DA992
and this is the uname

Code:
root@dragon:/home/weput# uname -a
Linux dragon 2.6.35.7 #3 SMP Mon Oct 11 01:34:00 CDT 2010 x86_64 AMD Phenom(tm) 9850 Quad-Core Processor AuthenticAMD GNU/Linux

View 11 Replies View Related

CentOS 5 :: Available RAM Not All Recognized?

Oct 27, 2009

I have 6 GiB RAM installed in a server. The bios shows 6. They're all identical sticks. The OS says there's 4 though. I'm not sure what to do now. Dell says it should be able to use up to 12 GiB.

# uname -a
Linux 2.6.18-128.1.10.el5 #1 SMP Thu May 7 10:39:21 EDT 2009 i686 i686 i386 GNU/Linux
The CPUs are Intel(R) Xeon(TM) CPU 2.80GHz
# free

[Code]....

View 7 Replies View Related

Fedora :: USB Thumbdrive Not Recognized?

Aug 14, 2011

When I plug in a usb thumbdrive, it doesn't show up under "Places" (FC#14). The thumbdrive has a light on it showing activity, it looks like it flashes when I plug it in as if it's being read, then a steady light as if it's ready to do whatever I want to with it. lsusb shoes it, it just

View 3 Replies View Related

Ubuntu :: Got 2GB RAM Computer Only Recognized 1.5GB?

Feb 2, 2010

I got an nVidia 8400M G, on a lappy.(Fujitzu Esprimo v6515) Is this normal? How do I get it to recognize the missing 500mb?

View 9 Replies View Related

Ubuntu Installation :: ISO CD Is Not Recognized

May 1, 2010

I downloaded the Ubuntu ISO from Ubuntu website.I wrote it in a CD....I use Linux.I followed the procedures properly.I used the Write to Linux Option after right clicking the file.Now When I try and boot it from windows the CD doesnt load properly...But in linux it does and it shows the files.

View 3 Replies View Related

Ubuntu :: 10.4 Lucid Not Recognized ?

May 14, 2010

About two weeks ago I upgraded from Karmic to Lucid. The upgrade went fine, everything works wonderfull, except maybe for Wine but am still figuring that out.

What I find a bit strange is that on the boot-up screen (where I get the choice between the different OS's on my two hard-drives) I still see Karmic listed on the partition where I upgraded (see attachment: on /dev/sda1).

When I boot-up, I first get this message: Mounting: mounting none on /dev failed: no such device

This stays about 20 seconds on screen after which Lucid starts up and gives me the log-in screen.

View 3 Replies View Related

Ubuntu :: USB Devices Not Recognized In 10.04?

May 25, 2010

I'm running Lubuntu 10.04 on a Thinkpad T41. I had been running for a week before realizing that my USB devices (card reader and thumb drive) were not being recognized. I thought that the issue might be related to my aging Thinkpad but I installed the hard driveat is running Slackware and I had no issues with USB devices. I reinserted the hard drive with Lubuntu and was unable to recognize any USB devices.Has anyone else noticed this issue? If so, is there a fix for this issue?

View 9 Replies View Related

Ubuntu :: New HDD Not Recognized During Install?

Jul 10, 2010

I just built a new PC, and was hoping to install Ubuntu on it. However, my hard drive is not being recognized by gParted or the installer. I think this may be due to the fact that my drive is SATA 3 and there is no support for it. the specs I think are important are below, tell me if you need to know anything else

CPU: Intel i7
Harddrive: Western Digital 1 TB SATA 3 Black Edn.
Motherboard: ASUS Rampage III Extreme

View 4 Replies View Related

Ubuntu :: RCA H125A Is Not Recognized

Jul 24, 2010

I have a great music collection that I keep in Banshee. When I plug in my ipod it works perfect and syncronizes well. But when I try to give my dad my music on his RCA H125A, it opens the mp3 player like a mass storage device and it never appears on Banshee. Is there a way to get it to work?

View 1 Replies View Related







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