Skip to content

Instantly share code, notes, and snippets.

View rafl's full-sized avatar

Florian Ragwitz rafl

View GitHub Profile
@rafl
rafl / nopaste
Created September 3, 2013 21:17
Bareword found where operator expected at -e line 1, near "$.bar"
(Missing operator before bar?)
syntax error at -e line 1, near "$.bar
use strict;
use warnings;
my $base = 8;
my %size = (
y => $base + 1,
x => $base * 2 + 1,
);
my $palette = " .o+=*BOX@%&#/^SE";
@rafl
rafl / nopaste
Created December 11, 2014 18:35
# for so in $(find -L extlib -type f -name '*.so'); do ldd $so |grep -q 'not found' && echo $so && ldd $so; done
extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so: /usr/lib/x86_64-linux-gnu/libssl.so.0.9.8: version `OPENSSL_0.9.8' not found (required by extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so)
extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so
extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so: /usr/lib/x86_64-linux-gnu/libssl.so.0.9.8: version `OPENSSL_0.9.8' not found (required by extlib/lib/perl5/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so)
linux-vdso.so.1 => (0x00007fff0b5ff000)
libssl.so.0.9.8 => /usr/lib/x86_64-linux-gnu/libssl.so.0.9.8 (0x00007f3f3907c000)
libcrypto.so.0.9.8 => not found
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f3f38e64000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3f38ad9000)
libcrypto.so.1.0.0 => /usr/lib/x86_64-linux-gnu