Hello,
 
I have problems with compilation of syslog-ng on a solaris 5.8 :
 
After Syslog-ng Configuration :
./configure --prefix=/tmp/local --disable-spoof-source --enable-static-linking
=> i have this error :
checking for static GLib libraries... no
configure: error: static GLib libraries not found (a file named libglib-2.0.a), either link GLib dynamically using the --enable-dynamic-linking or install a static GLib
=> but i have the correct file :
ls -la /tmp/local/lib/libglib-2.0.a
-rw-r--r--   1 outils   dinb     2096104 Jun 28 15:51 /tmp/local/lib/libglib-2.0.a
Have you an idea about this problem?
 
Nicolas