linwang 发表于 2004-9-14 17:49:23

装firefox的错误

我在装firefox时出现如图中提示的错误,具体是什么原因?谢谢

linwang 发表于 2004-9-14 17:51:15

图没有贴上,再贴一下

linky_fan 发表于 2004-9-14 21:28:21

I figure'd out what went wrong, in file
mozilla/xpinstall/wizard/unix/src2/nsXIEngine.cpp:655
libpath is = to NULL ; this is a big problem, since it is searching the root
directory for libxpistub.so (exact line:
sprintf(libpath,"%s/%s",libpath,XPISTUB);.Short fix: cp libxpistub.so from std.
library location to root dir (if you have privledges) and remove it
afterwards.Perhaps I should submit a patch for this...Hope this helps
someone.

linwang 发表于 2004-9-14 21:32:50

I figure'd out what went wrong, in file
mozilla/xpinstall/wizard/unix/src2/nsXIEngine.cpp:655
libpath is = to NULL ; this is a big problem, since it is searching the root
directory for libxpistub.so (exact line:
sprintf(libpath,"%s/%s",libpath,XPISTUB);.Short fix: cp libxpistub.so from std.
library location to root dir (if you have privledges) and remove it
afterwards.Perhaps I should submit a patch for this...Hope this helps
someone.
是什么意思

linky_fan 发表于 2004-9-15 10:52:38

cp libxpistub.so from std.
library location to root dir (if you have privledges) and remove it
afterwards

2147 发表于 2004-9-17 19:03:00

1.0版让我有点烦
页: [1]
查看完整版本: 装firefox的错误