General :: Executing Scp Command: Missing Dependency Libcrypto.a

Jun 14, 2011

When i try to execute scp command:

scp -r /localhostdirectory username@remotehostservername:/remotehostdirectory

I get the following error

0509-036 Cannot load program /usr//bin/ssh because of the following errors:
0509-150 Dependent module /homepath/server/bin/libcrypto.a(libcrypto.so.0.9.8) could not be loaded.
0509-153 File /homepath/server/bin/libcrypto.a is not an archive or
the file could not be read properly.
0509-026 System error: Cannot run a file that does not have a valid format.

View 6 Replies


ADVERTISEMENT

Fedora :: Libcrypto.so.10 Dependency Error When Upgrading To VirtualBox 3.1

Dec 4, 2009

I'm currently running VB 3.0.10 on Fedora 12 64 bit.

When I attempt to upgrade my current install to 3.1 I get the following:

I am somewhat puzzled as this is a upgrade from a stable installed version. I have confirmed I have libcrypto.so.8 . . . from what I can tell its part of the openssl package but I've got the most current so I don't know how to obtain the libcrypto.so.10 file to correct this issue.

View 3 Replies View Related

General :: Executing With OpenMP On YDL 6.2 - Missing Libraries

Jun 30, 2010

I am running Yellow Dog Linux release 6.2(Pyxis) on my PS3. I would like to compile and run C programs that utilize OpenMP for parallel programming. Unfortunately, I have not been very successful. I am able to compile programs containing OpenMP statements error free, but when I attempt to execute the binaries I receive the following error: Code: ./file: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory Compiling programs without OpenMP statements works fine.

Because it has to do something with missing libraries, I am not sure if knowing the executable search paths may help in diagnosis, but when echoing the path environment variable:

[Code]...

The version of GCC on this machine, 4.1.2 20080704 (Red Hat 4.1.2-44), is identical to the ones I have on two other machines (CentOS release 5.3 (Final) and CentOS release 5.4 (Final)) and they both compile and execute OpenMP code flawlessly. I have tried building and installing another version of GCC that would possibly include the OpenMP libraries, since, according to some sources, GCC has only supported OpenMP since version 4.2. But I have not been successful with that either (that problem would make a good second thread.)

View 3 Replies View Related

General :: Missing Dependency When Trying To Update?

Mar 14, 2010

Fedora 12 2.6.32.9-67.fc12.i686I have tried doing the recommended as its saids at the bottom. However, that didn't work. So I have to yum upgrade --skip-brokenDoes anyone know how to solve this problem?

nss-3.12.6-1.2.fc12.i686 from updates has depsolving problems
--> Missing Dependency: nspr >= 4.8.4 is needed by package nss-3.12.6-1.2.fc12.i686 (updates)
nss-3.12.6-1.2.fc12.i686 from updates has depsolving problems

[code]....

View 1 Replies View Related

General :: Missing Dependency Errors Via Yum

Jun 29, 2010

I am in the process of install Graphviz for NagVis but when I run yum install 'graphviz*' I get the following:

Code:

Error:

The program package-cleanup is found in the yum-utils package.

I am running CentOS 5.5 32bit and have only added the extra rpmforge repo's.

View 3 Replies View Related

General :: Missing Dependency While Install Apt

Sep 25, 2010

While i trying to install apt by yum install apt

I got the result:

View 2 Replies View Related

General :: Fedora Update - Error: Missing Dependency

Mar 24, 2010

I was trying to install vlc in fedora 12 and got the following error. Missing Dependency: libcdio.so.10(CDIO_10) is needed by package vlc-core-1.0.5-2.fc12.i686 (rpmfusion-free-updates) Error: Missing Dependency: libcdio.so.10 is needed by package vlc-core-1.0.5-2.fc12.i686 (rpmfusion-free-updates) Error: Missing Dependency: libcdio.so.10(CDIO_10) is needed by package vlc-core-1.0.5-2.fc12.i686 (rpmfusion-free-updates)

