You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_dtcl@tcl.apache.org by Suryadev <su...@provillage.com> on 2001/01/23 14:09:46 UTC

Regarding Info. about Mod_dtcl Installation

Dear sir,
         Hello.

               I have try to install Mod_dtcl in my server through your documentation. I have successfully installed tcl 8.3.2 and after that i have installed mod_dtcl. but it give some error and i can't able to install it what is exact problem i don't know .Pl. give suggestion to installed it. I have also cut & paste the result pl see and give suggestion 

#./configure --activate-module=src/modules/mod_dtcl/mod_dtcl.a --prefix=/usr/local/apache_resin --enable-module=so
Configuring for Apache, Version 1.3.14
 + using installation path layout: Apache (config.layout)
 + activated dtcl module (modules/mod_dtcl/mod_dtcl.a)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Solaris 270 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
 + using -ldl for vendor DSO support
 + checking sizeof various data types
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard

# make -e
===> src
make[1]: Entering directory `/usr/local/apache_1.3.14'
make[2]: Entering directory `/usr/local/apache_1.3.14/src'
===> src/os/unix
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=270 -DUSE_EXPAT -I../../lib
/expat-lite `../../apaci` os.c
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=270 -DUSE_EXPAT -I../../lib
/expat-lite `../../apaci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
ranlib libos.a
<=== src/os/unix
===> src/ap
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_cpystrn.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_execve.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_fnmatch.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_getpass.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_md5c.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_signal.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_slack.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_snprintf.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_sha1.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_checkpass.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-li
te `../apaci` ap_base64.c
rm -f libap.a
ar cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o ap_si
gnal.o ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o
ranlib libap.a
<=== src/ap

and athe last will be like that

rm -f libstandard.a
ar cr libstandard.a mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_so.o mod_setenvif.o
ranlib libstandard.a
<=== src/modules/standard
===> src/modules/mod_dtcl
/bin/sh: mod_dtcl: does not exist
make[4]: *** [all] Error 1
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory `/usr/local/apache_1.3.14/src'
make[2]: *** [build-std] Error 2
make[2]: Leaving directory `/usr/local/apache_1.3.14'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.14'
make: *** [install-all] Error 2
#

Pl. give the suggestion I will appreciate to you.

With warm regards.

Suryadev



Re: Regarding Info. about Mod_dtcl Installation

Posted by "David N. Welton" <da...@apache.org>.
"Suryadev" <su...@provillage.com> writes:

>                I have try to install Mod_dtcl in my server through
> your documentation. I have successfully installed tcl 8.3.2 and
> after that i have installed mod_dtcl. but it give some error and i
> can't able to install it what is exact problem i don't know
> .Pl. give suggestion to installed it. I have also cut & paste the
> result pl see and give suggestion

> #./configure --activate-module=src/modules/mod_dtcl/mod_dtcl.a --prefix=/usr/local/apache_resin --enable-module=so

If you have .so's activated, you could just compile mod_dtcl.so
seperately (pointing it at the headers from your apache sources).  Try
the version from CVS...

Sorry for the slow replay...have been off-line lately.
-- 
David N. Welton
     Personal:           http://www.efn.org/~davidw/  
Free Software:           http://people.debian.org/~davidw/
   Apache Tcl:           http://tcl.apache.org