Closed snayfach closed 5 years ago
I get the following error on installation:
$ ./bootstrap.sh /usr/bin/perl: symbol lookup error: /usr/common/usg/languages/perl/5.24.0/extra/lib/perl5/x86_64-linux-thread-multi/auto/List/Util/Util.so: undefined symbol: Perl_xs_handshake
Any ideas?
Thanks, Stephen
Sorry I am not much familiar with perl and couldn't help on this one.
@snayfach maybe try changing #!/usr/bin/perl to #!/usr/bin/env perl in that script.
#!/usr/bin/perl
#!/usr/bin/env perl
I ended up installing with anaconda which worked
I get the following error on installation:
Any ideas?
Thanks, Stephen