View 13 Replies View Related

General :: Yum Missing Dependency With Mplayer Centos 5 Server

Jun 29, 2011

yum Missing Dependency with mplayer centos 5 server.

Code:

How can i fix this issue its doing this with both mencoder and mplayer.

View 7 Replies View Related

General :: Executing Command Over A Network?

Aug 6, 2010

I have a some c source code files that i have to copy to linux machine from a windows machine over a network. This source code folder has to be copied into a particular directory structure in the linux system at the other end. After copying the file into the appropriate folder in the linux server i have to instruct the linux machine to make(using the make file that is there with the c files) this source code from the windows machine. Does anyone have any idea in regard to how this can be implemented?? i am trying to have a gui client that has the above mentioned options(copying and inserting the c files into the appropriate directory and then for making the files and getting the executable.)

View 3 Replies View Related

General :: Clear Missing Dependency Error At The Time Of Installing Packages Using Yum

Sep 17, 2010

While i'm installing few rpm packages using yum i got missing dependency error. So how can i clear that error and how install successfullly.

View 3 Replies View Related

General :: Executing A Shell Command In Emacs?

Dec 17, 2010

I tried to execute a shell command by M-! cmd RET but it did not work.M-! does not turn up in the microbuffer no matter how many times I press Alt+!.But if I go to Tools menu and select Shell Command... option then it writes M-! to the microbuffer and everything works fine.What is the problem here?

View 2 Replies View Related

General :: Executing A Program From Command Prompt?

May 27, 2011

I'm trying to run an application from the command prompt. I've set the path in .bashrc. My executable file and all other files needed by it are saved in the same directory as the path. When I enter the executable name to run it, I get an error message saying that the command is not found.

View 14 Replies View Related

General :: Ssh'ing To A Host And Executing A Command Not Working Correctly?

Aug 20, 2010

I have the following command:ssh $USER@$HOST "ls /ops/pkg/ec/`grep "PKRTS" /ops/pkg/ec | awk '{print $1}'`* > /tmp/tmp_file"What the above SHOULD do..is, ssh to the host then execute the command.The command should first execute the grep and awk between the back ticks, and generate a file name, then ls using that filename* and write that data to a temp file.However, it executes the grep and awk before even SSH'ing and the command that goes to the server is simply an "ls /ops/pkg/ec/* > /tmp/tmp_file" since the grep and awk return nothing on the local machine.

View 1 Replies View Related

General :: Executing An Awk Command Inside Perl Script?

Jul 30, 2011

I want to execute a awk command, which reads from txt files and sums the numbers from the first column for those listed only inside a <init> block -- The awk command is like

Code:

awk '/</?init>/{x = !x}x{a++}x && a > 2{sum+=$1}END{printf"%E" "
", sum}

So, I want to execute it inside a perl script, and execute the awk command for the infile which is also defined outside awk loop, ie doing something like

Code:

