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 Build Perl Modules and Curl

Featured Replies

 

I have some perl scripts running on my unraid box that need a couple perl modules.  Took some googling and testing to get it figured out (a couple years ago).  I figured I would post what works for me in hopes that it will help someone else.

 

Here are the relevant parts of my go script.

 

installpkg /boot/packages/gcc-4.2.4-i486-1.tgz
installpkg /boot/packages/glibc-2.7-i486-17.tgz
installpkg /boot/packages/binutils-2.18.50.0.9-i486-1.tgz
installpkg /boot/packages/make-3.81-i486-1.tgz
installpkg /boot/packages/kernel-headers-2.6.27.7_smp-x86-1.tgz
installpkg /boot/packages/cxxlibs-6.0.9-i486-1.tgz

installpkg /boot/custom/perl/perl-5.10.0-i486-1.tgz
PERL_MM_USE_DEFAULT=1 cpan App::cpanminus
PERL_MM_USE_DEFAULT=1 cpanm LWP::Simple

mkdir /tmp/src
cd /tmp/src
cp /boot/packages/curl-7.25.0.tar.gz .
tar xzf curl-7.25.0.tar.gz
cd curl-7.25.0
./configure
make
make install
cp /usr/local/lib/* /usr/lib

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.