Fedora :: Tail: Cannot Open `+124' For Reading: No Such File Or Directory

May 29, 2010

Installed Fedora 12 in vmware and during the installation of a professional program versioned 2003, following error encountered.

tail: cannot open `+124' for reading: No such file or directory
gzip: tmptarfile.tar.Z: not in gzip format
tar: This does not look like a tar archive
tar: Error exit delayed from previous errors
extract error, installation cannot proceed.

Checked the google and tried ncompress and export_posix2_version=199209, but the problem persists.Is fedora compatible to this program, MEDICI 2003 ver?

View 4 Replies


ADVERTISEMENT

Fedora :: VBoxVMM.so: Cannot Open Shared Object File: No Such File Or Directory

Oct 26, 2010

after updating my system I can't start VirtualBox-OSE anymore. I get the error:

VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: VBoxVMM.so: cannot open shared object file: No such file or directory

I try to remove and to re-install VirtualBox-OSE again, still the same error. VirtualBox works as root but not from a user account. The installed version is VirtualBox-OSE.i686 3.2.6-2.fc13 @rpmfusion-free-updates

View 12 Replies View Related

Fedora :: Cannot Open Shared Object File: No Such File Or Directory"?

Mar 28, 2011

I am trying to run Ansys on Fedora (64bit), but every time I do it gives me this error. "error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory"Please help as I am stuck with this issue for long.

View 6 Replies View Related

Fedora :: Error - Cannot Open Shared Object File: No Such File Or Directory

Mar 4, 2010

i have a problem with realplayer 11 i can't open it due to that error message

Code:
/opt/real/RealPlayer/realplay.bin: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory so how can reveal this problem

View 4 Replies View Related

Fedora X86/64bit :: Libdbus-glib-1.so.2: Cannot Open Shared Object File: No Such File Or Directory

Jun 18, 2009

I've just installed F11 (x86_64) on my computer. I've been using x86_64 since Fedora 7 and normally I use a manually installed i386 firefox/thunderbird. This time I've tried to do the same using Fireox 3.5b4 but I got many troubles. The last error I got is:

./firefox-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory but that lib is not available on the standard repository. I've tried to use the i386 version of thunderbird (2.0.0.9) but I got this error: ./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory but on the repository there is just the libstdc++-4.4.0-4.i586 lib.

View 4 Replies View Related

Fedora :: Cannot Open Shared Object File: No Such File Or Directory?

Aug 23, 2010

Running Fedora 12 (32 bit). 2.6.32.14-127.fc12.i686.PAE #1. Trying to open Amarok or digiKam generates the following error:- error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory.

Package exists in /usr/lib. Above 2 are the only applications affected that I've noticed to date. Googling indicates possible problem caused by recent flashplayer upgrade but I'm not sure.

View 7 Replies View Related

Fedora :: Cannot Open Shared Object File: No Such File Or Directory

Sep 11, 2010

Trying to install Cadsoft eagle pcb design app and getting :- error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

[root@localhost Downloads]# yum provides */libssl
Loaded plugins: presto, refresh-packagekit
No Matches found

[code]....

View 4 Replies View Related

Ubuntu :: Grub Update Error "update-grub Head: Cannot Open `/boot/grub/video.lst' For Reading: No Such File Or Directory"

Apr 7, 2010

after doing an upgrade to 10.4 and updating grub I get this message. how do I address this

[Code]...

View 2 Replies View Related

Red Hat / Fedora :: Tar: V: Cannot Open: No Such File Or Directory?

Jan 26, 2010

have installed the sybase successfully but the server cannot be started. And the error is that: ./startserver: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directoryAnd then I download the " libaio-0.3.105-2.i386.rpm", and used the rpm command to install: rpm -ivh libaio-0.3.105-2.i386.rpmbut it said: " libaio-0.3.105-2.i386.rpm: not an rpm package (or package manifest):"And then I download the "libaio-0.3.106.tar.gz", and tried to use tar command to install : tar -zxfv libaio-0.3.106.tar.gz

but it said: "tar: v: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2

[code]...

View 3 Replies View Related

Software :: ISO Master Warning: Failed To Open Config File For Reading

Jan 10, 2011

OpenSuse 11.2 Downloaded ISO Master 1.3.8 from here: [URL] Opened the Slackware 13.1 ISO within it, tried to modify the Tagfile which resulted in the error:

Quote:

Edit failed, check Options/Editor and running ISO Master from the terminal showed the error in the title of the thread!

View 1 Replies View Related

Fedora X86/64bit :: Play A 32bit Game On F14-64 - Error "cannot Open Shared Object File: No Such File Or Directory"

Dec 19, 2010

You may know the Humble Indie Pack 2, which is a set of crossplatform indie video games. There's one game in the bundle that doesn't offer a 64bit build and therefore it fails to load. It's called Braid and that's what you get when you try to run it: $ ./braid ./braid: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

