From kde-devel Sat Sep 30 17:09:10 2006 From: Damien Ulrich Date: Sat, 30 Sep 2006 17:09:10 +0000 To: kde-devel Subject: Re: KHtmlPart GUIProfile undefined symbol Message-Id: <200609301909.10166.dams () domosys ! org> X-MARC-Message: https://marc.info/?l=kde-devel&m=115963618301313 Le samedi 30 septembre 2006 18:56, Henrique Pinto a écrit : > On Sat 30 Sep 2006 13:40, Damien Ulrich wrote: > > Okay, I understand ... :P > > I have just to learn how ! :$ > > Assuming KDE3: add $(LIB_KHTML) to the LIBADD line related to your applet > on the Makefile.am. I hadn't seen you posted as I found to add : -L /usr/lib/libkhtml.so to LDFLAGS options in 'Project Options'->'configure options' I personnaly added : -L /usr/lib/kde3/libkhtmlpart.so cause of the error : ./htmltest: error while loading shared libraries: libkhtmlpart.so: cannot open shared object file: No such file or directory So I tried your solution and had the same error the files exist : $ locate libkhtml | xargs ls -l -rw-r--r-- 1 root root 1470 2006-08-02 01:50 /usr/lib/kde3/libkhtmlpart.la -rw-r--r-- 1 root root 4200 2006-08-02 01:57 /usr/lib/kde3/libkhtmlpart.so -rw-r--r-- 1 root root 1429 2006-08-02 01:50 /usr/lib/libkhtml.la lrwxrwxrwx 1 root root 17 2006-08-19 09:36 /usr/lib/libkhtml.so -> libkhtml.so.4.2.0 -rw-r--r-- 1 root root 4430200 2006-08-02 01:57 /usr/lib/libkhtml.so.4.2.0 I see I'm approaching... :P -- "Il est plus facile pour l'homme de briser un atome que de briser un préjugé" Albert Einstein >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<