You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by Drew <dr...@wirelessanarchy.com> on 2004/03/16 23:29:43 UTC

problems installing rivet

[root@localhost src]# /usr/local/apache/bin/apachectl configtest
Syntax error on line 206 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_rivet.so into server: 
libtcl8.4.so: cannot open shared object file: No such file or directory

[root@localhost src]# locate mod_rivet.so
/usr/local/apache/libexec/mod_rivet.so

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org


Re: problems installing rivet

Posted by "David N. Welton" <da...@dedasys.com>.
Drew <dr...@wirelessanarchy.com> writes:

> [root@localhost src]# /usr/local/apache/bin/apachectl configtest
> Syntax error on line 206 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/mod_rivet.so into server:
> libtcl8.4.so: cannot open shared object file: No such file or directory
  ^^^^^^^^^^^^

> [root@localhost src]# locate mod_rivet.so
> /usr/local/apache/libexec/mod_rivet.so

It's Tcl that it can't find.  Maybe you need to export LD_LIBRARY_PATH
before starting apache?  At least if libtcl isn't in a standard
location...?

-- 
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: rivet-dev-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-dev-help@tcl.apache.org