Of course the 64bit libs for OpenGL and the propitiatory nvidia drivers are installed, but the game asks for the 32bit ones, at least to my understanding. I do know that why can install 32bit libraries on a 64 bit linux system (we do that for the sake of crappy Adobe Flash), but I don't know where to find these libs (searching the repo with keywords like .i586 or ia32 led me nowhere).

View 2 Replies View Related

Fedora Servers :: F11 & Apache Permissions - Reading Files Out Of The Html Directory

Jun 12, 2009

With F11 installed Apache is having permissions issues reading files out of the html directory. Only wants to work with permissions set to read for other. [Thu Jun 11 23:25:28 2009] [error] [client 127.0.0.1] (13)Permission denied: file permissions deny server access: /var/www/html/index.html Tracked down the permissions issue. Is there a good reason not to change the group to apache and remove world read?

View 1 Replies View Related

General :: Why Is Reading A FILE Faster Than Reading A VARIABLE?

May 4, 2011

I don't understand the results of a simple performance test I ran using two basic scripts (running on a high end server):

perfVar.zsh :

#!/bin/zsh -f
MYVAR=`cat $1`
for i in {1..10}

[code]...

Performance test result:

> time ./perfVar.zsh BigTextFile > /dev/null
./perfVar.zsh FE > /dev/null 6.86s user 0.32s system 100% cpu 7.177 total
> time ./perfCat.zsh BigTextFile > /dev/null
./perfCat.zsh FE > /dev/null 0.01s user 0.10s system 91% cpu 0.118 total

I would have thought that accessing a VARIABLE was way faster than reading a FILE on the file system... Why this result ?Is there a way to optimize the perfCat.zsh script by reducing the number of accesses to the file system ?

View 3 Replies View Related

Server :: Error: Cannot Open Log File '/usr/local/nagios/var/archives/nagios-07-08-2011-00.log' For Reading?

Jul 9, 2011

Error: Cannot open log file '/usr/local/nagios/var/archives/nagios-07-08-2011-00.log' for reading!

View 2 Replies View Related

Ubuntu Installation :: Libotcl.so: Cannot Open Shared Object File: No Such File Or Directory

Feb 15, 2010

there are number of threads floating on installation of ns2..however i am unable to get it on my 64 bit system ns: error while loading shared libraries: libotcl.so: cannot open shared object file: No such file or directory

View 1 Replies View Related

Ubuntu Multimedia :: Libpython2.5.so.1.0 - Cannot Open Share And Object File: No Such File Or Directory

Jul 27, 2010

When running the beta of blender 2.5, I get the following error. blender: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file or directory In previous versions of ubuntu you could 'apt-get install python2.5' to resolve the issue, but it doesn't appear in any/all of the repositories. where I can get python2.5 for lucid-lynx?

View 1 Replies View Related

Ubuntu Installation :: Libgtk-1.2.so.0: Cannot Open Shared Object File: No Such File Or Directory

Aug 8, 2010

I was looking to download "America's Army" and was doing alright until I hit a slight snag, It had an error while loading libgtk1.2, so I scoured the Internet for a way to fix this and the find command I found just told me it couldn't find the package, this is the first error I got when I tried to uncompress the "America's Army" version I downloaded:

/home/zac/.setup3597: error while loading shared libraries: libgtk-1.2.so.0: can not open shared object file: No such file or directory.

View 1 Replies View Related

Ubuntu :: ImportError: Libtiff.so.3: Cannot Open Shared Object File: No Such File Or Directory

Dec 22, 2010

I followed [URL] that thread for installing BitPim on 10.04, but am getting this error:

Quote:

Traceback (most recent call last):
File "/opt/cx_Freeze-3.0.3/initscripts/ConsoleSetLibPath.py", line 35, in <module>
File "src/bp.py", line 20, in <module>
File "src/bp_cli.py", line 21, in <module>

[code]....

View 1 Replies View Related

General :: 6.13 GMP-5.0.0 LFS Make Error - Cannot Open Shared Object File: No Such File Or Directory

Jun 10, 2010

I'm currently stuck at 6.13 GMP-5.0.0 of the LFS installation. After running make, I receive the following:

