I have already opened a problem ticket for this problem, but here it is in
a nutshell. I am unable to run the make command against the
DateTime-TimeZone-0.17 module. I get the following error:
[EMAIL PROTECTED]/home/user/is74601/perl/modules/time-date/DateTime-TimeZone-0.17
# make
mkdir blib
mkdir blib/lib
mkdir blib/lib/DateTime
/bin/sh: not found
make: 1254-004 The error code from the last command is 1.
Stop.
/bin/sh does exist:
[EMAIL PROTECTED]/home/user/is74601/perl/modules/time-date # ls -al /bin/sh
-r-xr-xr-x 4 bin bin 242484 Jul 17 2002 /bin/sh
/bin is actually a link to /usr/bin
[EMAIL PROTECTED]/home/user/is74601/perl/modules/time-date # ls -al /bin
lrwxrwxrwx 1 bin bin 8 Aug 22 2002 /bin -> /usr/bin
I have been able to install other modules without any issue. I am working
on an IBM Regatta LPAR running AIX 5.1 with maintenance level 3.
Here is all of the other information contained in the perlbug # 22568:
Wed�Jun��4�11:40:55�2003� daniel.engelsen at advancepcs.com - Ticket
created � �[Reply]�[Comment]
Subject: error running make against makefile for DateTime-TimeZone-0.16
To: perlbug at perl.org
From: daniel.engelsen at advancepcs.com
Date: Wed, 4 Jun 2003 11:39:54 -0700
This is a bug report for perl from root at shaq.austin.ibm.com,
generated with the help of perlbug 1.28 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
Whenever I try to run the make command against this module, I get the
following error:
[EMAIL PROTECTED]/home/user/is74601/perl/modules/time-date/DateTime-TimeZone-0.16
# make
/bin/sh: not found
make: 1254-004 The error code from the last command is 1.
Stop.
What can I do to get this module to compile and install?
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=install
severity=medium
---
Site configuration information for perl v5.6.0:
Configured by root at Mon Nov 20 11:43:32 CST 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=aix, osvers=5.0.0.0, archname=aix
uname='aix shaq 1 5 006044854c00 '
config_args='-de'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='cc', optimize='-O', gccversion=
cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE
-qmaxmem=16384'
ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384
-q32 -D_LARGE_FILES -qlonglong'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='ld', ldflags ='-b32'
libpth=/lib /usr/lib /usr/ccs/lib
libs=-lbind -lnsl -lgdbm -ldbm -ldb -ldl -lld -lm -lC -lC_r -lc -lcrypt
-lbsd -lPW -liconv
libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='
-bE:/usr/opt/perl5/lib/5.6.0/aix/CORE/perl.exp'
cccdlflags=' ', lddlflags='-bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp
-bE:$(BASEEXT).exp -b noentry -lC -lc '
Locally applied patches:
---
@INC for perl v5.6.0:
/usr/opt/perl5/lib/5.6.0/aix
/usr/opt/perl5/lib/5.6.0
/usr/opt/perl5/lib/site_perl/5.6.0/aix
/usr/opt/perl5/lib/site_perl/5.6.0
/usr/opt/perl5/lib/site_perl
.
---
Environment for perl v5.6.0:
HOME=/
LANG=en_US
LANGUAGE (unset)
LC__FASTMSG=true
LD_LIBRARY_PATH (unset)
LIBPATH (unset)
LOGDIR (unset)
PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/local/bin:/bin:.
PERL_BADLANG (unset)
SHELL=/usr/bin/ksh
Any help would be greatly appreciated.
Thanks for your time and effort.
Sincerely,
Dan Engelsen
AdvancePCS Health Systems
AIX Administrator
----- Forwarded by Daniel Engelsen/PCSHS on 06/05/2003 11:35 AM -----
"Hill, Ronald"
<[EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL
PROTECTED]>
s-eds.com> cc: "'[EMAIL PROTECTED]'" <[EMAIL
PROTECTED]>
Subject: Re: [perl #22568] error
running make against makefile for DateTim
06/05/2003 10:23 e-TimeZone-0.16
AM
Hi Dan,
> I am the sysadmin, and we do have a /bin/sh.
[snipped]
> I wish that it were that simple. Basically, I have some developers that
> need this module so that they can use another module, but this is the
only
> one that I have had any problems with. Would you like a copy of the
> Makefile?
I see you are running AIX 5.0 and version 5.6.0 of perl.
(not the best version of perl you might wast to goto
at least 5.6.1 or 5.8.0)
The latest version of that module is 0.17 please try and install
that one.
If you have further issues with this. Please report the
problem on the DateTime list:
http://datetime.perl.org
or e-mail the list
[EMAIL PROTECTED]
> Thanks for your time and effort.
Thank you for using the datetime modules
Ron Hill
On Wed, Jun 04, 2003 at 06:40:56PM -0000, [EMAIL PROTECTED]
(via RT) wrote:
> Whenever I try to run the make command against this module, I get the
> following error:
[EMAIL PROTECTED]/home/user/is74601/perl/modules/time-date/DateTime-TimeZone-0
.16
> # make
> /bin/sh: not found