- or download this
# File ownership and group
BINOWN = bin
BINGRP = bin
- or download this
install: libgdbm.la gdbm.h gdbm.info
...
$(INSTALL_ROOT)$(man3dir)/gdbm.3
$(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.info \
$(INSTALL_ROOT)$(infodir)/gdbm.info
- or download this
/usr/bin/install -c -m 644 -o bin -g bin gdbm.h \
/usr/local/include/gdbm.h
install: bin: Invalid argument
make: *** [install] Error 67
- or download this
BINOWN = jimk
BINGRP = jimk
- or download this
perl Makefile.PL
make
- or download this
[GDBM_File] 554 $ make test
PERL_DL_NONLAZY=1 ../../perl "-MExtUtils::Command::MM" "-e" "test_harn
+ess(0, 'blib/lib', 'blib/arch')" t/*.t
...
Test returned status 2 (wstat 512, 0x200)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
- or download this
BEGIN {
chdir 't' if -d 't';
...
if ($Config{'extensions'} !~ /\bGDBM_File\b/) {
print "1..0 # Skip: GDBM_File was not built\n";
exit 0;
- or download this
[GDBM_File] 574 $ prove -v t/gdbm.t
t/gdbm....1..0 # Skip: GDBM_File was not built
...
all skipped: GDBM_File was not built
All tests successful, 1 test skipped.
Files=1, Tests=0, 0 wallclock secs ( 0.01 cusr + 0.02 csys = 0.03 C
+PU)
- or download this
[GDBM_File] 575 $ sudo make install
Installing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/GDB
+M_File/GDBM_File.bs
...
Installing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/GDBM_Fil
+e.pm
Writing /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/GDBM_F
+ile/.packlist
Appending installation info to /usr/local/lib/perl5/5.8.8/darwin-2leve
+l/perllocal.pod
- or download this
[gdbm-1.8.3] 504 $ perl -MGDBM_File -e 'print "Hello world\n";'
Hello world
- or download this
ext/File/Glob/t/basic.....................ok
ext/File/Glob/t/case......................ok
...
ext/Filter/t/call.........................ok
ext/I18N/Langinfo/t/Langinfo..............ok
ext/IO/t/io_const.........................ok