[users@httpd] websh

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[ websh -> apache 2+]
- tcl 8.4.x + 8.3.x installed (tclsh available)
/websh-3.5.0/src/unix
-rw-r--r--  1 root  users  13023 Aug  1  2002 Makefile.in
-rw-r--r--  1 root  users     24 Oct 25  2001 aclocal.m4
-rw-r--r--  1 root  users  11519 Aug  1  2002 configure.in
-rwxr-xr-x  1 root  users   2186 Oct 25  2001 install-sh
-rw-r--r--  1 root  users    489 Oct 25  2001 memdbg.tcl
-rwxr-xr-x  1 root  users    728 Oct 25  2001 mkinstalldirs
-rw-r--r--  1 root  users  56049 Oct 25  2001 tcl.m4

did autoconf

added to list
drwxr-xr-x  2 root  users     512 Apr  4 06:58 autom4te.cache
-rwxr-xr-x  1 root  users  135001 Apr  4 06:58 configure

locate tclConfig.sh =>
/usr/pkg/lang/tcl/work/tcl8.4.9/unix/tclConfig.sh


did
./configure --enable-threads --enable-tcl=/usr/pkg/lang/tcl/work/tcl8.4.9/un
ix/tclConfig.sh --enable-gcc
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
configure: error: cannot run /bin/sh ./config.sub

needed config.sub
> locate config.sub

> cp /usr/pkg/share/libtool/config.sub .
./configure --enable-threads --enable-tcl=/usr/pkg/lang/tcl/work/tcl8.4.9/un
ix/tclConfig.sh --enable-gcc
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking build system type... /bin/sh: Can't open ./config.guess
configure: error: cannot guess build type; you must specify one

> locate config.guess
> cp /usr/pkg/pkgtools/digest/files/config.guess .

>
./configure --enable-threads --enable-tcl=/usr/pkg/lang/tcl/work/tcl8.4.9/un
ix/tclConfig.sh --enable-gcc
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking build system type... i386-unknown-netbsdelf2.0
checking host system type... i386-unknown-netbsdelf2.0
checking for Tcl public headers... /usr/local/include
checking for Tcl configuration... found /usr/local/lib/tclConfig.sh
checking for existence of /usr/local/lib/tclConfig.sh... loading
checking for building with threads... yes
checking for pthread_mutex_init in -lpthread... yes
checking how to build libraries... shared
checking for build with symbols... no
checking for tclsh8.3... /usr/local/lib/../bin/tclsh8.3
configure: creating ./config.status
config.status: creating Makefile <== OK!

gateway: {209} make
make: don't know how to make args.o. Stop

make: stopped in /serv/home/greg/websh-3.5.0/src/unix

tried gmake ; seems to work!
warnings;
../generic/htmlify.c: In function `findHtmlCmtClose':
../generic/htmlify.c:359: warning: assignment discards qualifiers from
pointer target type
../generic/htmlify.c:364: warning: assignment discards qualifiers from
pointer target type
../generic/htmlify.c:366: warning: assignment discards qualifiers from
pointer target type
../generic/htmlify.c:371: warning: assignment discards qualifiers from
pointer target type
../generic/htmlify.c: In function `removeHtmlComments':
../generic/htmlify.c:403: warning: assignment discards qualifiers from
pointer target type
../generic/htmlify.c:409: warning: assignment discards qualifiers from
pointer target type
../generic/htmlify.c:411: warning: assignment discards qualifiers from
pointer target type
../generic/htmlify.c:413: warning: assignment discards qualifiers from
pointer target type
../generic/htmlify.c:421: warning: passing arg 1 of `findHtmlCmtClose'
discards qualifiers from pointer target type
just running...

-L/usr/local/lib -ltcl84 -lpthread -lm -o websh3.5.0
request.o(.text+0x923): In function `tempFileName':
/serv/home/greg/websh-3.5.0/src/unix/../generic/request.c:380: warning:
tempnam() possibly used unsafely, use mkstemp() or mkdtemp()

halted.. and here i am, unknown for me howto proceed..
i try gmake install
gateway: {211} gmake install
/bin/sh ./mkinstalldirs  /usr/local/lib
/bin/sh ./mkinstalldirs  /usr/local/bin
/bin/sh ./mkinstalldirs  /usr/local/lib/web
 /usr/bin/install -c libwebsh350.so /usr/local/lib/libwebsh350.so
 : /usr/local/bin/libwebsh350.so
 /usr/bin/install -c websh3.5.0 /usr/local/bin/websh3.5.0
/bin/sh ./mkinstalldirs /doc
Installing quickref.html
install: ../../doc/quickref.html: stat: No such file or directory
chmod: /doc/quickref.html: No such file or directory
Installing quickref.txt
install: ../../doc/quickref.txt: stat: No such file or directory
chmod: /doc/quickref.txt: No such file or directory
gmake: *** [install-doc] Error 1

hmmmff.. so, what now?









---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux