LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Redhat 9 is interesting (https://www.linuxquestions.org/questions/linux-software-2/redhat-9-is-interesting-89323/)

xenonysf 09-04-2003 04:39 PM

Redhat 9 is interesting
 
REDHAT 9
kernel 2.4.20-2.48


[root@localhost root]# xawtv
This is xawtv-3.81, running on Linux/i686 (2.4.20-2.48)
Segmentation fault

[root@localhost root]# oowriter
Checking for existing user installation ... ... NOT FOUND
Performing first-time installation for user ... /usr/bin/ooffice: line 197: 7428 Segmentation fault /usr/lib/openoffice/program/setup -R:/etc/openoffice/autoresponse.conf
... FAILED

[xenonysf@localhost home]$ oowriter
Checking for existing user installation ... ... NOT FOUND
Performing first-time installation for user ... Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

cannot connect to X server
... FAILED


i installed wine-20030813-1rh9winehq.i386.rpm succesfully
its so simple program (mtu.exe)
i think there is a general problem with my linux
what should i do?


[root@localhost sozluk]# wine mtu.exe
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 8
No debug information in ELF 'wine' ((nil))
Breakpoint 1 at 0x4000ca00
No debug information in ELF '/usr/lib/wine/libntdll.dll.so' (0x40034000)
No debug information in ELF '/usr/lib/wine/libwine.so.1' (0x40120000)
No debug information in ELF '/usr/lib/wine/libwine_unicode.so.1' (0x40138000)
Loaded debug information from ELF '/lib/tls/libpthread.so.0' (0x4022a000)
Loaded debug information from ELF '/lib/tls/libm.so.6' (0x40237000)
No debug information in ELF '/lib/libdl.so.2' (0x4025a000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x4045e000)
No debug information in ELF '/usr/lib/wine/wine/winevdm.exe.so' (0x40580000)
No debug information in ELF '/usr/lib/wine/wine/winedos.dll.so' (0x407b3000)
No debug information in ELF '/usr/lib/wine/wine/user32.dll.so' (0x407fc000)
No debug information in ELF '/usr/lib/wine/wine/gdi32.dll.so' (0x40950000)
No debug information in ELF '/usr/lib/wine/wine/advapi32.dll.so' (0x409d6000)
No debug information in ELF '/usr/lib/wine/wine/kernel32.dll.so' (0x40a06000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40af5000)
No debug information in ELF '/usr/lib/wine/wine/x11drv.dll.so' (0x40b46000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40017000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40bbc000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x40021000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40026000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40bd3000)
No debug information in ELF '/usr/lib/tls/libGL.so.1' (0x40cb2000)
No debug information in ELF '/usr/lib/tls/libGLcore.so.1' (0x40d1d000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x40594000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x4129a000)
No debug information in 32bit DLL 'Z:\mnt\win_d\programs\sozluk\sozluk\mtu.exe' (0x40590000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40060000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40a30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x409e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40820000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEDOS.DLL' (0x407c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40b60000)
Unhandled exception: page fault on read access to 0x00000058 in 32-bit code (0x42047b90).
In 32-bit mode.
0x42047b90 (NTDLL.DLL.strtoul+0x1bba0): cmpl $1,0x58(%eax)
Wine-dbg>

RolledOat 09-04-2003 05:11 PM

Eeek. Doesn't look good. The third problem is not a problem, it is actually a feature that prevents anyone else from connecting to your X session. You did an su - <user>, then oowriter. The can't connect to X is due to the user not being authorized to connect to roots X session.

Try xhost+ localhost
then su - user, then oowriter. (Although I suspect the same error was when tried as root).

Was this a clean install, or did you download the latest versions of the files. I find it hard to believe that, at the very least oowriter wouldn't work 'out of the box'. I do concede I may be wrong, especially if you are running KDE. Redhat seems to verify gnome very well, but kind of whiff on KDE testing.

I can't help with wine, I have no windows programs and have never used it.

RO


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