compiling muc for jabberd2

Craig White craigwhite at azapple.com
Sat Nov 4 19:40:22 MST 2006


Got jabberd2 working - was not exactly what I would call fun. Getting it
to work with LDAP added an extra layer of complexity that surprised me
because I remember it being rather simple to set up jabber 5 years ago.

Anyway...Come to realize that jabberd2 doesn't have 'rooms' - for that
another gymnastic exercise.

I am trying to compile something (jcr not that it should matter) from
source and it says...

# make
cd jabberd/ ; make
make[1]: Entering directory `/root/jcr-0.2.4/jabberd'
gcc -O2 -g -Wall -I. -I../lib `pkg-config --cflags glib-2.0` -
D_REENTRANT   -c -o expat.o expat.c
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
In file included from expat.c:42:
../lib/lib.h:23:18: glib.h: No such file or directory

I do have pkg-config installed but there is no glib-2.0.pc

Any suggestions? Is this needing some ancient libstdc++-296 or something
like that?

Craig



More information about the PLUG-discuss mailing list