Quote/usr/bin/perl518 -I/ppp/perlmodule Makefile.PL PREFIX=/ppp/perlmodule LIB=/ppp/perlmodule 2>&1:
Checking if your kit is complete...
Looks good
sh: make: not found
Generating a Unix-style Makefile
Writing Makefile for Crypt::CBC
Writing MYMETA.yml and MYMETA.json
if everything looks okay, you may now build the module: make
1 2 3 4 5 6 7 8 9 10 11 12 13 14
use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Crypt::CBC', 'VERSION_FROM' => 'CBC.pm', # finds $VERSION 'PREREQ_PM' => {'Digest::MD5' => '2.00' }, 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '', # e.g., '-I/usr/include/other' 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz', 'ZIP'=>'/usr/bin/zip','ZIPFLAGS'=>'-rl'} );
Quote/usr/bin/make 2>&1:
if everything looks okay, you may now make the tests: test
Quote/usr/bin/make test 2>&1:
if everything looks okay, you may now install: install
Quote/usr/bin/make install 2>&1:
Ok, if everything looks fine, you are done! You can verify if the module is installed.
sh: make: not found
mount -t vboxsf <name des freigegebenen ordners> <mountpoint>
2015-11-18T09:41:39 RaubtierCode: (dl )mount -t vboxsf <name des freigegebenen ordners> <mountpoint>
2015-11-18T09:41:39 Raubtiervielleicht am einfachsten wäre es, Ubuntu 14.04 LTS zu nehmen
2015-11-19T08:15:55 RaubtierHast du dich neu angemeldet?
Quoteich@m-VirtualBox:/media$ chgrp -c root /media/sf_Host_Arbeit
die Gruppe von »/media/sf_Host_Arbeit“ wurde von vboxsf in root geändert
ich@m-VirtualBox:/media$ cd sf_Host_Arbeit
bash: cd: sf_Host_Arbeit: Keine Berechtigung
ich@m-VirtualBox:/media$ ls -l
insgesamt 12
drwxr-x---+ 2 root root 4096 Nov 19 07:29 ich
drwxrwx--- 1 root vboxsf 8192 Nov 19 07:11 sf_Host_Arbeit
2015-11-19T06:59:07 bianca2015-11-18T09:41:39 RaubtierCode: (dl )mount -t vboxsf <name des freigegebenen ordners> <mountpoint>
Danke für den Stoß in die richtige Richtung, ich hab mal gesucht und gesehen, dass es sogar schon gemountet war von VB's Guest Additions her. Da ich das von Windows her gewohnt bin, Netzwerkfreigaben im Hauptast des Filemanagers zu sehen hab ich das in Ubuntu nicht direkt gesehen. Es ist /media/sf_Host_Arbeit.
Aber jetzt meine Frage: der Ordner sieht so aus: drwxrwx--- 1 root vboxsf 8192 Nov 19 07:11 sf_Host_Arbeit
Als root kann ich nicht in den Ordner hinein wechseln, das kenne ich vom Admin von Windows her nicht, dass dem etwas verborgen bleibt.
2015-11-19T08:15:04 RaubtierAllerdings sollte man sowieso nicht als root arbeiten.
QuoteCouldn't load Crypt::Blowfish: Can't load '/ppp/perlmodule/Blowfish.so' for module Crypt::Blowfish: ld.so.1: perl: fatal: /ppp/perlmodule/Blowfish.so: wrong ELF class: ELFCLASS64 at /opt/RZperl518/lib/5.18/i86pc-solaris/DynaLoader.pm line 190. at (eval 22) line 1. Compilation failed in require at (eval 22) line 1. at (eval 21) line 1.
Quote...
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV',
optimize='-O2 -m32 -mcpu=pentium4 -mtune=pentium4',
cppflags='-fno-strict-aliasing -pipe'
ccversion='', gccversion='3.4.3 (csl-sol210-3_4-branch+sol_rpath)', gccosandvers='solaris2.10'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
...
QuoteCouldn't load Crypt::Blowfish: Can't locate Crypt/Blowfish.pm in @INC (you may need to install the Crypt::Blowfish module) (@INC contains: ......)