Hi, >>Which Linux distribution? There are mod_dtcl .deb's and rpm'.s available. That's the easiest way to get started.
I am using BlueCat Linux distribution ported to an Internet Access Appliance. I am cross compiling it on Intel Platform for Hitachi-SH processor. So i cannot use any binary directly. >>I haven't had time to update everything to Tcl 8.4. I suggest that you try first with 8.3.4. Hopefully I will be able to get to this by next week. I will try with TCL 8.3.4 too but this shouldn't be reason for the problem i am facing. >>You should use 1.3.27, as it fixes a couple of security holes. I tried with apache_1.3.27 also but all in vain. I am getting same result. >>Did you also add the corresponding AddModule line? Yes I did. Actually I added "so" module directly in modules.c file and the Makefile. After compiling http, "httpd -l" showed mod_so. >>You are sure that you are compiling against the correct version of Apache, and not any other older headers? Yes'day i tried with apache-1.3.22 but today even after trying with 1.3.27 version, httpd failed to start and gave the same error. I guess i am missing something in compilation. What could it be ? Reema. -----Original Message----- From: ext David N. Welton [mailto:[EMAIL PROTECTED]] Sent: 08. October 2002 20:59 To: Bangar Reema (NIC/Hyderabad) Cc: [EMAIL PROTECTED] Subject: Re: Couldn't start Apache Web Server <[EMAIL PROTECTED]> writes: > Hi All, > > I am new to mod_dtcl and would like to know if steps i followed were > correct for using mod_dtcl. I am using Linux platform. Which Linux distribution? There are mod_dtcl .deb's and rpm'.s available. That's the easiest way to get started. > 1. Downloaded and compiled tcl8.4.0 I haven't had time to update everything to Tcl 8.4. I suggest that you try first with 8.3.4. Hopefully I will be able to get to this by next week. > 2. Downloaded and compiled Apache web server ( 1.3.22) with DSO > support. You should use 1.3.27, as it fixes a couple of security holes. > 3. Downloaded and compiled mod_dtcl. Copied mod_dtcl.so in /lib. > 4. Added "LoadModule dtcl_module /lib/mod_dtcl.so" in httpd.conf file. Did you also add the corresponding AddModule line? > 5. Restarted HTTP server. > > Upon restarting the server, i am getting following message: > > Cannot load /lib/mod_dtcl.so into server: /lib/mod_dtcl.so: > undefined symbol: ap_null_cleanup You are sure that you are compiling against the correct version of Apache, and not any other older headers? -- David N. Welton Consulting: http://www.dedasys.com/ Personal: http://www.dedasys.com/davidw/ Free Software: http://www.dedasys.com/freesoftware/ Apache Tcl: http://tcl.apache.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
