Seems it failed because I am missing a header file called allheaders.h. What is this and where do I get it? Here is the output of the configure and make commands:
/var/tmp/tesseract-ocr-read-only$ ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu
I'm currently undertaking the ridiculously stupid task of using tesseract ocr to convert a scanned 1,000 page .pdf document into .txt documents (I volunteered to do it for a girl - I'm pathetic, I know). I import one page of the .pdf at time in GIMP, convert it to indexed colors, save it as an uncompressed .tif, and then run tesseract in a terminal on the saved .tif, after which it spits out a .txt file (which I instruct tesseract to name after the page number of the .tif, for example 537.tif becomes 537.txt).
This process takes about a minute per page, so at 1,000 pages we're looking at 1,000 minutes. That's a lot of minutes. I've looked into scripts some and I understand the very basics, but I don't know how to make a program, like GIMP, perform several specific functions in succession (import, convert to indexed colors, save as uncompressed .tif), and then have another program, like tesseract, perform its function after the completion of the prior program's function. I'm not trying to ask anyone to do my work for me, but could someone give me some advice regarding this, or point me in the direction of a newbie-friendly how-to that might help me out? I haven't found any. I'd like to finish this thing quickly, so as to maximize girl-impressing potential.
I have a FC11 box, with an HP prineter attached. I trying to print from my laptops after I have setup samba and shared the printer , It was working fine when I was installing FC4 and FC5. I am not sure what is missing. when I tried to print from the XP box I got "Test pge failed to print" error.
I am trying to install mysql 5.1.44..so i downloaded the binary package, i extracted it and then followed the instructions that were in the manual but i keep getting this error when running this command
Installing MySQL system tables... 100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test 100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test
I have configured the remote installation of Fedora 13 with kickstart with nfs installation method. All work ok until I boot the Fedora 13 client system.
Fed13 client system receives the IP address from dhcp, receives the loader, loads vmlinuz and initrd.img from tftp, load anaconda, configures the network and dev eth0, mounts nfs server to load kickstart file, loads kickstart file (language...) but when it tries to mount nfs server to install from Fedora 13 installation tree it fails.
First, I thought that I had an error on my NFS configuration but I was wrong. I opened tty with ALT+F4 on the Fedora 13 client and I sew this error:
Code:
Is this a bug or can I modify anything to correct this error? How?
I downloaded from [URL] files FC-6-i386-disc1.iso through FC-6-i386-disc5.iso from windows vista with get right. I checked the files with sha1sum.exe and the numbers are correct. I burned the cd's with roxio creator de. Then I go to the other computer and start the installation and at the beginning there is an option to test the cd's before installation proceeds. All cd's tests fail. So I would like to be sure: Have I been buying bad cd's? Note: I have tried 15 cd's, all failed.
this is a dual boot XP/UBUNTU 10.04. while using XP, the computer rebooted itself. the GRUB's screen appears, but neither the ubuntu nor the XP option works.
Ubuntu gives this error message:
Code: 0.797795 kernel panic-not syncing: vfs: enable to mount root fs on unknown-block (0,0)
XP hangs on a black screen... and that is it (thanks for support windows!) UBUNTU 10.04 live CD hangs when the 5 processing dots appears bellow the ubuntu logo. hangs the same way with the processing bar in UBUNTU 9.04 live CD. memory check (memtest86) is showing thousands of errors right from the start.
At some point, the install process asks whether to test internet access. I replied Yes, and the test failed. Retries also failed, leading me to conclude, mistakenly, that the ethernet card was not supported by SuSE 11.2. Finally I elected to skip the test, resigned to the loss of internet access. The install program then proceeded to access online repositories without difficulty, and I had no further difficulty accessing the internet. So why the misleading test result?
Headphone plugged in the front and the mixer master channel is set to "headphone". System Settings -> Multimedia is set untouched. And the installation configured (in order):
Opening System Settings -> Notifications and playing a sound works fine. Opening System Settings -> Multimedia and hitting the test button: no sound. Junk: no sound Amarok: no sound
Why is it that the notifications work (without pulse) but anything else fails? How can I get it to work?
The disk I obtained from a seller runs fine in live mode (no installation) on my Windows XP. I liked what I saw. However, when trying to run cd live on my Linux PC it won't run. Linux pc currently has Kubundu 9.1 installed. Previous to that I had Mint 8 installed, but again Fedora 12 cd would not run. After getting an initial Fedora startup screen, I next receive a bunch of text, ending with a text screen of about 30 lines with "OK" in green to right of each line. At bottom is blinking cursor. That ends my machine's live running of cd.
Obviously, if I can not get cd to run live on linux pc, I'm not going to be able to install. (I should add that ubuntu, kubuntu, mint 8 and pclinuxos all ran successfully live on machine and three of them were installed successfully.) Perhaps, Fedora is at war with Ubuntu et al.
I've followed leigh's installation instructions for the nVidia drivers on Fedora 14, and everything seemed to go smoothly, but I don't see any obvious changes after rebooting (should I?).When I go to KDE's KInfocenter (KMenu -> Applications -> System -> Info Center) and check the driver information I see this:
I ran a firmware test, after I discovered a bad memory stick on a 1 gb stick. Replaced my memory stick and just for grins ran a firmware test and I don't understand this:[Fail] Failed to locate HPET base [Fail] OS/2 memory hole test-The memory map has a memory hole between 15mb & 16mb.
Re-ran MEMTEST just to make sure my new memory was fine, no errors.My Linux OS appears to be running slower on boot-up than normal, What documentation there is on the internet on HPET is over my head.I ran SMART on the both drives. They were good. So I am a little stumpted.
I am driving Fedora 12 and need to test an application GUI with Python 2.4, 2.5 and 2.6. Python2.6 is native in F12 at /usr/lib... and I have alt-installed 2.4 and 2.5 at /usr/local/lib... Site-packages directories for 2.4 and 2.5 are empty. I have tried different tricks to install gtk-2.0 and pygtk in the site-packages of 2.4 and 2.5. But could not find a working solution.
My latest trial was to download Fedora 7 live and copy from its python2.5 gtk-2.0 and pygtk.* to F12:/usr/local/lib/python2.5/site-packages. Results were as follows:
Python 2.5.5 (r255:77872, May 13 2010, 17:15:51) [GCC 4.4.3 20100127 (Red Hat 4.4.3-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pygtk >>> import gtk Traceback (most recent call last):
I'm trying to upgrade, but have this issue: usually I download the DVD iso, run checksum, burn it, test the disk, and when found ok, I run the upgrade. Now, however, I keep getting "disk not ok" at 95% of the disk test. I have downloaded and verified the iso twice, used 2 DVD's, 2 different DVD-drives, 2 different computers and keep getting this error at 95%.
I have created mobility of 20 nodes and vbr traffic using following attached script I executed the file as ns234 vbr.tcl I got the vbr.tr and vbr.nam but I was unable to load the graph using matlab <trgraph> I thought problem with is vbr.tcl script.
i was using redhat then i installed fedora10 using the free space on disk now fedora is working fine but redhat fails to boot error is something it takes filesystem as readonly and dont starts because of no write permissions... probably it an issue redhat is detecting two partition with '/' as label ...
I am having problems creating an diskless fedora 12 workstation. I have my boot server set-up, dhcp works, tftp works, pxelinux.0 gets sent. I have installed fedora12 locally [to hdd from dvd] on the affected workstation and then copied the whole / [root] to my boot server. Then I have installed the dracut-network package and a new kernel. I have copied the /boot/vmlinuz-xxxx and /boot/initramfs-xxxx.img to my bootserver's /var/lib/tftpboot/images/F12-x86_64/vmlinuz and ..../initramfs.img Boot options are listed below (the whole pxe config file):
DEFAULT menu PROMPT 0 MENU TITLE KBS1 BOOT SERVER TIMEOUT 200
[code]....
the "deskless" client's ip is set statically to 192.168.0.114. Is there anything I am missing?
I have managed to get the OS installed onto a second hard drive, but I have to use my BIOS to set up the boot to choose the OS I want to use. How do I get the computer to see both OS's?
Today I ran preupgrade and chose Fedora 14 instead of Fedora 15 to be safe to upgrade from 13 . After lengthy upgrade, I wan able to login but after that whenever I try to open terminal and enter su to login as root, it suddenly hangs or sometimes it hangs by itself or even hangs after reboot. So I have totally corrupted upgrade.
I read somewhere and found I can go to GRUB menu at reboot and I can choose fedora 13 from there and was glad at least I can go back to old Fedora 13 but I do have to go to GRUB menu to choose Fedora 13 every i have to reboot. Is this OK? Now in Fedora 13 I have entered command as root: preupgrade and this time I chose Fedora 15. Is this OK? I am hoping the upgrade from 13 to 15 would work.
I used to have that error on Ubuntu, after adding a second HDD, but that still booted without problems after the error.I also installed OpenSuse on this pc, and didn't get that error.Windows 7 is also on this pc, again without any problem.--Are there any workarounds for this error, so I can get Fedora 11 installed?Note: I'm trying to install from a USB disk, created by Unetbootin.
I recently installed Fedora 10, having chosen that version in order to be able to use the packages created by the Planet CCRMA group for doing audio recording (they don't have F11 packages ready yet, AFAIK). Last weekend I got a prompt to upgrade my system, and I naively accepted it, not even realizing that it was an upgrade to F11.
The upgrade didn't work, for reasons that I still don't know (probably a video driver issue), but since I know the F10 installation worked, and Planet CCRMA is not up to F11 yet, I'd just like to downgrade myself back to F10.
Can I just re-install Fedora 10 from the DVD I used before, or will the F11 installation cause problems? I haven't really done any work that I mind losing, so I'm not too concerned about overwriting my previous installation.
I got the /boot is to small error when I tried the preupgrade from FC 11 to 12. I would like to clean out all the installation files and try again with the recommended fixes. Preupgrade just reboots the box no and restarts FC11 up so I need to start over fresh.
Where are all the files that I need to clean up for the preupgrade?
I receive following error when trying to enable strigi. "strigi service failed to initialize, most likely due to installation problem" I have searched internet, obviously not good enough, and i have found nothing. Nothing that would work. i have tried installing openjdk-devel as suggested, soprano. And still nothing. I have same problems on both boxes running Fedora 12.
Yesterday upgrading from F13 to F14, preupgrade failed on VirtualBox repository (it was about 80%). I had to reset the machine, booting the old kernel, removing the repository and launching preupgrade again. It was successful, but I have A LOT (almost every package) of duplicates.
After different yum remove / package-cleanup --orphans / package-cleanup --cleandupes, it seems that everything is working fine. code...
Yesterday I installed Fedora 12 using a Fedora live image CD, which I downloaded from the Fedora site. The machine is Dell Precision 670, 4GB of RAM, 70GB HD. I went through all the steps outlined on the Fedora site, and rebooted the machine. After reboot, the fedora icon comes up, and after about 10 minutes I see the following message on black screen:
mount: you must specify the filesystem type dracut: FATAL: Failed to mount block device of live image dracut: Refusing to continue No Root device found
Trying to get the updates for my Nvidia card, there are 3 updates in the update manager, but it gives me this error if I try to update them: -
Code:
nvidia-newest-kmod-common >= 177.82 is needed by package akmod-nvidia-newest-177.82-1.fc9.2.x86_64 nvidia-newest-kmod-common >= 177.82 is needed by package kmod-nvidia-newest-2.6.27.19-78.2.30.fc9.x86_64-177.82-1.fc9.8.x86_64 nvidia-newest-kmod-common >= 177.82 is needed by package kmod-nvidia-newest-2.6.27.21-170.2.56.fc10.x86_64-177.82-1.fc10.2.x86_64 nvidia-newest-kmod-common >= 177.82 is needed by package kmod-nvidia-newest-2.6.27.19-170.2.35.fc10.x86_64-177.82-1.fc10.2.x86_64 : Success - empty transaction
It has crashed or failed to install on a known good system for the 5th time now. I have never had that problem with fedora before. I am now installing with ext3 instead of ext4. I am hoping for better success with it and will update. I was able to try MinGW with WINE before the first crash and I liked what I saw there. Only hoping to be able to get a good install this time.