On Friday 23 May 2008, arturo arturo wrote: > Could some help me with this problem, I'm trying to run openser 1.3.1, but > it dies complaining about the sl module. I issued just 'make all' command > before this > > [EMAIL PROTECTED]:/home/aochoa/openser/openser-1.3.1-notls > # ./openser > May 22 15:57:16 [4482] DBG:core:yyparse: loading module > /usr/local/lib/openser/modules/mysql.so > May 22 15:57:16 [4482] DBG:core:yyparse: loading module > /usr/local/lib/openser/modules/sl.so > May 22 15:57:16 [4482] ERROR:core:version_control: *module compile flags > mismatch for* /usr/local/lib/openser/modules/sl.so > core: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MEM, > SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT > module: STATS: Off, EXTRA_DEBUG, USE_IPV6, USE_TCP, DISABLE_NAGLE, > USE_MCAST, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
Hi Arturo, the version of the sl module installed on your machine don't match the one of your server in the home directory. Do a make distclean; make all in the source directory, and install again. Cheers, Henning _______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
