The command which you run, ./configure, is a script, which is just a text
file. Open that file (which is called configure) and go to line 9252. 

It will read:

        LIBS="$LIBS -lgd" 

Change it to read:

        LIBS="$LIBS -lgd -liconv"


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
> Behalf Of Matthew Ruder
> Sent: Thursday, April 08, 2004 11:38 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Ntop] Configure problem on OpenBSD 3.4 
> (gdImageDestroy())
> 
> I am confused what did you do to get it to run?
> 
> -----Original Message-----
> From: Michael Anderson [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, April 08, 2004 12:42 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [Ntop] Configure problem on OpenBSD 3.4 
> (gdImageDestroy())
> 
> I changed line 9252 of configure to read 
> 
>             LIBS="$LIBS -lgd -liconv"
> 
> and it worked.
> 
> I'm sure I should have changed the openbsd specific file instead but I
> wasn't sure exactly what I should have added. What would have been the
> equivalent item to add there?
> 
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
> 
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
> 

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to