Software :: CentOS 5.3 - Ensure The Exact Libraries On One System Are On Another?

Aug 10, 2010

In a research environment how can I ensure that all RPMs / packages that appear on one system will exist on another? I.e. when using rpm -qa all libraries on one system will be there on another. The reason for this is to ensure they are as close as possible. Is there an easy way to do this without dealing with a larger management suite tool?

View 1 Replies


ADVERTISEMENT

CentOS 5 :: Libetpan Won't Link Against 64 Bit System Libraries / Sort It?

Feb 16, 2009

I'm trying to compile libetpan-0.57 on RedHat Enterprise Linux 5.2 64-bit and it is refusing to link against the 64 bit system libraries. I've tried everything I can think of. I've tried to hack libtool, run the command make was trying to run manually and changing the library search paths but nothing works. When I run the command make tried to run manually and change -L/usr/lib to -L/usr/lib64 most of the "skipping incompatible" library messages disappear except for "/usr/lib/libexpat.so: could not read symbols: File in wrong format." Below is the output when I run make code...

View 4 Replies View Related

Security :: Ensure Changes To System-auth Do Not Lockout Root?

Jan 8, 2010

I was considering adding the below to my RHEL5 system's /etc/pam.d/system-auth file.

password required pam_cracklib.so try_first_pass retry=3 minlen=8
dcredit=-1 ucredit=-1 ocredit=-1 lcredit=0
auth required pam_unix.so nullok try_first_pass

[code]...

View 1 Replies View Related

CentOS 5 :: How To Find Out Exact Version

Jan 27, 2010

Assume I am sitting in front of a runnning CentOS.How can I find out the EXACT version of this installation?I am not (only) talking about the major release (e.g. 5) but the sub release (5.1 or 5.2 or 5.3 or...)The about box shows something about Gnome but not the details for the CentOS.

View 1 Replies View Related

General :: What Is The Exact Command To Shut Down A Redhat System

Jan 26, 2010

I want to know the exact command to shut down a red hat linux server.I was using init 0. but some one said its not the proper method to shut down my linux server.If not which is the exact command

View 6 Replies View Related

Software :: Cloning Centos As An Exact Image?

Sep 1, 2010

what is the best software for cloning my centos as an exact image?

View 1 Replies View Related

Ubuntu :: Possible To Copy / Paste An Exact Clone Of A System Already Installed?

Dec 30, 2010

Id like to know if its possible to somehow copy an EXACT copy of my linux from one computer to "paste" on another!

And how would I be able to do this?

View 3 Replies View Related

CentOS 5 :: Where Are The X11 Libraries In 5.3

Jun 8, 2009

I'm trying to install some third party software that looks for X11 libraries in either /usr/lib/X11 or /usr/lib64/X11, but both of these folders are empty on my CentOS 5.3 installation. Can someone tell me where to find these libraries, or what has replaced them? Based on what I've read so far, it looks like the xorg-x11-libs and xorg-x11-devel packages have been replaced in favor of the mesa-libGL stuff. Is this correct?

View 1 Replies View Related

Programming :: How Some Websites Hide Exact Location Of File On Their File System

Mar 12, 2010

in case you have been wondering how some websites hide the exact location of a file on their filesystem, just thought i'd share it with the commnity at large in case someone else is looking for something like this.i take no responsibility for how it is used.

View 4 Replies View Related

Software :: How To Get Info About System Libraries

Feb 23, 2011

I installed ARB in my pc...while running arb below error is occur...
- arb_ntree: error while loading shared libraries: libXm.so.4: cannot open shared object file: No such file or directory
ARB done

This type error also occur while running phylip programs
- drawtree: error while loading shared libraries: libXm.so.4: cannot open shared object file: No such file or directory

I dont know that my system contains this library or not...how I find that? My system is Fedora....

View 4 Replies View Related

Debian :: Find The System Libraries Online?

Sep 14, 2010

I accidentally deleted one of the libraries in /lib or /usr/lib and now when I boot into Debian, it won't load the GUI. I get an error message saying that something failed because the library needed did not exist (I couldn't read it because the text was scrolling by so fast, so I don't know exactly what it said). I need to find an archive or something of all the system libraries for Lenny so I can reinstall them. Is there a place online where I can download them?

View 7 Replies View Related

Ubuntu :: Program Find The 32-bit Libraries On A 64-bit System?

May 19, 2010

A 32-bit program (Cisco AnyConnect VPN Client) appears to be trying to load a library from /usr/lib even though the 32-bit library is installed in /usr/lib32:

ak@myo5a:~$ /opt/cisco/vpn/bin/vpnui
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

[code]....

View 7 Replies View Related

Software :: GCC Returns Errors In System Libraries

Apr 4, 2010

I'm using Ubuntu 9.10 with kernel 2.6.31 and gcc 4.4.1. I began getting the following errors from gcc after installing bison, g++ and g++-multilib and also after compiling 2.6.34-rc3 as a test. I've tried removing the packages but the error still shows up.

