On Feb 18, 2003 at 21:33, Tomas Bj?rklund <tomas(a)webservices.se> wrote:
[...]
I tried to install the cvs version and first off it failed to compile due
to pass_fd.c (support for TCP) so after disabling -DUSE_TCP in the
makefile it compiled ok, but when I start it I get the following error:
Now the cvs version compiles on openbsd with -DUSE_TCP.
krixor:/usr/local/ser/sbin# ./ser -P /var/run/ser.pid -E
/usr/libexec/ld.so: Undefined symbol "_realm_column" in
ser:/usr/local/ser/lib/ser/modules/auth.so
This is on a OpenBSD 3.1 with gcc version 2.95.3
Also, It's pretty annoying that 'gmake install' overwrites the
configuration file all the time :)
Index: Makefile
===================================================================
RCS file: /cvsroot/ser/sip_router/Makefile,v
retrieving revision 1.98
diff -u -3 -r1.98 Makefile
--- Makefile 2003/01/16 00:27:10 1.98
+++ Makefile 2003/02/18 20:20:55
Thanks for the patch. Maxim already included a fix for this in his
patches (that were for a long time in my pending patch list :-)).
The CVS version is patched.
Andrei