Tagged Questions
4
votes
3answers
106 views
ldd tells me my app is “not a dynamic executable”
I have a 32-bit application (called uclsyn) I received from an astronomy professor. I managed to get it running on CentOS a year ago, but now when I am setting up a new CentOS VM, it won't run and I ...
1
vote
2answers
282 views
ffmpeg and libvpx: error while loading shared libraries
When I run ffmpeg I get the following error:
/usr/local/bin/ffmpeg: error while loading shared libraries: libvpx.so.1: cannot open shared object file: No such file or directory
Output of ls -l ...
-2
votes
2answers
227 views
Download and Install 32-bit Haskell GHC on CentOS
I need to install Haskell GHC 32 bit from the command line and I can't find this anywhere.
I need to install it because I need libgmp.so.3 for the 32-bit and i have read somewhere that I can find it ...
2
votes
2answers
944 views
ldconfig issue with non-standard lib directory in CentOS
I am working with a virtual machine (CentOS 5.3) that has very little storage space on the main drive (which includes /usr, /usr/local, etc). Most of the storage space is available on a separate drive ...
0
votes
1answer
401 views
Install bz2 lib from source
I want to install bz2 lib from ssh to my CentOS server.
I get it from here and use
tar -xvf
command to extract it,but it does't have configure file to compile and install it.
I need this lib to ...
1
vote
2answers
359 views
Failed dependencies
I am searching for the following :
libpython2.5.so.1.0
libtinfo.so.5
python(abi) = 2.5
I searched , but I am not able to find these. I am running Centos 5.6 with linux kernel 2.6.18-238.el5.
$ ...
0
votes
1answer
507 views
mon linux monitor install on centos - can't find glib.h although present
I am trying to install the linux_monitor package under Centos 5.5. When I try make I get:
make[3]: Entering directory `/tmp/linux_monitor-2.0RC3/src/server'
if gcc -DHAVE_CONFIG_H -I. -I. ...
3
votes
4answers
969 views
Install development files locally to build on system without root access?
There is a server that I do work on, running an older version of Linux. I don't have root access to the system, so I wanted to build a more recent version of a tool that I use a lot (Vim 7.3). I ...