Quote:

It seems to occur for every C header file.

View 2 Replies View Related

CentOS 5 :: Boost C++ Libraries Installation?

Nov 10, 2009

the installation procedure of boost c++ libraries .. i.e boost 1.34.1 on centos..

View 5 Replies View Related

Fedora Installation :: Get Needed System Libraries Installed To App?

Feb 19, 2011

I am running the 64-bit version of Fedora 12 on an Intel system. I want to run a particular application that is only available in 32-bit.

How can I get the needed system libraries installed so I can run the application?

View 14 Replies View Related

Software :: Change Libraries In A Root File System?

Jul 14, 2010

trying to modify my ubuntu 2.6.27 root file system so that it can use a android kernel. I have built the android kernel myself and it boots up. Now for the RFS to work it needs the android libraries. Now I have the Android libraries-I extracted these from the Android 2.6.27- but how do I merge these with MY root file system

View 1 Replies View Related

Programming :: GNU Make - System Libraries And File Permissions

Jan 27, 2010

I am trying to compile a C++ source file into a static library using make with root privileges (i.e., using "sudo"). However, I "sometimes" get the following compilation error:

Code:
g++ -Wall -g -fPIC -W -c /home/project/ether/src/packet-ethernet.cc
ar -cvq libether.a /home/project/ether/src/packet-ethernet.o
ar: /home/project/ether/src/packet-ethernet.o: No such file or directory
make: *** [libether.a] Error 1

I checked /home/project/ether/src folder to see if packet-ethernet.o in fact does not exist, and saw that it is actually located there, but its owner is "root", which is different from the current user. If I change the owner of packet_ethernet.o from root to the current user using "chown" command and execute make again with sudo, everything seems to be fine.

It may be a coincidence that I recently migrated to 64-bit platform from 32-bit, and then installed libboost-filesystem1.40-dev. After that, I began to experience such errors. I have "never" come across such a compilation error before. Even though I completely removed libboost-filesystem1.40-dev afterwards to see if it causes the problem, nothing changed.

After migrating to 64-bit and installing libboost-filesystem1.40-dev, my application exhibited another "weird" behaviour such that it produced "hidden" files using mkdir() system call, which were previously created as regular ones on the filesystem. Can compiler options that I use cause such problems? Is it possible that libboost-filesystem1.40-dev overwrote some system libraries so that I am getting such errors ?

View 1 Replies View Related

CentOS 5 :: Method For Installing Different Version Of GTK Libraries?

Apr 8, 2009

A much older version of the program compiled against GTK 1.2 works on CentOS 5.3

A current version of the program, compiled against GTK2, works in Slackware 12.1, 12.2 and 12.3. But I have a failure (see below) in CentOS 5.3.

The GTK library for each dist is
libgtk-x11-2.0.so.0.800.20 for Slackware 12.1
libgtk-x11-2.0.so.0.1200.9 for Slackware 12.2 and 12.3
and
libgtk-x11-2.0.so.0.1000.4 under CentOS 5.3

I have had the software working on different versions of GTK as well but no longer that that version information available.

(Below) -- I believe I've narrowed it down to the function gtk_entry_set_text in some (but certainly not all) instances.

I could provide details, but I doubt they really matter. My best guess is that libgtk-x11-2.0.so.0.1000.4 is broken. So, I'd like to replace it without learning how to compile gtk from scratch or causing problems with the rest of CentOS.

View 3 Replies View Related

CentOS 5 :: Yum Fails To See Installed Libraries / Sort It?

May 22, 2009

Trying to install yum-installonlyn, yumex reports a dependency error because libgif.so.4 is needed. However, that library is in /usr/lib and I also have copied it to /lib - with no success. Could anybody tell me which piece of information I am failing to give yum?

View 4 Replies View Related

General :: Use Always The Latest Versions Of The Libraries And Don't Save The Old Libraries For Compatibility?

May 11, 2011

Why many Linux distros are trying to use always the latest versions of the libraries and don't save the old libraries for compatibility? I mean, I can see libtiff for example, i can found a libtiff.so.5 on my /usr/lib, but doesn't store a libtiff.so.4 or 3 just for binary applications or games. For this example, I need libtiff.so.4 for uplink.

That should happen too on the old version of sims for linux, some ID games or others.What's wrong with storing old libraries? PD: Yay, my first post on 3 years!

View 6 Replies View Related

General :: Building System - Required Packages / Libraries And Components

Jan 4, 2010

I installed the minimal-command line system from the kubuntu CD on my laptop, which is guess is roughly around 200mb after installation. I wish to install a Desktop Environment preferably KDE and I wanted to know how and where do I begin from? Do I need to have a working XORG prior to installation of KDE and do I also need to install Window mangers and e.t.c? What all packages/libraries and components do I need to install first? I'm really not sure where should I begin from.

