Re: A couple of technical questions



Am 2001.05.15 17:31 schrieb(en) Brooklyn Linux Solutions CEO:
> OK
> 
> I made this symlink:
> ln -s /usr/lib/libdb-3.1.so /usr/lib/libdb.so
> 
> Now I'm getting this error ---
> 
> /usr/i486-suse-linux/bin/ld: warning: libdb.so.3, needed by
> /opt/gnome/lib/libgnomeui.so, may conflict with libdb.so.2
> 
> #This looks like it saying it's source code is in conflict with itself...

This would be a funny constellation... AFAIK the gnome-libs need libdb-1.85
support. It seems that you have several versions of libdb installed. This
may cause the error.

> 
> print.o: In function `print_info_new':
> /home/ruben/balsa-1.1.4/src/print.c:243: undefined reference to
> `libiconv_open'
> print.o: In function `print_info_destroy':
> /home/ruben/balsa-1.1.4/src/print.c:253: undefined reference to
> `libiconv_close'
> print.o: In function `gnome_print_show_with_charset':
> /home/ruben/balsa-1.1.4/src/print.c:506: undefined reference to
> `libiconv'
> collect2: ld returned 1 exit status
> make[2]: *** [balsa] Error 1
> make[2]: Leaving directory `/home/ruben/balsa-1.1.4/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/ruben/balsa-1.1.4'
> make: *** [all-recursive-am] Error 2
> 
> #Looks like I'm missing the new printing stuff?

No, this is a problem concerning libiconv (like mentioned further down in
the list). May be you want to rebuild libiconv and gettext from source
(after uninstalling the rpms). You can find them at ftp://ftp.gnu.org. It
has many mirrors.
> 
> 
> <exhale>
> 
> Ruben
> -- 

Stephan




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