error while loading shared libraries: libbfd-2.20.so: cannot open shared object file: No such file or directory
make[2]: *** [libmpn.la] Error 127
make[2]: Leaving directory `/sources/gmp-5.0.0/mpn'

[code]....

View 5 Replies View Related

Slackware :: Slapt-get Error On First Run - Cannot Open Shared Object File: No Such File Or Directory

May 22, 2011

I get an error when running slapt-get. The error is: "slapt-get: error while loading shared libraries: libsas.so.2: cannot open shared object file: No such file or directory".

I've booted the Slackware disk # 1 and unchecked everything except the libraries category and installed them. I rebooted and it still says this. I get this same error before I put the disk in and rebooted to install ALL libraries. I really need help. BTW, I can't load KDE.I found a pkg manager already installed called "slackpkg". But I really need help on this library issue!! I uninstalled it (slapt-get) anyway, so forget that!

View 3 Replies View Related

OpenSUSE :: Libjpeg.so.62 - Cannot Open Shared Object File No Such File Or Directory?

Jul 10, 2011

I'm trying to use a software on OpenSuSE 11.3 (64) and am getting an error message similar to the one in the title. I did a bit of background reading on libjpeg.so.62 that the program was asking for. I noticed that I had a file called libjpeg.so.8 in my /usr/lib/ folder. I found a libjpeg.so.62 file online, downloaded it and copied to to my /usr/lib folder, but its not making any difference.

View 1 Replies View Related

Ubuntu :: Libalter.so.1: Cannot Open Shared Object File: No Such File Or Directory

May 11, 2010

I've got a problem with running a program called Synapse in ubuntu 10.04.

When i run "runSynapse.sh" script nothing happens. Then i tried running it from terminal with sudo command and this is what i got:

Code:
error while loading shared libraries: libalter.so.1: cannot open shared object file: No such file or directory

I checked the synapse directory but libalter.so.1 was there.

View 1 Replies View Related

Ubuntu :: Libgtk-1.2.so.0: Cannot Open Shared Object File: No Such File Or Directory

Sep 6, 2010

Whenever I try to install a game thats in a .run file format, I get the following error. libgtk-1.2.so.0: cannot open shared object file: No such file or directory

I am trying to install Unreal Tournament.

View 4 Replies View Related

General :: Libgtk-x11-2.0.so.0: Cannot Open Shared Object File: No Such File Or Directory

Mar 28, 2010

I'm trying to install PCSX2 (PS2 emulator) and I get the following error: ./pcsx2: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

I've followed the instructions here http://pcsx2.net/downloads.php and believe I have all the dependencies installed. My system has the following file:

/usr/lib/libgtk-x11-2.0.so.0

View 6 Replies View Related

Software :: Libassimp.so: Cannot Open Shared Object File: No Such File Or Directory

Mar 14, 2011

I have installed and built gazebo and it passed without any errors.I'm running on ubunto 10.10, and I installed gazebo version 0.10 (straight from their website)while trying to run it ( with a given world or without as shown below) I get the following error:

root:~# gazebo
gazebo: error while loading shared libraries: libassimp.so: cannot open shared object file: No such file or directory

I tried installing libassimp again, I have installed the 2.0 version from this link

[URL]

when searching for libassimp I get the following results:

root:~#find / | grep libassimp.so
/home/admin123/Downloads/gazebo-0.10.0/build/3rd_party/assimp/code/libassimp.so
/home/admin123/Downloads/assimp--2.0.863-sdk/build/code/libassimp.so.2.0.0
/home/admin123/Downloads/assimp--2.0.863-sdk/build/code/libassimp.so

[code]....

View 1 Replies View Related

Programming :: Libmpi_f90.so.0: Cannot Open Shared Object File: No Such File Or Directory

Aug 6, 2010

I am running after compiling a program and I find that I get the following. How best can I avoid this as i cannot run the program. I have tried removing the offending package, although I cannot find it. I have also tried re-installing. I have also tried changing FC and F90 flags to avoid the MPI version.

error while loading shared libraries: libmpi_f90.so.0: cannot open shared object file: No such file or directory

View 1 Replies View Related

Slackware :: Libuuid.so - Cant Open Shared Object File - No Such File Or Directory

Sep 9, 2010

I tried to upgrade my slackware xfce 13.0 >> 13.1. I read "man slackpkg" first, and then I did exactly what I read at the man pages, my system was in init 1 mode.

The mirror I used it was the Greek mirror for 13.1. The command slackpkg upgrade-all was running ok until the "r" letter after that all packages did not upgraded because it was ERROR CHECKSUMS.md5 to all of them. Slackpkg did not upgrade all this packages but just check them and them skip them.

When everything stopped I reboot but at loading time it stops and I have this message: "libuuid.so.1:cannot open shared object file: No such file or directory."

After that I have 2 options to press control-d to reboot or to give root pass and login as root@(none):

After I login I cant connect to internet, I cant shutdown the system only reboot it from cl, I even cant go to init 1 or anything else. I dont know if I can fix the problem but I have to try...

View 2 Replies View Related

Slackware :: Libfam.so.0: Cannot Open Shared Object File: No Such File Or Directory

Jun 3, 2011

Code:

bash-4.1$ konqueror
konqueror: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory

View 5 Replies View Related

Ubuntu Networking :: Squid Error - Unable To Open Configuration File / No Such File Or Directory

Jan 6, 2010

my squid show like this when i try create swap directory

[Code]....

View 2 Replies View Related

Slackware :: Default PATH - Python: Can't Open File 'SABnzbd.py': [Errno 2] No Such File Or Directory

Nov 24, 2010

I have just installed SABnzb application in my home folder. The executable file is SABnzb.py When I run the command in the Konsole # python SABnzb.py I have this Quote: python: can't open file 'SABnzbd.py': [Errno 2] No such file or directory

View 5 Replies View Related







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