On Wednesday 11 June 2008, Ali Jawad wrote:
I followed your steps and I was able to include it
correctly now
[root@localhost openser-1.3.0-tls]# ldd
/usr/local/lib/openser/modules/acc.so
libradiusclient-ng.so.2 =>
/usr/local/lib/libradiusclient-ng.so.2 (0x0074e000)
libc.so.6 => /lib/tls/libc.so.6 (0x00906000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x0013d000)
libnsl.so.1 => /lib/libnsl.so.1 (0x0016b000)
/lib/ld-linux.so.2 (0x00221000)
I am getting this error
Jun 11 14:45:59 [26548] ERROR:core:version_control: module version
mismatch for /usr/local/lib/openser/modules/acc.so; core: openser
1.3.0-tls (i386/linux); module: openser 1.3.0-notls (i386/linux)
Hi,
the ldd output looks good. :-) Now you have a version mismatch between your
openser binary and the acc module, you probably re-compiled and installed
only one of them. The easiest way to fix this should be to 'make install' the
server again.
Henning