Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Howto install libpcsclite-dev & libssl-dev ?

Featured Replies

Hi..

 

I need to install those 2 packages libpcsclite-dev & libssl-dev.

On my Ubuntu PC i have to do this:

 

apt-get install libpcsclite-dev

apt-get install libssl-dev

cd /usr/lib

ln -s libcrypto.so.0.9.8 libcrypto.so.6

ln -s libssl.so.0.9.8 libssl.so.6

 

How can i do this on my UnRaid server? ???

 

Thanks

You don't.

 

Those two "libraries" are already installed as part of unRAID (and already linked to *.so.0).

 

root@Tower:~# ls -l /usr/lib/libcrypto* /usr/lib/libssl*

lrwxrwxrwx 1 root root      18 Mar  2 19:56 /usr/lib/libcrypto.so.0 -> libcrypto.so.0.9.8*

-r-xr-xr-x 1 root root 1297548 Oct 20  2007 /usr/lib/libcrypto.so.0.9.8*

lrwxrwxrwx 1 root root      15 Mar  2 19:56 /usr/lib/libssl.so.0 -> libssl.so.0.9.8*

-r-xr-xr-x 1 root root  258388 Oct 20  2007 /usr/lib/libssl.so.0.9.8*

 

If you need to do anything at all, you can perform the last three commands, in case an executable is specifically looking for *.so.6 instead of *.so.0

 

cd /usr/lib

ln -s libcrypto.so.0.9.8 libcrypto.so.6

ln -s libssl.so.0.9.8 libssl.so.6

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.