[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Freeze during ./configure
Hello.
I am attempting to install minivend-lastest on a Solaris 7 and the
configure script freezes during it's configuration stage, here is an
output of the ./configure script with #!/bin/sh -x
At the end is where it stops. Can someone help?
firebug% ./configure
+ cat
MiniVend Version 3.0x Configuration
Copyright 1996-1998 Michael J. Heins, <mikeh@minivend.com>
MiniVend is largely based on Vend 0.2
Copyright 1995 Andrew M. Wilcox <awilcox@maine.com>
Portions from Vend 0.3
Copyright 1995, 1996 Andrew M. Wilcox <awilcox@maine.com>
Distributed under the GNU General Public License, see
the file Copying for license information.
MiniVend Version 3.0x Configuration
Copyright 1996-1998 Michael J. Heins, <mikeh@minivend.com>
MiniVend is largely based on Vend 0.2
Copyright 1995 Andrew M. Wilcox <awilcox@maine.com>
Portions from Vend 0.3
Copyright 1995, 1996 Andrew M. Wilcox <awilcox@maine.com>
Distributed under the GNU General Public License, see
the file Copying for license information.
+ echo -n test
+ wc -c
+ test 8 -eq 4
F=
E=\c
TESTPERL=perl
+ true
PERL=
IFS=
SAVEIFS=
IFS=
:
+ test -z /bin
+ test -f /bin/perl
+ test -z /usr/local/mysql/bin
+ test -f /usr/local/mysql/bin/perl
+ test -z /usr/X/bin
+ test -f /usr/X/bin/perl
+ test -z /usr/sbin
+ test -f /usr/sbin/perl
+ test -z /usr/local/bin
+ test -f /usr/local/bin/perl
PERL=/usr/local/bin/perl
+ break
IFS=
+ true
+ test -n /usr/local/bin/perl
+ /usr/local/bin/perl -e ((print $]), exit 1) if $] !~ /^5\.\d+/; print $]
VER=5.00503
+ [ 0 -eq 0 ]
+ echo Found Perl 5.00503 as /usr/local/bin/perl
Found Perl 5.00503 as /usr/local/bin/perl
+ break 2
+ test ! -f .cpan.tried
+ test -f dist/minivend.cfg.dist
+ /usr/local/bin/perl Makefile.PL
Checking if your kit is complete...
Looks good
MiniVend V3.14-3
Copyright 1996-1999 by Michael J. Heins <mikeh@minivend.com>
MiniVend is free under the terms of the GNU General Public License.
At this point it freezes...any suggestions?