Mailing List Archive

linker error (whats wrong ?)
hello all

whats wrong ?

regards
lothar

thx for your help in advance
####################################

/bin/sh ./libtool --mode=link gcc -g -O2 -pipe -o libntopreport.la -rpath
/usr/local/lib -version-in
fo 0:0:0 -release 2.0 -export-dynamic admin.lo emitter.lo globals-report.lo
graph.lo http.lo report.lo
reportUtils.lo webInterface.lo -lcrypt -lm -L/root/ntop-cvs/gdchart0.94c
-lgdchart -L/root/ntop-cvs/g
dchart0.94c/gd-1.8.3 -lgd
-L/root/ntop-cvs/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng -L/root/ntop-cvs/g
dchart0.94c/zlib-1.1.3 -lz -L/usr/local/ssl/lib -lssl -lcrypto -lpthread
-lresolv -lnsl -ldl -lcrypt
-lm -L/root/ntop-cvs/gdchart0.94c -lgdchart
-L/root/ntop-cvs/gdchart0.94c/gd-1.8.3 -lgd -L/root/ntop-
cvs/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng
-L/root/ntop-cvs/gdchart0.94c/zlib-1.1.3 -lz -L/usr/local
/ssl/lib -lssl -lcrypto
rm -fr .libs/libntopreport.la .libs/libntopreport.*
.libs/libntopreport-2.0.*

*** Warning: This library needs some functionality provided by -lgdchart.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lgd.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lgdchart.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
Re: linker error (whats wrong ?) [ In reply to ]
Did you build the gdchart package? If so, you may not have it in some
place it can be found. If you do a ./configure --help it will give you
some configure options. One of them points at the gdchart. I use

./configure --with-gdchart-root=../gdchart0.94c

--

J. Eric Josephson
978-720-2159
mailto:eric_josephson@groove.net




Egger Lothar
<Lothar.Egger@C To: "'ntop@unipi.it'" <ntop@unipi.it>
ardsys.at> cc:
Sent by: Subject: [Ntop] linker error (whats wrong ?)
ntop-admin@unip
i.it


07/03/2001
04:38 AM
Please respond
to ntop






hello all

whats wrong ?

regards
lothar

thx for your help in advance
####################################

/bin/sh ./libtool --mode=link gcc -g -O2 -pipe -o libntopreport.la -rpath
/usr/local/lib -version-in
fo 0:0:0 -release 2.0 -export-dynamic admin.lo emitter.lo globals-report.lo
graph.lo http.lo report.lo
reportUtils.lo webInterface.lo -lcrypt -lm -L/root/ntop-cvs/gdchart0.94c
-lgdchart -L/root/ntop-cvs/g
dchart0.94c/gd-1.8.3 -lgd
-L/root/ntop-cvs/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng
-L/root/ntop-cvs/g
dchart0.94c/zlib-1.1.3 -lz -L/usr/local/ssl/lib -lssl -lcrypto -lpthread
-lresolv -lnsl -ldl -lcrypt
-lm -L/root/ntop-cvs/gdchart0.94c -lgdchart
-L/root/ntop-cvs/gdchart0.94c/gd-1.8.3 -lgd -L/root/ntop-
cvs/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng
-L/root/ntop-cvs/gdchart0.94c/zlib-1.1.3 -lz -L/usr/local
/ssl/lib -lssl -lcrypto
rm -fr .libs/libntopreport.la .libs/libntopreport.*
.libs/libntopreport-2.0.*

*** Warning: This library needs some functionality provided by -lgdchart.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lgd.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: This library needs some functionality provided by -lgdchart.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
_______________________________________________
Ntop mailing list
Ntop@unipi.it
http://listmanager.unipi.it/mailman/listinfo/ntop
AW: linker error (whats wrong ?) [ In reply to ]
hello eric
thanks for your response

i already used all of the ./configure --with-xx-root= options
to point to gdchart;libpcap.....
this makes no diff.

> *** But I can only do this if you have a
> *** shared version of the library, which you do not appear to have.

this "shared version" ??

snafu
lothar


> -----Ursprüngliche Nachricht-----
> Von: Eric_Josephson@groove.net [mailto:Eric_Josephson@groove.net]
> Gesendet: Dienstag, 03. Juli 2001 16:34
> An: ntop@unipi.it; Lothar.Egger@cards.ys.at
> Cc: 'ntop@unipi.it'; ntop-admin@unipi.it
> Betreff: Re: [Ntop] linker error (whats wrong ?)
>
>
>
> Did you build the gdchart package? If so, you may not have
> it in some place it can be found. If you do a ./configure
> --help it will give you some configure options. One of them
> points at the gdchart. I use
>
> ./configure --with-gdchart-root=../gdchart0.94c
>
> --
>
> J. Eric Josephson
> 978-720-2159
> mailto:eric_josephson@groove.net
>
>
> hello all
>
> whats wrong ?
>
> regards
> lothar
>
> thx for your help in advance ####################################
>
> /bin/sh ./libtool --mode=link gcc -g -O2 -pipe -o
> libntopreport.la -rpath /usr/local/lib -version-in fo 0:0:0
> -release 2.0 -export-dynamic admin.lo emitter.lo
> globals-report.lo graph.lo http.lo report.lo reportUtils.lo
> webInterface.lo -lcrypt -lm -L/root/ntop-cvs/gdchart0.94c
> -lgdchart -L/root/ntop-cvs/g dchart0.94c/gd-1.8.3 -lgd
> -L/root/ntop-cvs/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng
> -L/root/ntop-cvs/g dchart0.94c/zlib-1.1.3 -lz
> -L/usr/local/ssl/lib -lssl -lcrypto -lpthread
> -lresolv -lnsl -ldl -lcrypt
> -lm -L/root/ntop-cvs/gdchart0.94c -lgdchart
> -L/root/ntop-cvs/gdchart0.94c/gd-1.8.3 -lgd -L/root/ntop-
> cvs/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng
> -L/root/ntop-cvs/gdchart0.94c/zlib-1.1.3 -lz -L/usr/local
> /ssl/lib -lssl -lcrypto rm -fr .libs/libntopreport.la
> .libs/libntopreport.*
> .libs/libntopreport-2.0.*
>
> *** Warning: This library needs some functionality provided
> by -lgdchart.
> *** I have the capability to make that library automatically
> link in when
> *** you link to this library. But I can only do this if you have a
> *** shared version of the library, which you do not appear to have.
>
> *** Warning: This library needs some functionality provided by -lgd.
> *** I have the capability to make that library automatically
> link in when
> *** you link to this library. But I can only do this if you have a
> *** shared version of the library, which you do not appear to have.
>
> *** Warning: This library needs some functionality provided
> by -lgdchart.
> *** I have the capability to make that library automatically
> link in when
> *** you link to this library. But I can only do this if you have a
> *** shared version of the library, which you do not appear to
> have. _______________________________________________
> Ntop mailing list
> Ntop@unipi.it
> http://listmanager.unipi.it/mailman/listinfo/ntop
>
>
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@unipi.it
> http://listmanager.unipi.it/mailman/listinfo/ntop
>