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 Harald Oehlmann <ha...@elmicron.de> on 2012/05/04 10:19:11 UTC

help: CentOS 64 apache startup error: undefined symbol: mod_rivet

Dear list,

I am trying to compile and install rivet 2.0.4 on CentOS 6 64 bit.

Tcl is installed in /usr/local/lib64 (libraries) and /usr/local/lib (tcl
files).
To get the tcl shared lib, there is a
cd /usr/lib64
ln -s /usr/local/lib64/libtcl8.6.so

When I start apache, I get the following error message:

Can't locate API module structure `mod_rivet' in file
/etc/httpd/modules/mod_rivet.so: /etc/httpd/modules/mod_rivet.so:
undefined symbol: mod_rivet

A "nm" of the library does indeed not show up this symbol.

Has anybody a clue for that ?

Thank you,
Harald

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


Re: help: CentOS 64 apache startup error: undefined symbol: mod_rivet

Posted by Harald Oehlmann <ha...@elmicron.de>.
Dear List,

I have found the reason for it, sorry for the false alarm.

An errorneous LoadModule in httpd.conf:

LoadModule mod_rivet ....

should be:

LoadModule rivet_module ....

Sorry,
Harald

Am 04.05.2012 10:19, schrieb Harald Oehlmann:
> Dear list,
> 
> I am trying to compile and install rivet 2.0.4 on CentOS 6 64 bit.
> 
> Tcl is installed in /usr/local/lib64 (libraries) and /usr/local/lib (tcl
> files).
> To get the tcl shared lib, there is a
> cd /usr/lib64
> ln -s /usr/local/lib64/libtcl8.6.so
> 
> When I start apache, I get the following error message:
> 
> Can't locate API module structure `mod_rivet' in file
> /etc/httpd/modules/mod_rivet.so: /etc/httpd/modules/mod_rivet.so:
> undefined symbol: mod_rivet
> 
> A "nm" of the library does indeed not show up this symbol.
> 
> Has anybody a clue for that ?
> 
> Thank you,
> Harald


-- 
ELMICRON Dr. Harald Oehlmann GmbH
Koesener Str. 85
D - 06618 Naumburg
Phone: +49 (0)3445 78112 0
Fax: +49 (0)3445 78112 19
www.Elmicron.de
German legal references:
Geschaeftsfuehrer: Dr. Harald Oehlmann, Jens Oehlmann
UST Nr. / VAT ID No.: DE206105272
HRB 212803 Stendal

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