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 hr...@gmail.com on 2015/09/26 23:00:07 UTC

"can't find package rivetlib exactly 2.2.3"

Dear Sirs!

I get the error 

>>
[Sat Sep 26 20:21:52.640643 2015] [:error] [pid 23834:tid 2130075648] (20014)Int
ernal error (specific information not available): mod_rivet: Error loading rivet
lib package: can't find package rivetlib exactly 2.2.3
<<

in "logs/error_log" file.

I just compiled

httpd-2.4.16
rivet-2.2.3
tcl8.6.4

Any hint, how to solve it?

Thanks
Rodrigo

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


Re: "can't find package rivetlib exactly 2.2.3"

Posted by Massimo Manghi <ma...@unipr.it>.
Errors like this are often caused by a missed install stage. Did you 
actually install rivetlib using command 'make install'? Check the 
documentation for the --with-rivet-target-dir switch that controls 
rivetlib final destination. The install stage builds the pkgIndex.tcl 
file in there and adds it to the load_path. This directory can be in any 
accessible directory (in case it's not you have to run it with root 
privileges)

  -- Massimo

On 09/26/2015 11:00 PM, hruodr@gmail.com wrote:
>
> Dear Sirs!
>
> I get the error
>
>>>
> [Sat Sep 26 20:21:52.640643 2015] [:error] [pid 23834:tid 2130075648] (20014)Int
> ernal error (specific information not available): mod_rivet: Error loading rivet
> lib package: can't find package rivetlib exactly 2.2.3
> <<
>
> in "logs/error_log" file.
>
> I just compiled
>
> httpd-2.4.16
> rivet-2.2.3
> tcl8.6.4
>
> Any hint, how to solve it?
>
> Thanks
> Rodrigo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: rivet-dev-unsubscribe@tcl.apache.org
> For additional commands, e-mail: rivet-dev-help@tcl.apache.org
>

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