Fedora X86/64bit :: Gftp Needs Libcrypto.so.8: Cannot Be Found?
Nov 20, 2009
On F11 I very often used gftp. Now, after upgrading from F11 to F12 gftp gives the message that it needs libcrypto.so.8. When I try to install it by using yum, there's no such package available. Also, I find that I'm not the only one having this problem. Anyone an idea on how to solve this?
View 7 Replies
ADVERTISEMENT
Apr 5, 2011
does anyone know where I can find libcrypto.so.6()(64bit) and libssl.so.6()(64bit) for Redhat 6 - based distributions?
View 6 Replies
View Related
Jun 12, 2009
I downloaded 64-bit version of Fedora 11 and burned the iso on my dvd. When I rebooted the machine it booted up from the dvd but it showed an error message that kernel "image not found". And it stops there itself. Can someone show me some way except downloading the iso again?
View 1 Replies
View Related
Apr 5, 2009
I installed Fedora 10 x86_64 from DVD this weekend. Once the install was completed and I booted into the new install, I ran the Software Update expecting to find and download security updates. However, to my surprise no updates were found! The install DVD was downloaded and burnt to DVD about two weeks ago. Did the installer fetch and install the F10 updates? Or did I mess up my install and/or configuration of F10? I remember when I installed F9 there were a lot of updates found right after the install.
View 14 Replies
View Related
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
Feb 6, 2011
I am trying to compile the source code for Mudlet, a MUD client, on Fedora 13 64bit and I keep running into linking errors at the end of the compilation. Here is the latest:
[Code]...
This makes me think that the yajl library was not found. I have both the yajl and yajl-devel packages installed:
[Code]...
Should I be using a different library specifier other than -lyajl, perhaps?
View 4 Replies
View Related
Mar 27, 2009
In trying to use the instructions here [URL] I get Quote: -bash: wget: command not found
View 2 Replies
View Related
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
Feb 21, 2011
I am trying to installl basho riak On my OpenSUSE 11.1 , 32 bit system USING :
Code:
rpm -i riak-0.14.0-1.el5.i386.rpm
but its erroring out with message :
error: Failed dependencies:
libcrypto.so.6 is needed by riak-0.14.0-1.el5.i386
libssl.so.6 is needed by riak-0.14.0-1.el5.i386
I tried created softlinks
/usr/lib/libcrypto.so.6 -> libcrypto.so.0.9.8
/usr/lib/libssl.so.6 -> libssl.so.0.9.8
then also the same error is coming. Where can I get these two lib files. I also Installed openssl , then also the error remain.
View 2 Replies
View Related
Jul 27, 2009
I need to install mysecureshell and when I try and do the rpm manager informs me that I need to install libcrypto.so.7. I cannot seem to find this file to download anywhere. How can I get it?
View 4 Replies
View Related
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
View Related
Feb 16, 2011
I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.
View 8 Replies
View Related
Aug 1, 2010
Just purchased a new Mac book (white) Uni-body Model ID 7.1
Intel 2.4 GHz Core Duo
Mac OS X 10.6.4
4Gb Ram (upgraded)
Hitachi 500Gb 7200 RPM (Upgraded)
Installed r-EFIt and then ran disk utility created 3 partitions one for Windows 7 Ultimate 64bit and two for Ubuntu 10.04 the windows install went smooth was able to boot into either OS without any problems then tried installing Ubuntu and then would get errors using the Live CD that I created I burned two additional disks at slower speeds then tried one of them in a another PC and it would work even ran it in live CD mode now have my taste buds wet want to use it on my Mac Book.
When I tried to install on the Mac Book it would fail with error no device found to install it would not even get to select the language with internal DVD drive so I hooked up a usb drive and would get up to step 4 to where you select the partition to install Ubuntu on this is where it gets to the problem it was blank no internal drive was able to get to Gparted in Live mode and same thing the hard drive would not show up.
I booted back into MAC OS X and ran disk utility it shows the partitions. A additional I tried the option to turn off ACPI before running installer still could not find the hard drive also downloaded a live gparted and same result could not see the HDD.
View 2 Replies
View Related
Nov 15, 2015
I recently installed Debian 8 gnome. I can't find gftp to install. I've installed in on many other distros. Why doesn't Debian have it?
View 6 Replies
View Related
Mar 16, 2009
Downloaded from here: [URL] then ,it is 32-bit and I need to know what all 32-bit libs are needed as dependency for skype to work. I am on Gnome Fedora and purposefully selected static version of skype to prevent installation of libqt4.
View 2 Replies
View Related
Jan 15, 2010
I have the simple fortran codes as:
Code:
integer :: i1=2455121, i2=2455121
real :: s1=0.19123840, s2=0.20749992
real*8 :: a1, a2
a1=i1+s1; a2=i2+s2
[Code]....
When s1 and s2 are stated with 'real*8', the 64bit and 32bit systems get the same results.
View 6 Replies
View Related
May 24, 2010
I just bought sony vaio laptop(EB16) couple of days before.I had window 7 OS. Two days before i downloaded Fedora-12-x86_64-DVD & installed in my PC.Everything is working fine except when i play any video or audio file such as .avi, .mp3 from any player such as vlc player, movie player ,xine etc , i don't get any sound.I tried to search this problem in internet but still i am not able to resolve this problem.
[Code]...
View 14 Replies
View Related
Aug 18, 2011
Im trying to set up my 3G modem to recive and send sms but I had no luck so far
Code:
Bus 002 Device 010: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636Im I tried with gnokii and wammu and many other things and did not want anything to do
View 1 Replies
View Related
Jul 8, 2010
anybody found or wrote driver for Konica 7130 best 64bit
View 2 Replies
View Related
Jan 26, 2011
This maybe a simple noob question but it's niggling at me and I can't find an answer.For a change I thought I would pop on the forums and ask a question rather than just lurking about!I'm currently using gftp-text from the terminal to access my ftp but I'm wondering if I can change the command so I can type just "ftp" or "gftp" to use it rather than "gftp-text"? It's really not that hard to type either way and it's no biggie but I'm annoyed I can't figure it out how to do this for myself
View 2 Replies
View Related
Dec 4, 2010
Is there any way i can connect to my account via FTP (gFTP)?
I tried connecting via HTTPS and FTP [URL] with my e-mail and password (launchpad's) and didn't work.
I just want to download all my files at once, not one by one.
View 3 Replies
View Related
Apr 11, 2009
I want to configure gftp in my redhat enterprise linux 5. I mean I want to upload and download file between 2 pc via gftp. I need to make 1 pc server and another pc as a client. I need to make a repo file also. I also need to install redhat via network installation. I need to use ftp for the installation.
View 1 Replies
View Related
Aug 15, 2009
Can anyone get the website below to work correctly with Firefox 3.5 and F11 64bit?[URL]...All I see is the background scrolling slowly and jerkily, none of the buttons at the bottom work. Reboot into Windows 7 and IE8: the same site is fast, smooth, the buttons work and the product details appear correctly in the centre of the screen.
I've tried disabling all adblock /pop up block options, ensured all javascript options are enabled and no change. Could this be a problem with the 64 bit flash player (installed from leigh's sticky thread) or a problem with OpenJDK?
View 4 Replies
View Related
Feb 4, 2010
Only asking if there is any official NVIDIA drivers for 64bit of fedora ?
And, What is the best alternatives ?
Also, What is the best graphics card to use with Fedora 64bit so i buy it ?
View 3 Replies
View Related
Jun 1, 2010
i have install vsftp and gftp on ubuntu.when i want to connect to remote user(host3.v6.ground.station) with gftp, i gives this message and does not show any file of remote user.-----
gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This is free software, and you are welcome to redistribute it under certain conditions; for details, see the COPYING file
Looking up host3.v6.ground.station
Trying host3.v6.ground.station:21
Connected to host3.v6.ground.station:21
code....
View 1 Replies
View Related
Jul 26, 2010
I downloaded the new Catalyst Package from ATI [URL] and I don't know what happened. Installed fine restarted. It starts loading fine then screen flickers like crazy Gnome Desktop won't load. Kicks me over to console type log in. Starting vmtoolsd FATAL : Module vmmemctl not found. gdm[1586]: WARNING: GdmDisplay : display lasted 2.12 seconds Gdm[1586]: WARNING: GdmLocalDisplayFactory: maxium number of X display failures reached: check x server log for errors. I type StartX and is states (ee) fglrx(0): iregl_setsuspendresumestate FAILED -9. Is it going to happen with every computer running 11.3?
View 9 Replies
View Related
Oct 17, 2009
Edit: now working, thanks very much Leigh and Dangermouse.
Anyone successfully installed AIR and iPlayer on F11?
I've switched to 32 bit Adobe flash, tried Autoten for AIR and Dangermouse's advice for iPlayer: url.html but it's not working, and trying to install AIR from url results in an endless busy downloading graphic .
I assume my problem is a lack of required packages, though I searched the repositories using YUM extender for the packages listed here: url.html and can't see them either as installed or available.
View 14 Replies
View Related
Oct 18, 2009
I want to install IBM Lotus Symphony on my 64 bit system, but yum only finds 32 bit version.
View 14 Replies
View Related
Sep 1, 2010
i have a asus K8N-DL MB with 2xAMD64 opteron270 and 4G ram3x1TB drives in raid 5 using onboard SIL controllerand 2 SATA drives also on SIL but not raidedhad previously had F10 64 bit loaded whick workedtried to upgrade and failed (destroyed data)tried a fresh install low level formatted the 3x1TB and made them into raidleft other drives as is
takes a long time to boot into the point of trying to find HDthen nothing found
View 8 Replies
View Related
Jun 21, 2011
As i just started to write scripts, i'd obviously like automize some actions, therefor i'd like to check the users system if its 64bit. Is there a function to check this?
were's a good start to get into bash scripting, the files i use as template gave pretty much good info, but yet i have no idea what i'm actualy doing
View 4 Replies
View Related