Re: goaccess 0.5

2013-07-12 Thread Juan Francisco Cantero Hurtado
On Friday 12 July 2013 19:33:13 Kirill Bychkov wrote:
> On Fri, July 12, 2013 16:03, Tony Berth wrote:
> > did export CPPFLAGS and LDFLAGS and did follow in '
> > http://goaccess.prosoftcorp.com/faq' the section 'How to build
> > GoAccess 0.4.2 on OpenBSD 4.8-current'. I did the modification in
> > 'parser.c' but in 'util.c', 'sys/socket.h' was already included.
> > Probably a change in version 0.5?
> > Unfortunately, 'configure' gives the same error. Should I send you
> > the config.log too?
> > 
> > Thanks

Use the Kirill's port. Anyway, I don't have errors compiling goaccess by 
hand (OpenBSD-current).

> 
> Hi. Take a look at http://cvs.linklevel.net/index.cgi/ports/www/
> 

Kirill, Can you commit the port?. It is useful and pretty.

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: goaccess 0.5

2013-07-12 Thread Kirill Bychkov
On Fri, July 12, 2013 16:03, Tony Berth wrote:
> did export CPPFLAGS and LDFLAGS and did follow in '
> http://goaccess.prosoftcorp.com/faq' the section 'How to build GoAccess
> 0.4.2 on OpenBSD 4.8-current'. I did the modification in 'parser.c' but in
> 'util.c', 'sys/socket.h' was already included. Probably a change in version
> 0.5?
> Unfortunately, 'configure' gives the same error. Should I send you the
> config.log too?
>
> Thanks
>

Hi. Take a look at http://cvs.linklevel.net/index.cgi/ports/www/
>
> On Wed, Jul 10, 2013 at 1:31 AM, Juan Francisco Cantero Hurtado <
> i...@juanfra.info> wrote:
>
>> On Wed, Jul 10, 2013 at 12:01:11AM +0300, Tony Berth wrote:
>> > is anyone using goaccess 0.5 with 5.2 or 5.3?
>> >
>> > When running './configure' I get:
>> >
>> > checking for a BSD-compatible install... /usr/bin/install -c
>> > checking whether build environment is sane... yes
>> > checking for a thread-safe mkdir -p... ./install-sh -c -d
>> > checking for gawk... no
>> > checking for mawk... no
>> > checking for nawk... no
>> > checking for awk... awk
>> > checking whether make sets $(MAKE)... yes
>> > checking for gcc... gcc
>> > checking for C compiler default output file name... a.out
>> > checking whether the C compiler works... yes
>> > checking whether we are cross compiling... no
>> > checking for suffix of executables...
>> > checking for suffix of object files... o
>> > checking whether we are using the GNU C compiler... yes
>> > checking whether gcc accepts -g... yes
>> > checking for gcc option to accept ISO C89... none needed
>> > checking for style of include used by make... GNU
>> > checking dependency style of gcc... gcc3
>> > checking for pkg-config... /usr/bin/pkg-config
>> > checking pkg-config is at least version 0.9.0... yes
>> > checking for GLIB2... yes
>> > checking for refresh in -lncurses... yes
>> > checking for new_menu in -lmenu... yes
>> > checking for g_free in -lglib-2.0... no
>> > configure: error: glib-2.x is missing
>>
>> CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure
>>
>> --
>> Juan Francisco Cantero Hurtado http://juanfra.info



Re: goaccess 0.5

2013-07-12 Thread Tony Berth
did export CPPFLAGS and LDFLAGS and did follow in '
http://goaccess.prosoftcorp.com/faq' the section 'How to build GoAccess
0.4.2 on OpenBSD 4.8-current'. I did the modification in 'parser.c' but in
'util.c', 'sys/socket.h' was already included. Probably a change in version
0.5?
Unfortunately, 'configure' gives the same error. Should I send you the
config.log too?

Thanks


On Wed, Jul 10, 2013 at 1:31 AM, Juan Francisco Cantero Hurtado <
i...@juanfra.info> wrote:

> On Wed, Jul 10, 2013 at 12:01:11AM +0300, Tony Berth wrote:
> > is anyone using goaccess 0.5 with 5.2 or 5.3?
> >
> > When running './configure' I get:
> >
> > checking for a BSD-compatible install... /usr/bin/install -c
> > checking whether build environment is sane... yes
> > checking for a thread-safe mkdir -p... ./install-sh -c -d
> > checking for gawk... no
> > checking for mawk... no
> > checking for nawk... no
> > checking for awk... awk
> > checking whether make sets $(MAKE)... yes
> > checking for gcc... gcc
> > checking for C compiler default output file name... a.out
> > checking whether the C compiler works... yes
> > checking whether we are cross compiling... no
> > checking for suffix of executables...
> > checking for suffix of object files... o
> > checking whether we are using the GNU C compiler... yes
> > checking whether gcc accepts -g... yes
> > checking for gcc option to accept ISO C89... none needed
> > checking for style of include used by make... GNU
> > checking dependency style of gcc... gcc3
> > checking for pkg-config... /usr/bin/pkg-config
> > checking pkg-config is at least version 0.9.0... yes
> > checking for GLIB2... yes
> > checking for refresh in -lncurses... yes
> > checking for new_menu in -lmenu... yes
> > checking for g_free in -lglib-2.0... no
> > configure: error: glib-2.x is missing
>
> CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure
>
> --
> Juan Francisco Cantero Hurtado http://juanfra.info



Re: goaccess 0.5

2013-07-09 Thread Juan Francisco Cantero Hurtado
On Wed, Jul 10, 2013 at 12:01:11AM +0300, Tony Berth wrote:
> is anyone using goaccess 0.5 with 5.2 or 5.3?
> 
> When running './configure' I get:
> 
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GLIB2... yes
> checking for refresh in -lncurses... yes
> checking for new_menu in -lmenu... yes
> checking for g_free in -lglib-2.0... no
> configure: error: glib-2.x is missing

CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: goaccess 0.5

2013-07-09 Thread Charles Rapenne
On the FAQ of the project website, you will find a how-to compile it
on OpenBSD, you need to edit 2 or 3 files before compiling it.

2013/7/9 Tony Berth :
> is anyone using goaccess 0.5 with 5.2 or 5.3?
>
> When running './configure' I get:
>
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GLIB2... yes
> checking for refresh in -lncurses... yes
> checking for new_menu in -lmenu... yes
> checking for g_free in -lglib-2.0... no
> configure: error: glib-2.x is missing



Re: goaccess 0.5

2013-07-09 Thread Marc Espie
On Wed, Jul 10, 2013 at 12:01:11AM +0300, Tony Berth wrote:
> is anyone using goaccess 0.5 with 5.2 or 5.3?
> 
> When running './configure' I get:
> 
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... ./install-sh -c -d
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GLIB2... yes
> checking for refresh in -lncurses... yes
> checking for new_menu in -lmenu... yes
> checking for g_free in -lglib-2.0... no
> configure: error: glib-2.x is missing

hint: read through config.log
that's where the interesting information usually is.

autoconf is a retarded system. It fucks up all the time.
It actually helps portability to every system that happens
to be linux on i386/amd64... and very little else.



goaccess 0.5

2013-07-09 Thread Tony Berth
is anyone using goaccess 0.5 with 5.2 or 5.3?

When running './configure' I get:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB2... yes
checking for refresh in -lncurses... yes
checking for new_menu in -lmenu... yes
checking for g_free in -lglib-2.0... no
configure: error: glib-2.x is missing