Hi, I want to install syslog-ng on my Solaris 7 system. I have gcc 3.2.3, GNU make 3.80, GNUflex, bison. I run into problems with compiling the libol (have tried 0.3.10, 3.9, 3.8, 3.6, 3.5). ./configure seems to work, however, make stops with these error messages: ../libtool: ar: not found make[1]: *** [libol.la] Error 1 make[1]: Leaving directory `/tmp/libol-0.3.5/src' make: *** [all-recursive] Error 1 I have searched the internet but no references to this problem found. Does anyone have a clue? Best regards & thanks in advance, Steven ---"Virtual" means never knowing where your next byte is coming from.---
On Thu, May 22, 2003 at 05:22:16PM +0200, Steven Welters wrote:
Hi,
I want to install syslog-ng on my Solaris 7 system. I have gcc 3.2.3, GNU make 3.80, GNUflex, bison.
I run into problems with compiling the libol (have tried 0.3.10, 3.9, 3.8, 3.6, 3.5).
you either need to specify a PATH that points to a directory which includes ar, or you should install GNU binutils. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
Yo, To fix this, make sure you have /usr/ccs/bin in your path, as thats where 'ar' resides on solaris. However, if you are using GNU gcc 3.2.3, I reccomend you compile and install GNU binutils which contains an ar thats a little more friendly to GNU gcc. Mike Thomas Unix Systems Administrator Chemical Engineering and Materials Science University of Minnesota, Twin Cities.
Hi,
I want to install syslog-ng on my Solaris 7 system. I have gcc 3.2.3, GNU make 3.80, GNUflex, bison.
I run into problems with compiling the libol (have tried 0.3.10, 3.9, 3.8, 3.6, 3.5).
./configure seems to work, however, make stops with these error messages:
../libtool: ar: not found make[1]: *** [libol.la] Error 1 make[1]: Leaving directory `/tmp/libol-0.3.5/src' make: *** [all-recursive] Error 1
I have searched the internet but no references to this problem found.
Does anyone have a clue?
Best regards & thanks in advance,
Steven ---"Virtual" means never knowing where your next byte is coming from.--- _______________________________________________ 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
participants (3)
-
Balazs Scheidler
-
Mike Thomas
-
Steven Welters