[OpenSER-Users] Problems with sl module in openser1.3.1

Arturo Ochoa aochoa at e-electrosystems.com
Fri May 23 22:09:35 CEST 2008


-----Mensaje original-----
De: Henning Westerholt [mailto:henning.westerholt at 1und1.de] 
Enviado el: Friday, May 23, 2008 8:52 AM
Para: users at lists.openser.org
CC: arturo arturo
Asunto: Re: [OpenSER-Users] Problems with sl module in openser1.3.1

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
>
> root at zeus:/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




Thanks for your response Henning,

I've already do what you mention, but the problem persists. I tried also
with openser 1.3.2, and the same thing.
Also I noted that there are different linked libs on the same module but
compiled on different machines:

Fedora:

[root at apolo] /usr/local/lib/openser/modules 
# ldd sl.so 
        linux-gate.so.1 =>  (0x0028b000)
        libc.so.6 => /lib/libc.so.6 (0x00111000)
        /lib/ld-linux.so.2 (0x0028c000)

Centos:  (this is the one with the problem)

root at zeus:/home/aochoa/openser
# ldd /usr/local/lib/openser/modules/sl.so 
        libc.so.6 => /lib/tls/libc.so.6 (0x00149000)
        /lib/ld-linux.so.2 (0x003f7000)


Any comments? 





More information about the Users mailing list