At 16.51 23/09/2003 +0200, you wrote:
On 9/23/2003 4:37 PM, giAndrea wrote:
At 15.53 23/09/2003 +0200, you wrote:
[...]
i have problems with mangler.so module. there are some modules not
included in make clean (ex. mangler), why?
I've compiled with make include_modules="mangler" modules;
when i use make prefix=/usr/local install why mangler.so not appear in
/usr/local/lib/ser/modules?
try: make prefix=/usr/local include_modules="mangler" install
Daniel
ok. But, when i include mangler.so on my ser.cfg with loadmodule
"/usr/lib/ser/modules/mangler.so" ser don't works. If i comment this row
ser works.
Shouldn't it be in '/usr/local/lib/ser/modules' not in
'/usr/lib/ser/modules'? The log messages would be very helpfully if the
path to module is not the problem.
In origin it was /usr/lib/ser/modules, but looking for the modules, i
haven't found mangler.so so i've compiled the source in /usr/local
If i try to start ser using ser from prompt the result is
ERROR: bad config file (1 errors)
Andrea.
PS: how can i see log messages?
Daniel