LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mozilla installaion (https://www.linuxquestions.org/questions/linux-newbie-8/mozilla-installaion-614229/)

saritha 01-17-2008 05:44 AM

mozilla installaion
 
when i am trying to install mozilla 3 in fedora 6,
when configure i got error
configure: error: --enable-application=APP was not specified and is required.
so i enabled it as
./configure --enable-application=browser

now it has configured properly

but when i run make i got this errror


/usr/local/lib/libgthread-2.0.so.0: undefined reference to `g_thread_gettime'
collect2: ld returned 1 exit status
gmake[4]: *** [firefox-bin] Error 1
gmake[4]: Leaving directory `/root/Desktop/mozilla/browser/app'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/root/Desktop/mozilla/browser'
gmake[2]: *** [libs_tier_app] Error 2
gmake[2]: Leaving directory `/root/Desktop/mozilla'
gmake[1]: *** [tier_app] Error 2
gmake[1]: Leaving directory `/root/Desktop/mozilla'
make: *** [default] Error 2




how can i solve this problem

Simon Bridge 01-17-2008 06:20 AM

Quote:

when i am trying to install mozilla 3 in fedora 6,
... dare I ask: do you mean "firefox 3"? AFAIK, Mozilla is at 1.7

/usr/local/lib/libgthread-2.0.so.0: undefined reference to `g_thread_gettime'
... you are missing a library, perhaps a header.

http://forums.mozillazine.org/viewto...cf838c9a287f51
... this you too?

saritha 01-17-2008 11:24 PM

its firefox 3 not mozilla

Simon Bridge 01-17-2008 11:33 PM

OK: so check the documentation in the tarball and find out what you need... install what you are missing.


All times are GMT -5. The time now is 10:36 AM.