Initially what I am trying to do is to have working GUI system,then later on I can install rest of the packages and software that I need, like office, GPU drivers, browser etc. Secondly,for a minimal KDE system,what metapackages are to be installed from this site? I believe kdebase, kdebase-runtime, kdebase-workspace are required. [URL]

View 14 Replies View Related

Software :: Dependent Libraries And Header Files In Non System Folder?

Apr 5, 2011

I've a source code of a program and I know that to compile and install that program I've to do:
./configure --prefix=/opt/test
make
make install

Now I want the program to look for dependent libraries and header files first in a non system folder. Now how can i instruct "configure" and "make" script to look for dependencies first in a different folder without editing configure and Makefile. And after these folders are searched for dependencies by the script it can look in system folder. Is there any environment variable that i can supply to "configure" and "make"? Will that work without any conflict? what are these environment variables? And also if I use these environment variables do I need to edit the source code files?

I mean do I need to change these lines
Code:
#include <test1.h> ...
to
Code:
#include "test1.h" ...

If yes then is there any other way to compile them without modifying the source code?

View 2 Replies View Related

CentOS 5 :: Error While Loading Shared Libraries : Libsqlite3.so.0 / Fix It?

Mar 13, 2010

System: CentOS 54 x86_64

While installing a software, I had to update the sqlite version that comes by default with the distribution (3.3 if I'm not mistaken). I had to uninstall sqlite and sqlite-devel with a "rpm --nodeps" because there were several dependencies ... I took the chance.

I then installed a new sqlite version from source (http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz) and it went ok apparently.

Soon after I noticed problems in some critical programs like httpd, yum, rpm ... all of them failing with the following error:
error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory code...

If there's a solution, how can I solve this big mess?

View 8 Replies View Related

CentOS 5 Server :: Squid - Error While Loading Shared Libraries

Jan 23, 2011

I installed squid non the CentOS 5 server. When I try to start squid I am receiving following error:
# service squid start
init_cache_dir /var/spool/squid... Starting squid: [FAILED]

The logs indicate the following:
$ sudo tail /var/log/squid/squid.out
squid: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: Permission denied .....

Although, all the libraries which are shown as missing are present, but still I am seeing the following.
$ ldd /usr/sbin/squid
linux-vdso.so.1 => (0x00007fffb95ff000)
libcrypt.so.1 => not found
libssl.so.6 => not found
libcrypto.so.6 => not found
libdl.so.2 => not found
libz.so.1 => not found
librt.so.1 => not found
libpthread.so.0 => not found
libm.so.6 => not found
libnsl.so.1 => not found
libc.so.6 => not found

I have tried setting the environment variable LD_LIBRARY_PATH
$ echo $LD_LIBRARY_PATH
/lib64:/usr/lib64:/lib:/usr/lib
But still no use.

View 12 Replies View Related

General :: Using Dynamic Libraries As Static Libraries?

May 6, 2010

Is there any way to use a dynamic libraries as a static libraries instead when compiling, so that my resulting executable won't have them as dependencies?

View 3 Replies View Related

Networking :: Ensure Reliable RS-232 Connection?

Oct 15, 2010

I have a configuration file for a network device(2100 lines). This device is configurable only over console line. If I copy chunks of those lines into terminal(I use minicom), there will be mistakes (sometimes some characters missing, space characters added etc). Hardware flow control and software flow control doesn't help either. I tried with cu utility, but same issues appeared. There will be mistakes even if I copy in ~100 line parts. What causes those missing/added characters? How to avoid those?

View 9 Replies View Related

Ubuntu :: Ensure A Gnome-terminal Is Kept In Focus?

Mar 8, 2010

how do I ensure a gnome-terminal is kept in focus?

View 3 Replies View Related

Hardware :: Ensure A USB External HDD Gets Assigned The Same SCSI Id?

Feb 3, 2009

I have 3 WD External USB hard dives. 2 are the same and are rotated for backup purposes and my system assigns them both to /dev/sdb (one is only plugged in at a time), this is fine.The 3rd drive is used for a different purpose and may or may not be plugged in at the same time as one of the others.How can I make the 3rd drive be allocated to /dev/sdc all of the time whether one of the other drives is plugged in or not?

View 4 Replies View Related

General :: Ensure Strength Of Passwords Set By Root?

Mar 16, 2011

Password strength in Linux can be ensured by setting parameters in /etc/pam.d/common-password file. But these policies apply only for non-root users, when they set password for themselves.s there any way to ensure strength of passwords assigned by root?Example: Normally root can assign passwords like "hello" "password" etc. Is there a way to ensure that passwords assigned by root must contain a special character and a digit as mandatory?

View 1 Replies View Related

Ubuntu :: Check If And Ensure That /tmp Folder Is Always Deleted At Shutdown?

Feb 10, 2010

How can I check if Ubuntu deletes all the content in /tmp folder at each shutdown
(without trial and error)?

How can I tell Ubuntu to delete it?

What about the deletion of other tracks like swapfile at shutdown?

View 6 Replies View Related







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