LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem with configure firefox-hunspell (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-configure-firefox-hunspell-746217/)

dimagradov 08-09-2009 09:29 AM

problem with configure firefox-hunspell
 
Hello!
My OS is Fedora core 6. I can not install Fedora 11, because i have problem with my video card(Nvideo Geforce FX5500) Driver nvidia (kmod-nvidia-173xx) is not working corectly!
I have not problem with video card at Fedora core 6!


I want to install firefox 3.5.2 and I can not rpmbuild -bb xulrunner.spec , because xulrunner need hunspell-1.2, but Fedora core 6 have only hunspell-1.1.
Hunspell-1.1 is need for several programs and I can not update hunspell-1.1 to hunspell-1.2.
I installed hunspell-1.2 at different directory /opt/hunspell2.
/opt/hunspell2/usr/lib/libhunspell-1.2.so
Code:

rpm -qa |grep huns
hunspell-devel-1.1.12.2-2
hunspell-1.2.8-7
hunspell-devel-1.2.8-7
hunspell-1.1.12.2-2

But configure don't use hunspell-1.2 :-( Configure use only hunspell-1.1
Code:

checking for hunspell... yes
checking MOZ_HUNSPELL_CFLAGS... -I/usr/include/hunspell
checking MOZ_HUNSPELL_LIBS... -lhunspell-1.1

What can i change at xulrunner.spec for hunspell-1.2?
Thanks.

knudfl 08-09-2009 11:35 AM

Welcome to LQ.

As hunspell-devel-1.1.12.2-2 is used for nothing,
why not remove it ?

Please take care, that the one in /opt/ is in your
LD_LIBRARY_PATH , then things should work.
.....

dimagradov 08-09-2009 03:26 PM

Quote:

Originally Posted by knudfl (Post 3636755)
Welcome to LQ.

As hunspell-devel-1.1.12.2-2 is used for nothing,
why not remove it ?

Please take care, that the one in /opt/ is in your
LD_LIBRARY_PATH , then things should work.
.....

Thank you!
Problem was solved :-)
I deleted hunspell-devel-1.1.12.2-2 and I copy hunspeel-1.2 to /usr...)


All times are GMT -5. The time now is 09:09 PM.