error_log
...
[Fri Sep 07 16:30:14 2012] [error] import os
[Fri Sep 07 16:30:14 2012] [error] ImportError: No module named os
-shell-
[root@lts5srv1 home]# ldd /root/epd-5.1.0/bin/python
libpython2.5.so.1.0 => /root/epd-5.1.0/lib/libpython2.5.so.1.0 (0x00002b0829205000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003da0600000)
libdl.so.2 => /lib64/libdl.so.2 (0x000000
I need to build an apache httpd server that will be able to run under multiple linux os (RH, SUSE, e.t.c.)
The main problem is that httpd is using shared libraries:
ldd httpd/bin/httpd
linux-vdso.so.1 => (0x00007fff955fe000)
libexpat.so.1 => /lib64/libexpat.so.1 (0x00007fec3df54000)
librt.so.1 => /lib64/librt.so.1 (0x00007fec3dd4c000)
libcrypt.so.1 => /lib64/libcrypt
We can use ldd to determine dependence, like:
sjwang@delpe02-179: ldd `which date`
linux-vdso.so.1 => (0x00007fff0f5fd000)
librt.so.1 => /lib64/librt.so.1 (0x00002b2f7ea50000)
libc.so.6 => /lib64/libc.so.6 (0x00002b2f7ec59000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b2f7efb1000)
/lib64/ld-linux-x86-64.so.2 (0x00002b2f7e832000)
Sinc
I am trying to install the BOINC client on a Linux machine with x86_64 Architecture.
When I try to run the executable I get an error:
./boinc: error while loading shared libraries: libstdc++.so.3: cannot
open shared object file: No such file or directory
When I do ldd of the boinc executable I find:
libdl.so.2 => /lib/libdl.so.2 (0x005ce000)
libresolv.so.2 => /lib/libresolv.so.
I've run into linking problems before, so I thought I had them figured out. This one I'm using every tool I have, but I can't seem to identify what the issue is.
Did a build from the yaml site yesterday, I keep getting this linking error at runtime. I set LD_LIBRARY_PATH, but as you can see the shared object that is missing with ldd is in the path. Am I missing something here?
i installed python2.6 before in
/ust/local/bin
but now i removed it and installed a new python2.6.4 in
/opt/python2.6
i installed from the article
but on mid way only where they say to check python it says
[root@domain ~]# python
/opt/python2.6/bin/python: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory
but when i op
I upgraded my system from slackware64-13.0 to slackware64-current and, as a result, have noticed what I believe to be a bug in glibc. I am using bind9 as a recursive nameserver on my system. Usually my /etc/resolv.conf file looks like this:
anisha@linux-y3pi:~/> google-earth
./googleearth-bin: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
anisha@linux-y3pi:~/> locate libGL
/opt/google/earth/free/libGLU.so.1
/usr/lib64/libGL.so
/usr/lib64/libGL.so.1
/usr/lib64/libGL.so.1.2
/usr/lib64/libGLU.so.1
/usr/lib64/libGLU.so.1.3.070802
anisha@linux-y3pi:~/> uname -a
Linu
I am having a little trouble getting trac 1.0 installed via easy_install:
[box]# easy_install Trac==1.0
Downloading http://pypi.python.org/packages/source/T/Trac/Trac-1.0.zip#md5=3dd2e8831...
Processing Trac-1.0.zip
Writing /tmp/easy_install-FOeJcG/Trac-1.0/setup.cfg
Running Trac-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-FOeJcG/Trac-1.0/egg-dist-tmp-b2610A
Trac r