Bug 180810 Cannot install Mozilla nightly build on Linux. "Fatal Error [-618]: Couldn't open xpistub library"

patch by opi@gmx.at r=dveditz sr=darin
This commit is contained in:
timeless%mozdev.org 2004-06-19 00:14:36 +00:00
parent 116284e324
commit c2773637ed

View File

@ -648,6 +648,7 @@ printf("DEBUG: libpath = >>%s<<\n", libpath);
{
dlerr = dlerror();
DUMP(dlerr);
fprintf(stderr,"DLError: %s",dlerr);
return E_LIB_OPEN;
}
DUMP("xpistub opened");