Quoting "P.R. Patil" <[EMAIL PROTECTED]>: Hi,
> hello, > Pls see the following problem.... > > > > I' trying to execute the X windows on a m/c using > > > XF86_FBDev driver and > > > > > > linnux 2.4 > > > > > > CS5530 graphics chipset > > > > > > Frame buffer support with 16bit color depth > > > > > > It gives me the first blank screen with crossed cursor and > hangs > > > there.The error is undefined symbol > <bold>XmuCvtGravityToString > > > </bold>while loading the shared library libXaw.so.7 > > > > > > Can anyone pls help me out > > > > It seens to be an application that failed to start because it was > > linked > > with libXaw, but not with libXmu. Try finding out which application > > failed to start, probably in some initialization script, and run it > > as: LD_PRELOAD=/usr/X11R6/lib/libXmu.so <the-program> > Yes the failed application is xterm. But I saw many script files but > in none of them the the above line is there. Pls let me know the > name of the file where it should be or is it a env variable???? You shouldn't need to do it, applications linked with Xaw should also link with Xmu. Are you building X from scratch? Is this a CVS snapshot? Maybe your xterm is linked with an alternative Xaw, like Xaw3d, just guessing... > Thanks and Regds, > PR > _______________________________________________ > Xpert mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xpert Paulo _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
