BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: {bb} Issue building bbgen



Hi Henrik

Thanks very much for the help.

I haven't had a chance to look at your suggestions yet as I have had a
server down this morning, and I am just catching up with things. Looks
like a job for Tuesday now as I have a 3 day weekend :-).

I'll have a look at curl (fetched from http://www.sunfreeware.com/) as
well.


Thanks
 Trevor



-----Original Message-----
From: owner-bb@bb4.com [mailto:owner-bb@bb4.com] On Behalf Of Henrik
Storner
Sent: Thursday, 26 August 2004 5:00 PM
To: bb@bb4.com
Subject: Re: {bb} Issue building bbgen


In <374D8C0C0E082B41805155F451000B8F035B13@w2slbxch1.justice.qld.gov.au>
"Trevor Holden" <Trevor.Holden@justice.qld.gov.au> writes:

>bb> make
>gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DHAVE_RPCENT -DMAXMSG=16384
>-DBBDPORTNUMBER=1984 -I/usr/local/include -c -o httptest.o httptest.c
>In file included from digest.h:16,
>                 from httptest.h:24,
>                 from httptest.c:28:
>/usr/local/ssl/include/openssl/evp.h:66:34: openssl/opensslconf.h: No
>such file or directory

>Makefile:
># Change the following line if compiler complains about a missing ssl.h
>SSLINCDIR = -I/usr/local/ssl/include
>SSLLIBDIR = -L/usr/local/ssl/lib

OK - I think this is my fault. The rule for building httptest.o 
should have included the SSLINCDIR setting, but it doesn't.
The easiest solution is to change Makefile.rules - around line
118 or so you'll find:

httptest.o: httptest.c httptest.h
        $(CC) $(CFLAGS) $(CURLINCLUDE) -c -o $@ httptest.c

Change that second line to
        $(CC) $(CFLAGS) $(CURLINCLUDE) $(SSLINCDIR) -c -o $@ httptest.c


However, it seems to indicate that your CURL was built without 
SSL support (otherwise, the SSL includes would have been picked up
from the curl include's). So if you want to test https-websites,
you should double-check that it supports https-webs. Just run
"curl --version" and see if "https" is listed in the "Protocols"
section.


Henrik
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.

****************************************************************
This email and any attachments may contain confidential, private or legally 
privileged information and may be protected by copyright. You may only use it
if you are the person(s) it was intended to be sent to and if you use it in an 
authorised way. No one is allowed to use, review, alter, transmit, disclose, 
distribute, print or copy this email without appropriate authority.  

If you are not the intended addressee and this message has been sent to you 
by mistake, please notify the sender immediately, destroy any hard copies of 
the email and delete it from your computer system network. Any legal privilege 
or confidentiality is not waived or destroyed by the mistake.  

Opinions in this email do not necessarily reflect the opinions of the 
Department of Justice and Attorney-General or the Queensland Government.  

It is your responsibility to ensure that this email does not contain and is not 
affected by computer viruses, defects or interferences by third parties or 
replication problems.
****************************************************************

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.


Home | Main Index | Thread Index