CentOS 5 :: Want To Build 'ELF Shared Object' Kernel / Not 'ELF Executable'

Nov 9, 2010

I've been trying to use tracepoints on a newly installed Centos5.5 download, and crash when I call register_trace_sched_switch, which maps to tracepoint_probe_register(sched_switch, my_func) in tracepoint. h/DO_TRACE, where my_func is the function I want called back on a thread switch. I'm trying to do this from an installable module.So I downloaded the sources for 5.5 (current, 2.6.18-194), with the intention of kprinting my way through the above problem.Unlike the downloaded kernel, which is an "ELF 64-bit LSB shared object" (I'm building for an Intel Atom), when I build using "make" in my rpmbuild/BUILD/kernel-26..18/linux-2.6.18.x86-64/ directory, I get an "ELF 64-bit LSB executable". When I try to boot it, I get the complaint "Error 13: Invalid or unsupported executable format".

The closest thing I could find on the web, was a suggestion, for some powerpc system, to use the "ELF executable" format instead of "ELF shared object", the opposite of my issue, and that such could be forced by using a CONFIG-RELOCATABLE manifest.I couldn't find any .config manifest that looked likely to produce the result I want.

View 1 Replies


ADVERTISEMENT

Fedora :: Cannot Enable Executable Stack As Shared Object Requires

Apr 16, 2010

i am trying to install xilinx 11.1 on fedora core 12 FEL.i have mounted the image file using mount -o loop and put it in a directory near opt.i am getting the following error: error while loading shared libraries: libSecurity.so: cannot enable executable stack as shared object requires: Permission denied.I already installed this on a standalone fedora 12 KDE and it did install. i need to mention that this time, the fedora 12 is installed on VMware, could this be creating that problem ?

View 2 Replies View Related

CentOS 5 :: Install Shared Library On 5.2 - Cannot Open Shared Object File: No Such File Or Directory

Feb 11, 2009

I am using Centos 5.2, and I installed all of the available gnome and gnome development libraries available via the "add software" menu item. Still, when running some programs, I get the following error message:

"error while loading shared libraries: libzvt.so.2: cannot open shared object file: No such file or directory"

If I understood it correctly, libzvt.so.2 is part of some gnome libs... where to find and how to install them?

View 5 Replies View Related

CentOS 5 :: Libjli.so: Cannot Open Shared Object File?

Oct 8, 2010

Yesterday I installed all my updates (CentOS 5.5 x64). Today, one of my Java programs won't start with the followign error: jvm 1 | java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory The file does exist. Anyone know how to fix this?

# locate libjli.so
/usr/java/jre1.6.0_20/lib/amd64/jli/libjli.so
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/jli/libjli.so

View 2 Replies View Related

CentOS 5 :: Cannot Open Shared Object File Libselinux.so.1

Apr 15, 2011

Sence the centos5.5 upgrade to 5.6, it works well.Today, when I start my computer an error apperas. Like my topic ,during the start process some "cannot open shared object file " ibselinux.so.1 , libnsl.so.1, libc.so.b, libglib-2.0.so.0, libdbus-1.so.3, libc.so.6, libpthread.so.0... failed "no such file or directory" .I google it , some say to disabled the selinux, then do the command yum reinstall glibc* I have tried, that works. But when I enable the selinux the same errors appeares again. I want to know how these errors come and why.

View 2 Replies View Related

CentOS 5 Server :: Cannot Open Shared Object File

May 3, 2011

I neet to install a cgi script in my CentOs 5.5

So after compiled the cgi script, I put it in the folder /var/www/cgi-script/

I try to access via my web browser and in the apache error log : I have this "/var/www/cgi-bin/mapserv" : error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory"

In my httpd.conf, I just add the following in order to provide the shared libraries for my cgi script :

<Location "/cgi-bin/"
SetEnv /home/hmonglee/instantclient_11_2
</Location>

But same error.

View 1 Replies View Related

CentOS 5 :: Platform Status: Libjvm.so: Cannot Open Shared Object File

Sep 8, 2009

I installed Documentum content server on CentOS my OS version : Linux cserver 2.6.18-8.el5 #1 SMP Thu Mar 15 19:57:35 EDT 2007 i686 i686 i386 GNU/Linux. I could successfully install the software but when I am trying run any executable I am getting the following error message.

[code]....

Above ./idql is a executable came with installer. how to solve the problem, I am sure it is due some patch or hot fix of OS, I have similar kind of problem on Solaris.

View 4 Replies View Related

Software :: Cannot Open Shared Object File - Error While Loading Shared Libraries

Mar 2, 2010

I have an application consisting of different processes and all these processes are linked to shared libraries. I start the application (spawn all the different processes) as say user1. Now with the application up, if I run a process p1, the process gets activated and works. However, if I start the same process p1 as a different user, say user2, which is completely different from user1 the process complains of

"error while loading shared libraries:...."

I set LD_RUN_PATH both in compile and runtime environment. LD_LIBRARY_PATH is set correctly in both places.

All the above works if I set the absolute path of the required shared libraries in /etc/ld.so.conf file and rebuild the /etc/ld.so.cache

View 1 Replies View Related

Software :: Error While Loading Shared Libraries - Cannot Open Shared Object File ?

Aug 16, 2010

Alright, just loaded a fresh copy of OpenSuSE 11.3 x64, went to update manager and let it update, came back and computer was shut down. After booting it back up, I cannot update any software, nor run any commands.

Here is my output:

Code: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory I've tried searching for this error, some people came back saying to run this:

Code:

But all that happens is this:

Code:

Nor ls work either so I'm stuck and thinking about a reinstall.

I don't understand how this system could be so messed up after a failed update.. Used to trust SuSE, not sure anymore after this incident..

View 4 Replies View Related

OpenSUSE :: Error While Loading Shared Libraries: Libpng12.so.0: Cannot Open Shared Object File

Nov 9, 2010

Installed Skype but it wont launch. Running the latest Opensuse Gnome. Ive uninstalled it and reinstalled several times but always with the same error. When I try to run it from terminal I get this:

ig@linux-ljqk:~> skype
skype: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

Ive just now uninstalled skype and tried reinstalling it again via yast, but now I get the following error [PK_TMP_DIR|dir:///var/tmp/TmpDir.xftzR0] Repository already exists.

View 9 Replies View Related

Ubuntu :: Error While Loading Shared Libraries: LibOpenThreads.so.12: Cannot Open Shared Object File

May 5, 2010

just installed Ubuntu 10.04 and installed the flightgear package and the fgfs-base package. I ran fgfs from a terminal and got this error:

Code:
$ fgfs
fgfs: error while loading shared libraries: libOpenThreads.so.12: cannot open shared object file: No such file or directory
$
So then I did:
Code:
sudo apt-get install libopenthreads12
and it gave me these errors:

[Code]...

View 1 Replies View Related

Ubuntu :: Error While Loading Shared Libraries: LibGLU.so.1: Cannot Open Shared Object File

Aug 3, 2010

I'm trying to run Kega Fusion on my laptop, which can now FINALLY run Linux (ATI drivers finally work on it), and I can't get the emulator to work..

Code:
brandon@brandon-laptop:~/Desktop/Fusion$ ./Fusion
./Fusion: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
brandon@brandon-laptop:~/Desktop/Fusion$ uname -a
Linux brandon-laptop 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:20:59 UTC 2010 x86_64 GNU/Linux
brandon@brandon-laptop:~/Desktop/Fusion$
Help? I have the ATI proprietary drivers installed. I tried without them and it still wouldn't work. (And OpenGL is seemingly working as Compiz Fusion is running. I also tried with Compiz disabled but the same error pops up).

View 3 Replies View Related

Ubuntu :: Error While Loading Shared Libraries: Libgtk-1.2.so.0: Cannot Open Shared Object File

Aug 21, 2010

I'm running lucid 32-bit. I get this error when I try to run the installer for Unreal Tournament GOTY:

Code:
Verifying archive integrity... All good. Uncompressing Unreal Tournament 436-multilanguage.goty Installer. /home/computer/.setup1548: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory computer@computer-desktop:~/UnrealInstall$ I tried installing libgtk1.2 (as told by some people in other threads), but couldn't do that:

Code:
E: Couldn't find package libgtk1.2
However, I checked that I do have libgtk2.0
So what should I do?

View 2 Replies View Related

Slackware :: Ark: Error While Loading Shared Libraries: Liblzma.so.0: Cannot Open Shared Object File

Jan 26, 2011

After finally getting my wireless/graphics drivers working yesterday (thanks to this forum ) I startx to realize that not a single KDE/Qt application will launch, along with Firefox, or Chrome/Chromium. (I did a full install from the DVD, not deselecting anything, and when I upgraded to -current, I also did the same.)

Ark said:

Quote:

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

but I managed to fix that one by commenting out 'aaa_elflibs' in /etc/slackpkg/blacklist (on a recommendation from #slackware), and running slackpkg upgrade-all again, but that's the only one (afaik) that was fixed. Ark still doesn't work, but it doesn't show that error anymore. When I run it, a box pops up that says "Unable to find Ark's KPart component, please check your installation."

Kate still says:

Quote:

kate: error while loading shared libraries: libkemoticons.so.4: cannot open shared object file: No such file or directory

Now, konsole, firefox, and Chromium's errors are a little different.

Konsole:

Quote:

konsole: symbol lookup error: /usr/lib/libphonon.so.4: undefined symbol: _ZN9QMetaType15registerTypedefEPKci

Firefox and Chrome basically say the same thing

Quote:

/usr/lib/firefox-3.6.13/firefox-bin: symbol lookup error: /usr/lib/mozilla/plugins/skypebuttons.so: undefined symbol: _ZN9QListData11detach_growEPii

again, I am completely baffled here, as I had kate, konsole and ark running before I upgraded to -current.

View 5 Replies View Related

Hardware :: Blender: Error While Loading Shared Libraries: Libpython2.5.so.1.0: Cannot Open Shared Object File

Mar 16, 2010

I want to run blender in Ubuntu910,but get below

test@ubuntu:~$ blender

blender: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file or directory

View 4 Replies View Related

OpenSUSE Install :: Error While Loading Shared Libraries: Libvolume_id.so.1: Cannot Open Shared Object File: No Such File Or Directory

May 14, 2010

I upgrade the system from 11.1 to 11.2 seems everything work fine, no error no warning, after a reboot the consol show : mount error while loading shared libraries: libvolume_id.so.1: Cannot open shared object file: No such file or directory. when I try to repair the system the repair tool cannot find the root partion,

View 1 Replies View Related

Ubuntu Installation :: Error While Loading Shared Libraries: Libxcb-xlib.so.0: Cannot Open Shared Object File: No Such File Or Directory

Jan 15, 2010

how to install libxcb-xlib.so.0?When I start one software and it complains that

"error while loading shared libraries: libxcb-xlib.so.0: cannot open shared object file: No such file or directory"

I have lastest libxcb1 installed and searched in my system but didnot find a relevant result.

View 3 Replies View Related

Ubuntu :: Error While Loading Shared Libraries: Libbabl-0.0.so.0: Cannot Open Shared Object File: No Such File Or Directory?

Jan 17, 2010

I installed the latest Gimp beta and it worked fine but then I couldn't open it. I removed it and I reinstalled but it didn't work, so I installed the latest stable version (no beta) and it still does not work, when I open it form Terminal, this is the response:gimp: error while loading shared libraries: libbabl-0.0.so.0: cannot open shared object file: No such file or directory

View 3 Replies View Related

CentOS 5 Server :: Build Xen 3.4.2 With 2.6.18.164.11.1 Kernel

Feb 16, 2010

I need to install latest xen 3.4.2 to my centOS. I have:

* xen 3.4.2
* Linux 2.6.18 with Xen 3.4.x support source tarball, updated for Xen 3.4.2
* CentOS kernel-2.6.18-164.11.1.el5

Linux 2.6.18 with Xen 3.4.x have old cciss and scsi drivers. It don't support my hardware.

CentOS kernel-2.6.18-164.11.1.el5 works normaly, but was not compiled with xen 3.4.2.

How can I patch Linux 2.6.18 kernel or upgade CentOS kernel to the latest xen?

View 9 Replies View Related

CentOS 5 :: Died, Kernel File Not Found \ Get:Error 13: Invalid Or Unsupported Executable Format?

Aug 31, 2011

I have a weird problem with one of my servers (normal PC hardware). I was connected remotely using Putty, doing some stuff, and all of the sudden some commands, like "ls" stopped working, giving a "file or command not found" type of message. I restarted the ssh session, only to find out I couldn't log on any more (access denied). When I got home and rebooted the system, I was greeted with this:Booting 'CentOS (2.6.18-194.el5xen)'root (hd0,0)Filesystem type is ext2fs, partition type 0x83kernel /boot/xen.gz-2.6. 18-194.el5Error 15: File not foundPress any key to continue...Then I searched about this, found out that the files in /boot/grub/menu.lst did not exist at the specified location (/boot/xen.gz-2.6. 18-194.el5). Somehow I managed to find them in another place, copied them in place, and now I get:Error 13: Invalid or unsupported executable format

View 3 Replies View Related

CentOS 5 :: Unable To Build Custom Kernel

Mar 18, 2010

I am trying to build a custom kernel but I couldn't. Here are the steps to reproduce it:
1. Set Up an RPM Build Environment as its is explained in [URL]
2. Then follow the instructions in [URL]
3. When I try to install the kernel source rpm I get the following error:

[matias@Centos ~]$ rpm -i [URL
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root . . .
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
error: unpacking of archive failed on file /home/matias/rpmbuild/SOURCES/linux-2.6.18.tar.bz2;4ba24901: cpio: read

View 8 Replies View Related

CentOS 5 :: Build Link Broken And Kernel Missing?

Jun 5, 2010

I'm trying to install a BCM 4312 wireless driver following the Centos howto. Howtos>Laptops>Witeless>Broadcom

On step 3, compiling ... module.I get No rule to make target `build' Stop.When I go to the /lib/modules/2.6.18.194.3.1.el5 directory, the Build file link is broken.If i go to the link source /usr/src/kernels/2.6 ...x86_64 does not exist. The /kernels folder is empty.I think I need to reinstall the identified kernel in that directory and reestablish a link to it. but am not savy enough to do that on my own.

View 10 Replies View Related

CentOS 5 Hardware :: 5.6, 64 Bit And ASUS K52J - Unable To Build The Kernel?

May 19, 2011

djmack-5/19/2011-I have purchased an ASUS K52J (intel i7) laptop. I have installed Centos 5.5 (64 bit) from CDs. The I got all the updates and it's now up to 5.6. I have two problems.

(problem-1) - Using the GUI (System->Administration->Hardware) I can get to a Device Manager screen. It shows a JMC250 PCI Express Gigabit Ethernet Controller. Using the GUI (System->Administration->Network) I can only see the wireless (wlan0) as configured and active. The ethernet card is not seen as ether 0. I've seen there are downloads to solve this problem, however I've been 100% unable to do and or understand them. I don't know how to build the kernel and I don't have any source code. I only have the binaries (I think). Is there a version of the kernel that I can put on CDs that has understanding of the ether card I referenced above?

P.S. I've downloaded a binary fix and it says it needs 20 or so dependencies (I have zero idea how to get those).

P.S. I've downloaded a source fix and I couldn't get it to install (I'm not a linux kernel build knowlegable person). I don't have the source either.

(problem-2):As stated above I need direct (RJ45) access to the laptop. I currently have the wireless card working but I have no idea how to get this to work with httpd, ssh, scp.I can access things via a web browser right on the laptop. I cannot access this laptop via a web browser from any other box. I cannot access this box via ssh or scp.I disabled the firewall and I disabled the SELinux security.I am stumped as to why I cannot see this ASUS laptop via httpd and/or ssh/scp.I can ssh and scp to other linux servers but these servers cannot ssh or scp into this laptop.

View 1 Replies View Related

Red Hat :: Yum Failed To Map Segment From Shared Object?

Apr 13, 2010

I've got a redhat 5.5 machine which is supposedly up-to-date according to RHN. When I try to do anything with yum, I get the following error:

Code:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

[code]...

View 4 Replies View Related

Fedora :: Cannot Open Shared Object File

Aug 19, 2011

I'm trying to install a game (uplink) which states 'error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory'

Would installing the below resolve this? If so is 'Everything' safe to use (not heard of it before) and how do i add the 'everything' repository? I

download.fedora.redhat.com/pub/fedora/linux/releases/15/Everything/i386/os/Packages/gtk+-1.2.10-71.fc15.i686.rpm

View 3 Replies View Related

OpenSUSE :: Zypper Cannot Find Shared Object ?

May 26, 2010

I get the following error after installing a package. I believe this occurred because zypper attempted to update libxml2 to meet package dependencies.

Code:

Is there any way to manually update the package database to solve this problem?

View 3 Replies View Related

Ubuntu :: Cannot Open Shared Object File?

Feb 18, 2010

I've been trying to compile metakit for a couple of days now, and I got along okay, until I reached the, "make test line". That's when I got this error;Code:./regress: error while loading shared libraries: libmk4.so: cannot open sharedobject file: No such files or directorymake: *** [test] Error 127Does anyone know how I'm supposed to fix this?

View 1 Replies View Related

Debian :: Cannot Open Shared Object File

Mar 19, 2010

Peazip is a software at 32 bit.I have installed ia32libs but:$ ./peazip./peazip: error while loading shared libraries: libgdk_pixbuf-2.0.so.0: cannot open shared object file: No such file or directory.I have already installed libgtk2.0-0.

View 5 Replies View Related

General :: Shared Object Creation And Installation

Apr 28, 2010

I need assistance in linux shared object installation. I have created a .so library for my code,copied it to /usr/lib/ directory & created the symbolic link for it but when I try to compile my code with option -l it gives errors like header files are missing...class has not been declared. actually these all are includede in .so file. I am compiling my code for cross platform PowerPC & using simulater to run that. I have also included this .so in to the file system of powerpc simulater but still same problem...
real name : libamqpproxy.so.1.0.0
link: libamqpproxy.so.1->libamqpproxy.so.1.0.0

View 2 Replies View Related

General :: Iptables Not Finding Shared Object ?

Feb 11, 2010

Today I was installing a new system and tried to run an iptables script I have on another machine, in which works flawlessly, and get a bunch of errors:

Looking into /lib there isn't an iptables directory but there's one named xtables. I tried creating a sybolic link:

But, still doesn't work don't know if is a bug or what but have other systems running without problems.

I running this on Lenny 5.0.4 and iptables was installed with apt-get install iptables.

View 1 Replies View Related







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