foreach $infile (@ARGV) {
$gzin = gzopen($infile, "r") || die ("Couldn't open file $infile
");
# No. events and cross-section from current file

[code]....

View 1 Replies View Related

General :: Openssl - Libcrypto.so ?

Jan 14, 2011

I was upgrading openssl 0.7 to 0.9.81 in my redhat 9 server. I've followed the guideline from here: [url]

Now everything is messed up There's no libcrypto.so in /usr/local/ssl/lib directory. Only libcrypto.a. Neither in /usr/lib or /lib directory. I can't even run scp or wget to download rpm of openssl. Getting libcrypto.so error. I've use locate command to find libcrypto.so. There's none. I've run ./config, make, make test and make install command again in the openssl 0.9.81 source directory. But no luck. No libcrypto.so. This is a production server and the httpd went down.

View 4 Replies View Related

Red Hat :: Missing Dependency Error With Yum

Sep 9, 2010

I am new to Red Hat. I have problem with yum missing dependency error when I tried to update or install rpm.

Below are short sample of it:

Error:

I tried to find the solution in internets and forums,such as yum clear all, but nothing works.

Here are the results of my repolist:

View 6 Replies View Related

CentOS 5 :: Missing The Dependency For Vlc?

May 18, 2009

Fresh instalaation of Centos 5.3 (32 bit machine). Got the Dag-Wier repos set up. Ran yum install videolan-client which found one missing dependency: libdvdread.so.3 is needed by vlc.0.9.9-2.el5.rf.i386. Looking in /usr/lib, I find libdvdread.so.4.1.3 installed, but no libdvdread.so.3. I created a symboloic link libdvdread.s0.3 -> libdvdread.so.4..1.3 and rand ldconfig. Tried to install videolan-client again with yum but got the same failed dependency. how to get vlc installed?

View 3 Replies View Related

Fedora Installation :: Missing Dependency When Installing KDE

Feb 22, 2009

When I am installing it always happen

7:kdegraphics-4.0.3-3.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: kdegraphics-libs = 7:4.0.3-3.fc9 is needed by package 7:kdegraphics-4.0.3-3.fc9.i386 (fedora)
7:kdenetwork-4.0.3-6.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: libkopete_oscar.so.4.0.0 is needed by package 7:kdenetwork-4.0.3-6.fc9.i386 (fedora)
digikam-0.9.3-2.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: libkdcraw.so.2 is needed by package digikam-0.9.3-2.fc9.i386 (fedora)
7:kdegraphics-4.0.3-3.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: libkolourpaint4_lgpl.so.4 is needed by package 7:kdegraphics-4.0.3-3.fc9.i386 (fedora)
kdeedu-4.0.3-3.fc9.i386 from fedora has depsolving problems
--> Missing Dependency: libopenbabel.so.2 is needed by package kdeedu-4.0.3-3.fc9.i386 (fedora) .....

View 3 Replies View Related

Fedora :: Firefox Gone After Update - Missing Dependency

Aug 20, 2009

I just recently updated my firefox and now I cannot find it anywhere. I have tried yum reinstall firefox and I get the following:

Code:
Loaded plugins: refresh-packagekit
Setting up Reinstall Process
Resolving Dependencies .....

I have tried the given commands and I can a reply of:
Code:
Setting up yum
Loaded plugins: refresh-packagekit
Reading local RPM database
Processing all local requires
Missing dependencies:
Package java-1.6.0-openjdk-plugin-1.6.0.0-25.b16.fc11.i586 requires libxul.so
Package firefox-3.5.2-2.fc11.i586 requires xulrunner >= 1.9.1.2
Package firefox-3.5.2-2.fc11.i586 requires libxul.so
Package xulrunner-1.9.1.2-1.fc11.i586 requires libxul.so
Package libproxy-mozjs-0.2.3-10.fc11.i586 requires gecko-libs >= 1.9.1

View 2 Replies View Related

Fedora Installation :: F9 To F11 Upgrade - Dependency Missing

Oct 9, 2009

I have just upgraded from F9 to F11. There are a lot of problems I appear to be having with dependencies.

yum update produces the following (the bits before appear ok):
Code:
Processing Dependency: libslapd_db-4.4.so()(64bit) for package: openldap-debuginfo
--> Finished Dependency Resolution
vlc-core-0.9.9-2.fc9.1.x86_64 from installed has depsolving problems
--> Missing Dependency: libass.so.3()(64bit) is needed by package vlc-core-0.9.9-2.fc9.1.x86_64 (installed)
openldap-debuginfo-2.4.10-2.fc9.x86_64 from installed has depsolving problems
--> Missing Dependency: libslapd_db-4.4.so()(64bit) is needed by package openldap-debuginfo-2.4.10-2.fc9.x86_64 (installed)
vlc-0.9.9-2.fc9.1.x86_64 from installed has depsolving problems
--> Missing Dependency: dejavu-fonts is needed by package vlc-0.9.9-2.fc9.1.x86_64 (installed)
devede-3.12c-3.fc9.noarch from installed has depsolving problems
--> Missing Dependency: dejavu-fonts is needed by package devede-3.12c-3.fc9.noarch (installed)
Error: Missing Dependency: libass.so.3()(64bit) is needed by package vlc-core-0.9.9-2.fc9.1.x86_64 (installed)
Error: Missing Dependency: dejavu-fonts is needed by package devede-3.12c-3.fc9.noarch (installed)
Error: Missing Dependency: libslapd_db-4.4.so()(64bit) is needed by package openldap-debuginfo-2.4.10-2.fc9.x86_64 (installed)
Error: Missing Dependency: dejavu-fonts is needed by package vlc-0.9.9-2.fc9.1.x86_64 (installed)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest

View 7 Replies View Related

Fedora :: Error: Missing Dependency: Python(abi)

Nov 23, 2009

I get this missing dependency: Error: Missing Dependency: python(abi) = 2.3 I've tried to find this, but can find only references to it in past versions of Fedora (<9). I'm running F11.

View 1 Replies View Related

Fedora :: TeXLive Not Updating Due To Missing Dependency

Nov 27, 2009

I (or rather, the Yum auto-update) try to update the TeXLive on my FC11 machine but the update fails due to 'missing dependency', spitting out

Missing Dependency: libpoppler.so.4()(64bit) is needed by package texlive-2007-46.fc11.x86_64 (updates)

And strangely now (perhaps for a combination of reasons) I cannot use my auctex. I would like to finish this update anyway, and tried to find libpoppler.so.4 separately, which I haven't yet been able to locate. Poppler itself is installed and updated, and I do see libpoppler.so.5 in my system. So where would I find libpoppler.so.4 on its own? Or should I perhaps downgrade poppler?

View 2 Replies View Related

Fedora :: YUM Update - Missing Dependency Error

Mar 31, 2010

When I try yum update, I get the following error:
abrt-1.0.8-2.fc12.i686 from updates has depsolving problems
--> Missing Dependency: librpm.so.0 is needed by package abrt-1.0.8-2.fc12.i686 (updates)
abrt-1.0.8-2.fc12.i686 from updates has depsolving problems
--> Missing Dependency: librpmio.so.0 is needed by package abrt-1.0.8-2.fc12.i686 (updates)
abrt-1.0.8-2.fc12.i686 from updates has depsolving problems
--> Missing Dependency: librpmio.so.0 is needed by package abrt-1.0.8-2.fc12.i686 (updates)
anaconda-14.2-1.fc14.i686 from rawhide has depsolving problems
--> Missing Dependency: fcoe-utils >= 1.0.12-2.20100323git is needed by package anaconda-14.2-1.fc14.i686 (rawhide)
abrt-1.0.8-2.fc12.i686 from updates has depsolving problems
--> Missing Dependency: librpm.so.0 is needed by package abrt-1.0.8-2.fc12.i686 (updates)
Error: Missing Dependency: librpmio.so.0 is needed by package abrt-1.0.8-2.fc12.i686 (updates)
Error: Missing Dependency: fcoe-utils >= 1.0.12-2.20100323git is needed by package anaconda-14.2-1.fc14.i686 (rawhide)
Error: Missing Dependency: librpm.so.0 is needed by package abrt-1.0.8-2.fc12.i686 (updates)
You could try using --skip-broken to work around the--

I have the following repositories in my /etc/yum.repos.d
fedora-rawhide.repo
fedora-updates-testing.repo rpmfusion-free-updates.repo
rpmfusion-nonfree.repo
fedora.repo
rpmfusion-free-rawhide.repo
rpmfusion-free-updates-testing.repo
rpmfusion-nonfree-updates.repo
fedora-updates.repo rpmfusion-free.repo
rpmfusion-nonfree-rawhide.repo
rpmfusion-nonfree-updates-testing.repo

View 5 Replies View Related

Fedora :: Cannot Update Perl Due To A Missing Dependency

Nov 1, 2010

I cannot update perl due to a missing dependency.

Installed perl:
[kbs1@localhost ~]$ rpm -qa | grep perl-5
perl-libwww-perl-5.834-1.fc13.noarch
perl-5.10.1-112.fc13.i686
perl-5.10.1-112.fc13.x86_64

[Code].....

downgrade also does not work. I just updated F12 to F13 using DVD and this occured. Also prevents me from doing "full" yum system update, these packages always fail. I do not understand the problem, it says that perl-libs 5.10.1-112 requires perl-libs 5.10.1-112, but I have that installed.

View 1 Replies View Related

CentOS 5 :: 5.1 X86_64 Missing Dependency Nspr?

Apr 13, 2009

I can't update centos 5.1 x86_64 from updates Is the correct repository [URL]? But I found this dependency (nspr >=4.6.99 ) inside the [URL]. I need to setup these two repositories ?

#yum update
Loading "installonlyn" plugin
Setting up Update Process
Setting up repositories

[code]...

View 2 Replies View Related

CentOS 5 :: Yum Upgrade Failed - Missing Dependency

Oct 23, 2009

uname -a
is
Linux centos52-64-fuj 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux

Yum upgrade gives :
Quote:
---> Package libsilc.x86_64 0:1.0.2-2.fc6 set to be updated
---> Package sgpio.x86_64 0:1.2.0_10-2.el5 set to be updated
---> Package meanwhile.x86_64 0:1.0.2-5.el5 set to be updated
---> Processing Dependency: libhdf5.so.0()(64bit) for package: octave
---> Package cyrus-sasl-md5.x86_64 0:2.1.22-5.el5 set to be updated
---> Package fipscheck.x86_64 0:1.2.0-1.el5 set to be updated
--> Finished Dependency Resolution
Error: Missing Dependency: libhdf5.so.0()(64bit) is needed by package octave
Error: Missing Dependency: hal >= 0.5.9 is needed by package gparted

View 8 Replies View Related

CentOS 5 :: Error: Missing Dependency Glibc?

Jul 14, 2010

i have a error in my vpsError: Missing Dependency: glibc = 2.5-49.el5_5.2 is needed by package nscd-2.5-49.el5_5.2.i386 (updates)

View 1 Replies View Related

General :: Embedded Reboot Crash - Error Executing The Reboot Command

May 4, 2011

I'm working with Linux 2.6.23 on an embedded device and am receiving the following error executing the reboot command.

View 2 Replies View Related

Debian Configuration :: Missing Dependency For Headers-2.6.29 On Lenny?

Jan 13, 2010

Here's my problem: I'm running a Lenny laptop and I need both wifi and virtualbox to work. I had to do a kernel upgrade to run the wifi. It works with either the 2.6.29 or 2.6.30 kernels, but with 2.6.30 I'm having screen brightness issues that I can't seem to get rid of. So I want to run 2.6.29, but virtualbox is a bit of a problem because it requires linux-headers-2.6.29, but when I try to install the amd64 headers it tells me that it cannot install the dependency linux-kbuild-2.6.29. Is there any way I can get that dependency installed on my computer?

View 14 Replies View Related

Fedora Installation :: Update Error Missing Dependency?

Sep 26, 2009

I got the following errors in spite of having both the packages installed. What can be done?

Quote:

gstreamer-plugins-bad-0.10.13-6.fc11.i586 from installed has depsolving problems
Missing Dependency: libass.so.3 is needed by package gstreamer-plugins-bad-0.10.13-6.fc11.i586 (installed)
Error: Missing Dependency: libass.so.3 is needed by package gstreamer-plugins-bad-0.10.13-6.fc11.i586 (installed)
code....

View 3 Replies View Related







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