RE: [syslog-ng] Not able to compile syslog-ng with Solaris
Hi All, Please find the attached config.log file. I could find only 'libglib-2.0.la' file under /usr/local/lib directory. Thanks, Rajeesh -----Original Message----- From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Padmanabhan, Rajeesh (GE Healthcare) Sent: Tuesday, February 13, 2007 3:00 PM To: Syslog-ng users' and developers' mailing list Subject: [syslog-ng] Not able to compile syslog-ng with Solaris Hi All, Im getting an error, when I ./configure syslog-ng.2.0.1 in Solaris 8. 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 I have updated Glib with version 2.6.2. Still same issue. Please help me to resolve this. Thanks, Rajeesh _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
On Tue, 2007-02-13 at 15:05 +0530, Padmanabhan, Rajeesh (GE Healthcare) wrote:
Hi All,
Please find the attached config.log file. I could find only 'libglib-2.0.la' file under /usr/local/lib directory.
if you don't need static linking, you could pass the --enable-dynamic-linking option as suggested by the configure script. If you do want dynamic linking, compile glib with --enable-static option. -- Bazsi
participants (2)
-
Balazs Scheidler
-
Padmanabhan, Rajeesh (GE Healthcare)