March 20, 201313 yr Hello, I'm getting the following error when trying to install open ssl on my new unRaid build... Installed, but version is different. Current version='WARNING: can't' expected 'OpenSSL 0.9.8n' Any ideas? Regards, Simpic
March 22, 201313 yr did you make any custom changes before trying this? looks like its already installed and the install script stops because of it.
March 25, 201313 yr Ive got the same thing. SABnzbd installs a different version 0.9.8r iirc and Simple Features puts in 1.0.1c Search the flash drive for openssl and see what turns up. This is the fix i followed which fixed it up for me. Unmenu package manager will still say there is an issue but openssl will install on boot. For those who have problems with SF web UI after upgrade to 1.0.11, and have unmen installed too: installpkg /boot/packages/openssl-1.0.1c-i486-3.txz If you don't have the package, get it with: cd /boot/packages wget http://slackware.cs.utah.edu/pub/slackware/slackware-14.0/slackware/n/openssl-1.0.1c-i486-3.txz You can run nano /boot/packages/openssl-unmenu-package.conf and change the following section in the unmenu openssl config file, so the newer openssl library is installed during boot: # openssl PACKAGE_URL http://slackware.cs.utah.edu/pub/slackware/slackware-14.0/slackware/n/openssl-1.0.1c-i486-3.txz PACKAGE_FILE openssl-1.0.1c-i486-3.txz PACKAGE_MD5 4655f29369cc56a59b961a8709d53a48
April 8, 201313 yr I was able to use the suggestion to install a newer openssl package. # installpkg /boot/packages/openssl-1.0.1c-i486-3.txz Verifying package openssl-1.0.1c-i486-3.txz. Installing package openssl-1.0.1c-i486-3.txz: PACKAGE DESCRIPTION: <snip> Executing install script for openssl-1.0.1c-i486-3.txz. Package openssl-1.0.1c-i486-3.txz installed. However, I am still getting the initial error message. I am able to download the openssl package through unmenu. It seems to install through unmenu. openssl-0.9.8n-i486-1.txz installation: openssl-0.9.8n-i486-1.txz is now installed: I still get this error message: Installed, but version is different. Current version='WARNING: can't' expected 'OpenSSL 0.9.8n ' Which lead to my real problem, unable to install openssh. openssh-5.1p1-i486-1.tgz installation: OPEN SSH not installed because support library openssl does not exist. Install openssl shared library first. openssh-5.1p1-i486-1.tgz apparently did not install properly, /usr/sbin/sshd does not exist. This is the contents of /boot/packages: # ls /boot/packages/open* /boot/packages/opencore-amr-0.1.3-i486-5sl.txz* /boot/packages/openjpeg-20110623-i486-1sl.txz* /boot/packages/openssh-5.1p1-i486-1.tgz* /boot/packages/openssh-5.1p1-i486-1.tgz.manual_install* /boot/packages/openssh-unmenu-package.conf* /boot/packages/openssl-0.9.8n-i486-1.txz* /boot/packages/openssl-0.9.8n-i486-1.txz.manual_install* /boot/packages/openssl-1.0.1c-i486-3.txz* /boot/packages/openssl-solibs-1.0.1c-i486-3.txz* /boot/packages/openssl-unmenu-package.conf* Any ideas about what I might be doing incorrectly?
April 8, 201313 yr I suggest using Overbyrn's SSH plugin - it no longer depends on openssh, so the issue 'goes away'. http://lime-technology.com/forum/index.php?topic=20848.0
Archived
This topic is now archived and is closed to further replies.