You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-user@tcl.apache.org by Julian Stokes <we...@jewelion.com> on 2002/08/15 20:51:04 UTC

Websh tarball

Hi,

I just got notification of the latest version of Websh - so I thought
I'd like to try it out...

I did

tar -xzvf websh-3.5.0.tar.gz

Then, following the instuctions in README and INSTALL I did

cd src/unix
autoconf
./configure

I got the following error message

checking for a BSD compatible install... /usr/bin/ginstall -c
checking how to run the C preprocessor... cc -E
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
configure: error: cannot run /bin/sh ./config.sub

The contents of the src/unix directory are

Makefile.in  config.log  configure.in  memdbg.tcl      tcl.m4
aclocal.m4   configure*  install-sh*   mkinstalldirs*

i.e. no config.sub file. I may be way off the mark here...

My installation is Slackware Linux 8.0

Best wishes,

Julian 


Re: Websh tarball

Posted by Ronnie Brunner <ro...@netcetera.ch>.
Hi Julian,

> tar -xzvf websh-3.5.0.tar.gz
> 
> Then, following the instuctions in README and INSTALL I did
> 
> cd src/unix
> autoconf
> ./configure

sounds fine so far. I actually have to provide the Tcl and Apache
paths using the following options (not providing them results in
different errors than yours)

./configure \
--with-httpdinclude=.../apache_1.3.26-install/include \
--with-tcl=.../tcl8.3.4-install/lib \
--with-tclinclude=.../tcl8.3.4-install/include

> I got the following error message
> 
> configure: error: cannot run /bin/sh ./config.sub
> 
> The contents of the src/unix directory are
> 
> Makefile.in  config.log  configure.in  memdbg.tcl      tcl.m4
> aclocal.m4   configure*  install-sh*   mkinstalldirs*

That's the way I know it. There should be no need for a config.sub
file.

> My installation is Slackware Linux 8.0

I have only an older Linux and it's a different distribution. But
since my configure is the same for my Linux and my Solaris box, I just
attached it so you can try running it on your box (or at least check
the differences...)

Hope that helps

Ronnie
------------------------------------------------------------------------
Ronnie Brunner                               ronnie.brunner@netcetera.ch
Netcetera AG, 8040 Zuerich     phone +41 1 247 79 79 fax +41 1 247 70 75