Re: Help! Lyx won't run

2003-12-01 Thread Not Pam Green
Hi, sorry for the delay - your message was eaten by spamassassin and I
only just got round to double checking my spam folder. OK:

On Thu, 27 Nov 2003 04:01:13 -0600
Paul E. Johnson [EMAIL PROTECTED] wrote:

 I believe you are seeing a mismatch between the X libraries that were 
 used to build QT and the libraries you are currently using.
 

Interesting.

 What do you see when you go like this:
 
 $ ldd /usr/bin/lyx

Here's my output.

libqt-mt.so.3 = /usr/lib/qt3/lib/libqt-mt.so.3 (0x40024000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x406b9000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x406c2000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x406d9000)
libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x407bd000)
libm.so.6 = /lib/libm.so.6 (0x40876000)
libc.so.6 = /lib/libc.so.6 (0x40899000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x409c4000)
libaudio.so.2 = /usr/X11R6/lib/libaudio.so.2 (0x409cd000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x409e3000)
libmng.so.1 = /usr/lib/libmng.so.1 (0x40a38000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x40a96000)
libpng.so.3 = /usr/lib/libpng.so.3 (0x40ab5000)
libz.so.1 = /lib/libz.so.1 (0x40adb000)
libGL.so.1 = /usr/X11R6/lib/libGL.so.1 (0x40ae9000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40b1a000)
libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x40b31000)
libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x40b39000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x40b4c000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x40ba)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40bc8000)
libdl.so.2 = /lib/libdl.so.2 (0x40bd7000)
libpthread.so.0 = /lib/libpthread.so.0 (0x40bdb000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
libexpat.so.0 = /usr/lib/libexpat.so.0 (0x40c2b000)


(As compared to yours: there are a few differences)
 libqt-mt.so.3 = /usr/lib/qt-3.1/lib/libqt-mt.so.3
 (0x40023000) libSM.so.6 = /usr/X11R6/lib/libSM.so.6
 (0x4068a000) libICE.so.6 = /usr/X11R6/lib/libICE.so.6
 (0x40692000) libX11.so.6 = /usr/X11R6/lib/libX11.so.6
 (0x406a9000) libstdc++.so.5 = /usr/lib/libstdc++.so.5
 (0x40787000) libm.so.6 = /lib/tls/libm.so.6 (0x4083f000)
 libc.so.6 = /lib/tls/libc.so.6 (0x40862000)
 libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x4099b000)
 libpthread.so.0 = /lib/tls/libpthread.so.0 (0x409a3000)
 libmng.so.1 = /usr/lib/libmng.so.1 (0x409b3000)
 libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x409f7000)
 libpng12.so.0 = /usr/lib/libpng12.so.0 (0x40a15000)
 libz.so.1 = /usr/lib/libz.so.1 (0x40a39000)
 libGL.so.1 = /usr/lib/tls/libGL.so.1 (0x40a4a000)
 libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40a8a000)
 libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x40aa)
 libXrandr.so.2 = /usr/X11R6/lib/libXrandr.so.2 (0x40aa8000)
 libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x40aac000)
 libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x40abf000)
 libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x40b0f000)
 libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40b36000)
 libdl.so.2 = /lib/libdl.so.2 (0x40b44000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
 libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x40b47000)
 libexpat.so.0 = /usr/lib/libexpat.so.0 (0x40b99000)
 
 I suppose there's an off chance that ldconfig is not up to date. You
 did run
 
 /sbin/ldconfig

I didn't initially, but did after reading your message. No improvement,
however. When should one typically run this? After compiling things?

Thanks,


Reuben



Re: Help! Lyx won't run

2003-12-01 Thread Not Pam Green
The rpm installs fine. All dependencies are present (at least according
to urpmi, the mandrake apt-get alternative.) 

Here's what happens when I run lyx from within gdb. There's a little
more information...


Starting program: /usr/local/bin/lyx
Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
 
Program received signal SIGSEGV, Segmentation fault.
0x40b3f109 in XftDrawString16 () from /usr/X11R6/lib/libXft.so.2



On Thu, 27 Nov 2003 03:53:13 -0500
Nirmal Govind [EMAIL PROTECTED] wrote:

  Sure, because it doesn't work from the rpm on the cd :) 
 
 What error(s) do you get when you try to install the rpm?
 
 Also, have you tried running a backtrace using gdb? That output may 
 help the developers identify the problem (though it doesn't sound 
 like a LyX problem).. actually, that output may help folks on the 
 Mandrake list.. upon some googling, it seems that other people are 
 also having trouble with other programs and this same library..
 
 nirmal
 
 


Re: Help! Lyx won't run

2003-12-01 Thread Not Pam Green
Hi, sorry for the delay - your message was eaten by spamassassin and I
only just got round to double checking my spam folder. OK:

On Thu, 27 Nov 2003 04:01:13 -0600
Paul E. Johnson [EMAIL PROTECTED] wrote:

 I believe you are seeing a mismatch between the X libraries that were 
 used to build QT and the libraries you are currently using.
 

Interesting.

 What do you see when you go like this:
 
 $ ldd /usr/bin/lyx

Here's my output.

libqt-mt.so.3 = /usr/lib/qt3/lib/libqt-mt.so.3 (0x40024000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x406b9000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x406c2000)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x406d9000)
libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x407bd000)
libm.so.6 = /lib/libm.so.6 (0x40876000)
libc.so.6 = /lib/libc.so.6 (0x40899000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x409c4000)
libaudio.so.2 = /usr/X11R6/lib/libaudio.so.2 (0x409cd000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x409e3000)
libmng.so.1 = /usr/lib/libmng.so.1 (0x40a38000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x40a96000)
libpng.so.3 = /usr/lib/libpng.so.3 (0x40ab5000)
libz.so.1 = /lib/libz.so.1 (0x40adb000)
libGL.so.1 = /usr/X11R6/lib/libGL.so.1 (0x40ae9000)
libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40b1a000)
libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x40b31000)
libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x40b39000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x40b4c000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x40ba)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40bc8000)
libdl.so.2 = /lib/libdl.so.2 (0x40bd7000)
libpthread.so.0 = /lib/libpthread.so.0 (0x40bdb000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
libexpat.so.0 = /usr/lib/libexpat.so.0 (0x40c2b000)


(As compared to yours: there are a few differences)
 libqt-mt.so.3 = /usr/lib/qt-3.1/lib/libqt-mt.so.3
 (0x40023000) libSM.so.6 = /usr/X11R6/lib/libSM.so.6
 (0x4068a000) libICE.so.6 = /usr/X11R6/lib/libICE.so.6
 (0x40692000) libX11.so.6 = /usr/X11R6/lib/libX11.so.6
 (0x406a9000) libstdc++.so.5 = /usr/lib/libstdc++.so.5
 (0x40787000) libm.so.6 = /lib/tls/libm.so.6 (0x4083f000)
 libc.so.6 = /lib/tls/libc.so.6 (0x40862000)
 libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x4099b000)
 libpthread.so.0 = /lib/tls/libpthread.so.0 (0x409a3000)
 libmng.so.1 = /usr/lib/libmng.so.1 (0x409b3000)
 libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x409f7000)
 libpng12.so.0 = /usr/lib/libpng12.so.0 (0x40a15000)
 libz.so.1 = /usr/lib/libz.so.1 (0x40a39000)
 libGL.so.1 = /usr/lib/tls/libGL.so.1 (0x40a4a000)
 libXmu.so.6 = /usr/X11R6/lib/libXmu.so.6 (0x40a8a000)
 libXrender.so.1 = /usr/X11R6/lib/libXrender.so.1 (0x40aa)
 libXrandr.so.2 = /usr/X11R6/lib/libXrandr.so.2 (0x40aa8000)
 libXft.so.2 = /usr/X11R6/lib/libXft.so.2 (0x40aac000)
 libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x40abf000)
 libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x40b0f000)
 libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x40b36000)
 libdl.so.2 = /lib/libdl.so.2 (0x40b44000)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
 libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x40b47000)
 libexpat.so.0 = /usr/lib/libexpat.so.0 (0x40b99000)
 
 I suppose there's an off chance that ldconfig is not up to date. You
 did run
 
 /sbin/ldconfig

I didn't initially, but did after reading your message. No improvement,
however. When should one typically run this? After compiling things?

Thanks,


Reuben



Re: Help! Lyx won't run

2003-12-01 Thread Not Pam Green
The rpm installs fine. All dependencies are present (at least according
to urpmi, the mandrake apt-get alternative.) 

Here's what happens when I run lyx from within gdb. There's a little
more information...


Starting program: /usr/local/bin/lyx
Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
 
Program received signal SIGSEGV, Segmentation fault.
0x40b3f109 in XftDrawString16 () from /usr/X11R6/lib/libXft.so.2



On Thu, 27 Nov 2003 03:53:13 -0500
Nirmal Govind [EMAIL PROTECTED] wrote:

  Sure, because it doesn't work from the rpm on the cd :) 
 
 What error(s) do you get when you try to install the rpm?
 
 Also, have you tried running a backtrace using gdb? That output may 
 help the developers identify the problem (though it doesn't sound 
 like a LyX problem).. actually, that output may help folks on the 
 Mandrake list.. upon some googling, it seems that other people are 
 also having trouble with other programs and this same library..
 
 nirmal
 
 


Re: Help! Lyx won't run

2003-12-01 Thread Not Pam Green
Hi, sorry for the delay - your message was eaten by spamassassin and I
only just got round to double checking my spam folder. OK:

On Thu, 27 Nov 2003 04:01:13 -0600
"Paul E. Johnson" <[EMAIL PROTECTED]> wrote:

> I believe you are seeing a mismatch between the X libraries that were 
> used to build QT and the libraries you are currently using.
> 

Interesting.

> What do you see when you go like this:
> 
> $ ldd /usr/bin/lyx

Here's my output.

libqt-mt.so.3 => /usr/lib/qt3/lib/libqt-mt.so.3 (0x40024000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x406b9000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x406c2000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x406d9000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x407bd000)
libm.so.6 => /lib/libm.so.6 (0x40876000)
libc.so.6 => /lib/libc.so.6 (0x40899000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x409c4000)
libaudio.so.2 => /usr/X11R6/lib/libaudio.so.2 (0x409cd000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x409e3000)
libmng.so.1 => /usr/lib/libmng.so.1 (0x40a38000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40a96000)
libpng.so.3 => /usr/lib/libpng.so.3 (0x40ab5000)
libz.so.1 => /lib/libz.so.1 (0x40adb000)
libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x40ae9000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40b1a000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40b31000)
libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x40b39000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40b4c000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40ba)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40bc8000)
libdl.so.2 => /lib/libdl.so.2 (0x40bd7000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40bdb000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40c2b000)


(As compared to yours: there are a few differences)
> libqt-mt.so.3 => /usr/lib/qt-3.1/lib/libqt-mt.so.3
> (0x40023000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6
> (0x4068a000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6
> (0x40692000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6
> (0x406a9000) libstdc++.so.5 => /usr/lib/libstdc++.so.5
> (0x40787000) libm.so.6 => /lib/tls/libm.so.6 (0x4083f000)
> libc.so.6 => /lib/tls/libc.so.6 (0x40862000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4099b000)
> libpthread.so.0 => /lib/tls/libpthread.so.0 (0x409a3000)
> libmng.so.1 => /usr/lib/libmng.so.1 (0x409b3000)
> libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x409f7000)
> libpng12.so.0 => /usr/lib/libpng12.so.0 (0x40a15000)
> libz.so.1 => /usr/lib/libz.so.1 (0x40a39000)
> libGL.so.1 => /usr/lib/tls/libGL.so.1 (0x40a4a000)
> libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40a8a000)
> libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40aa)
> libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x40aa8000)
> libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x40aac000)
> libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40abf000)
> libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40b0f000)
> libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40b36000)
> libdl.so.2 => /lib/libdl.so.2 (0x40b44000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
> libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40b47000)
> libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40b99000)
> 
> I suppose there's an off chance that ldconfig is not up to date. You
> did run
> 
> /sbin/ldconfig

I didn't initially, but did after reading your message. No improvement,
however. When should one typically run this? After compiling things?

Thanks,


Reuben



Re: Help! Lyx won't run

2003-12-01 Thread Not Pam Green
The rpm installs fine. All dependencies are present (at least according
to urpmi, the mandrake apt-get alternative.) 

Here's what happens when I run lyx from within gdb. There's a little
more information...


Starting program: /usr/local/bin/lyx
Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
 
Program received signal SIGSEGV, Segmentation fault.
0x40b3f109 in XftDrawString16 () from /usr/X11R6/lib/libXft.so.2



On Thu, 27 Nov 2003 03:53:13 -0500
Nirmal Govind <[EMAIL PROTECTED]> wrote:

> > Sure, because it doesn't work from the rpm on the cd :) 
> 
> What error(s) do you get when you try to install the rpm?
> 
> Also, have you tried running a backtrace using gdb? That output may 
> help the developers identify the problem (though it doesn't sound 
> like a LyX problem).. actually, that output may help folks on the 
> Mandrake list.. upon some googling, it seems that other people are 
> also having trouble with other programs and this same library..
> 
> nirmal
> 
> 


Re: Help! Lyx won't run

2003-11-27 Thread Nirmal Govind
Sure, because it doesn't work from the rpm on the cd :) 
What error(s) do you get when you try to install the rpm?

Also, have you tried running a backtrace using gdb? That output may 
help the developers identify the problem (though it doesn't sound 
like a LyX problem).. actually, that output may help folks on the 
Mandrake list.. upon some googling, it seems that other people are 
also having trouble with other programs and this same library..

nirmal



Re: Help! Lyx won't run

2003-11-27 Thread Ingar Pareliussen
Hi,

First I would say that I have used Suse for the last five years, so my 
knowledge of mandrake is a bit limited. 

I think it is quicker for you to roll out your own compilation of LyX than try 
to find a rpm you can use. You will need to decide if you want a xform or a 
qt frontend. If you do not know which one you want, xforms probably is the 
answer. You can always reconsider :)

Anyway whatever you decide you need the libraries and the development 
libraries installed on your PC before you can commence the compilation.
For xform this means installing:
xforms-1.0-1mdk.i586.rpm
libforms1-1.0-1mdk.i586.rpm
libforms1-devel-1.0-1mdk.i586.rpm

When these are installed and you have down loaded the lyx-sourcecode, follow 
the instruction in the INSTALL file the comes with the lyx-source:.
The first part of the INSTALL file:

Here the four steps are:
0) Linux users beware: if compiling the Qt frontend, you need
qt and qt-devel packages of the same version to compile LyX.

1) ./configure
 configures LyX to your system. By default, LyX configures
 the xforms frontend, use --with-frontend=qt to build a Qt
 version. You may have to set
  --with-qt-dir=path-to-your-qt-installation to succeed.

2) make
  compiles the program.

3) src/lyx
runs the program so you can check it out.

4) make install
will install it. You can use make install-strip instead
if you want a smaller binary.


I hope this helps. If you get any errors, feel free to ask more question and 
we'll answer them as best as we can.

Ingar



Re: Help! Lyx won't run

2003-11-27 Thread Munzir Taha
On Thursday 27 November 2003 07:34, Not Pam Green wrote:
 On Wed, 26 Nov 2003 18:27:02 +0300

 Munzir Taha [EMAIL PROTECTED] wrote:
  On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
   On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
I have installed Lyx from two seperate RPMs and have compiled from
source using QT. Attempting to run it under each of the three
attempts gives me this message:
 
  I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works
  for me perfectly. Will you please explain to me why you installed from
  source or from separate RPMS?

 Sure, because it doesn't work from the rpm on the cd :)

 Did you upgrade from 9.0?
No, it's a fresh intall. I am not sure how can I help you but again I want to 
confirm that lyx 1.3.2 (not 1.3.3 from cooker) which is on the CD works 
without a problem for _me_. Any suggestions?

-- 
  __/__/  _/  _/  _/
 _/ _\  _/ _\_/
_/\ /   _\ unzir_/ aha  PGP Key available
gpg --recv-keys --keyserver www.mandrakesecure.net F0671821

Telecommunications and Electronics Engineer
Linux Registered User #279362 at http://counter.li.org
Mandrake Club member
Maintainer of Mandrake Arabization Project Status (MAPS)
http://www.arabeyes.org/download/documents/distro/mdkarabicsupport.html
CIW Designer, ICDL, MOUS
New Horizons CLC
Riyadh, SA



Re: Help! Lyx won't run

2003-11-27 Thread Nirmal Govind
Sure, because it doesn't work from the rpm on the cd :) 
What error(s) do you get when you try to install the rpm?

Also, have you tried running a backtrace using gdb? That output may 
help the developers identify the problem (though it doesn't sound 
like a LyX problem).. actually, that output may help folks on the 
Mandrake list.. upon some googling, it seems that other people are 
also having trouble with other programs and this same library..

nirmal



Re: Help! Lyx won't run

2003-11-27 Thread Ingar Pareliussen
Hi,

First I would say that I have used Suse for the last five years, so my 
knowledge of mandrake is a bit limited. 

I think it is quicker for you to roll out your own compilation of LyX than try 
to find a rpm you can use. You will need to decide if you want a xform or a 
qt frontend. If you do not know which one you want, xforms probably is the 
answer. You can always reconsider :)

Anyway whatever you decide you need the libraries and the development 
libraries installed on your PC before you can commence the compilation.
For xform this means installing:
xforms-1.0-1mdk.i586.rpm
libforms1-1.0-1mdk.i586.rpm
libforms1-devel-1.0-1mdk.i586.rpm

When these are installed and you have down loaded the lyx-sourcecode, follow 
the instruction in the INSTALL file the comes with the lyx-source:.
The first part of the INSTALL file:

Here the four steps are:
0) Linux users beware: if compiling the Qt frontend, you need
qt and qt-devel packages of the same version to compile LyX.

1) ./configure
 configures LyX to your system. By default, LyX configures
 the xforms frontend, use --with-frontend=qt to build a Qt
 version. You may have to set
  --with-qt-dir=path-to-your-qt-installation to succeed.

2) make
  compiles the program.

3) src/lyx
runs the program so you can check it out.

4) make install
will install it. You can use make install-strip instead
if you want a smaller binary.


I hope this helps. If you get any errors, feel free to ask more question and 
we'll answer them as best as we can.

Ingar



Re: Help! Lyx won't run

2003-11-27 Thread Munzir Taha
On Thursday 27 November 2003 07:34, Not Pam Green wrote:
 On Wed, 26 Nov 2003 18:27:02 +0300

 Munzir Taha [EMAIL PROTECTED] wrote:
  On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
   On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
I have installed Lyx from two seperate RPMs and have compiled from
source using QT. Attempting to run it under each of the three
attempts gives me this message:
 
  I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works
  for me perfectly. Will you please explain to me why you installed from
  source or from separate RPMS?

 Sure, because it doesn't work from the rpm on the cd :)

 Did you upgrade from 9.0?
No, it's a fresh intall. I am not sure how can I help you but again I want to 
confirm that lyx 1.3.2 (not 1.3.3 from cooker) which is on the CD works 
without a problem for _me_. Any suggestions?

-- 
  __/__/  _/  _/  _/
 _/ _\  _/ _\_/
_/\ /   _\ unzir_/ aha  PGP Key available
gpg --recv-keys --keyserver www.mandrakesecure.net F0671821

Telecommunications and Electronics Engineer
Linux Registered User #279362 at http://counter.li.org
Mandrake Club member
Maintainer of Mandrake Arabization Project Status (MAPS)
http://www.arabeyes.org/download/documents/distro/mdkarabicsupport.html
CIW Designer, ICDL, MOUS
New Horizons CLC
Riyadh, SA



Re: Help! Lyx won't run

2003-11-27 Thread Nirmal Govind
Sure, because it doesn't work from the rpm on the cd :) 
What error(s) do you get when you try to install the rpm?

Also, have you tried running a backtrace using gdb? That output may 
help the developers identify the problem (though it doesn't sound 
like a LyX problem).. actually, that output may help folks on the 
Mandrake list.. upon some googling, it seems that other people are 
also having trouble with other programs and this same library..

nirmal



Re: Help! Lyx won't run

2003-11-27 Thread Ingar Pareliussen
Hi,

First I would say that I have used Suse for the last five years, so my 
knowledge of mandrake is a bit limited. 

I think it is quicker for you to roll out your own compilation of LyX than try 
to find a rpm you can use. You will need to decide if you want a xform or a 
qt frontend. If you do not know which one you want, xforms probably is the 
answer. You can always reconsider :)

Anyway whatever you decide you need the libraries and the development 
libraries installed on your PC before you can commence the compilation.
For xform this means installing:
xforms-1.0-1mdk.i586.rpm
libforms1-1.0-1mdk.i586.rpm
libforms1-devel-1.0-1mdk.i586.rpm

When these are installed and you have down loaded the lyx-sourcecode, follow 
the instruction in the INSTALL file the comes with the lyx-source:.
The first part of the INSTALL file:
<<
Here the four steps are:
0) Linux users beware: if compiling the Qt frontend, you need
qt and qt-devel packages of the same version to compile LyX.

1) ./configure
 configures LyX to your system. By default, LyX configures
 the xforms frontend, use --with-frontend=qt to build a Qt
 version. You may have to set
  --with-qt-dir= to succeed.

2) make
  compiles the program.

3) src/lyx
runs the program so you can check it out.

4) make install
will install it. You can use "make install-strip" instead
if you want a smaller binary.
>>

I hope this helps. If you get any errors, feel free to ask more question and 
we'll answer them as best as we can.

Ingar



Re: Help! Lyx won't run

2003-11-27 Thread Munzir Taha
On Thursday 27 November 2003 07:34, Not Pam Green wrote:
> On Wed, 26 Nov 2003 18:27:02 +0300
>
> Munzir Taha <[EMAIL PROTECTED]> wrote:
> > On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
> > > On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
> > > > I have installed Lyx from two seperate RPMs and have compiled from
> > > > source using QT. Attempting to run it under each of the three
> > > > attempts gives me this message:
> >
> > I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works
> > for me perfectly. Will you please explain to me why you installed from
> > source or from separate RPMS?
>
> Sure, because it doesn't work from the rpm on the cd :)
>
> Did you upgrade from 9.0?
No, it's a fresh intall. I am not sure how can I help you but again I want to 
confirm that lyx 1.3.2 (not 1.3.3 from cooker) which is on the CD works 
without a problem for _me_. Any suggestions?

-- 
  __/__/  _/  _/  _/
 _/ _\  _/ _\_/
_/\ /   _\ unzir_/ aha  PGP Key available
gpg --recv-keys --keyserver www.mandrakesecure.net F0671821

Telecommunications and Electronics Engineer
Linux Registered User #279362 at http://counter.li.org
Mandrake Club member
Maintainer of Mandrake Arabization Project Status (MAPS)
http://www.arabeyes.org/download/documents/distro/mdkarabicsupport.html
CIW Designer, ICDL, MOUS
New Horizons CLC
Riyadh, SA



Re: Help! Lyx won't run

2003-11-26 Thread Jose' Matos
On Tuesday 25 November 2003 03:41, Not Pam Green wrote:

 I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
 9.0 it worked perfectly, and I used it to write a novel. Now my novel is
 on hold because of this problem. Can anyone help? I like Lyx much better
 than Openoffice for writing...but I may have to switch if I can't find a
 resolution to this.

  Why don't you use the version that comes with Mandrake 9.2? That appears to 
be working.

 Thanks,
 Reuben

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Help! Lyx won't run

2003-11-26 Thread Munzir Taha
On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
 On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
  I have installed Lyx from two seperate RPMs and have compiled from
  source using QT. Attempting to run it under each of the three attempts
  gives me this message:
I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works for me 
perfectly. Will you please explain to me why you installed from source or 
from separate RPMS?
-- 
  __/__/  _/  _/  _/
 _/ _\  _/ _\_/
_/\ /   _\ unzir_/ aha  PGP Key available
gpg --recv-keys --keyserver www.mandrakesecure.net F0671821

Telecommunications and Electronics Engineer
Linux Registered User #279362 at http://counter.li.org
Mandrake Club member
Maintainer of Mandrake Arabization Project Status (MAPS)
http://www.arabeyes.org/download/documents/distro/mdkarabicsupport.html
CIW Designer, ICDL, MOUS
New Horizons CLC
Riyadh, SA



Re: Help! Lyx won't run

2003-11-26 Thread Not Pam Green
On Wed, 26 Nov 2003 18:27:02 +0300
Munzir Taha [EMAIL PROTECTED] wrote:

 On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
  On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
   I have installed Lyx from two seperate RPMs and have compiled from
   source using QT. Attempting to run it under each of the three
   attempts gives me this message:
 I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works
 for me perfectly. Will you please explain to me why you installed from
 source or from separate RPMS?

Sure, because it doesn't work from the rpm on the cd :) 

Did you upgrade from 9.0? 


Re: Help! Lyx won't run

2003-11-26 Thread Not Pam Green
Hi Richard,

On Tue, 25 Nov 2003 19:02:00 -0800 (PST)
Rich Shepard [EMAIL PROTECTED] wrote:

  I have installed Lyx from two seperate RPMs and have compiled from
  source using QT. Attempting to run it under each of the three
  attempts gives me this message:
 
  Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
 
   Can we assume that you checked and confirmed that libgl.so.* exists?
   I
 don't have such a library (and haven't seen a library numbered like
 that) on my Red Hat 7.3 system.

Yes:

[EMAIL PROTECTED] lib]# urpmf libGL.so
libxfree86:/usr/X11R6/lib/libGL.so.1
libxfree86:/usr/X11R6/lib/libGL.so.1.2
libxfree86-devel:/usr/X11R6/lib/libGL.so
libMesaGL1:/usr/X11R6/lib/libGL.so.1.0
libMesaGL1:/usr/X11R6/lib/libGL.so.1.4.501
 
[EMAIL PROTECTED] lib]# rpm -qa | grep libMesaGL1
libMesaGL1-5.0.1-5mdk

 
  I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2.
  Under 9.0 it worked perfectly, and I used it to write a novel.
 
   Well, then. It's probably a Mandrake problem. 

Ironically, having queried the mandrake expert list first, I was told
it was a lyx problem. :) 

 lists, that folks have found problems with mdk-9.2. I'd check that out
 first. I run Slackware and a couple of legacy Red Hat systems so I
 know nothing about Mandrake.

I've done some research in various places but haven't found anything
specific to this situation. Is the lyx-developers list particularly
friendly to bug-fixing? 

Thanks
Reuben


Re: Help! Lyx won't run

2003-11-26 Thread Jose' Matos
On Tuesday 25 November 2003 03:41, Not Pam Green wrote:

 I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
 9.0 it worked perfectly, and I used it to write a novel. Now my novel is
 on hold because of this problem. Can anyone help? I like Lyx much better
 than Openoffice for writing...but I may have to switch if I can't find a
 resolution to this.

  Why don't you use the version that comes with Mandrake 9.2? That appears to 
be working.

 Thanks,
 Reuben

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Help! Lyx won't run

2003-11-26 Thread Munzir Taha
On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
 On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
  I have installed Lyx from two seperate RPMs and have compiled from
  source using QT. Attempting to run it under each of the three attempts
  gives me this message:
I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works for me 
perfectly. Will you please explain to me why you installed from source or 
from separate RPMS?
-- 
  __/__/  _/  _/  _/
 _/ _\  _/ _\_/
_/\ /   _\ unzir_/ aha  PGP Key available
gpg --recv-keys --keyserver www.mandrakesecure.net F0671821

Telecommunications and Electronics Engineer
Linux Registered User #279362 at http://counter.li.org
Mandrake Club member
Maintainer of Mandrake Arabization Project Status (MAPS)
http://www.arabeyes.org/download/documents/distro/mdkarabicsupport.html
CIW Designer, ICDL, MOUS
New Horizons CLC
Riyadh, SA



Re: Help! Lyx won't run

2003-11-26 Thread Not Pam Green
On Wed, 26 Nov 2003 18:27:02 +0300
Munzir Taha [EMAIL PROTECTED] wrote:

 On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
  On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
   I have installed Lyx from two seperate RPMs and have compiled from
   source using QT. Attempting to run it under each of the three
   attempts gives me this message:
 I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works
 for me perfectly. Will you please explain to me why you installed from
 source or from separate RPMS?

Sure, because it doesn't work from the rpm on the cd :) 

Did you upgrade from 9.0? 


Re: Help! Lyx won't run

2003-11-26 Thread Not Pam Green
Hi Richard,

On Tue, 25 Nov 2003 19:02:00 -0800 (PST)
Rich Shepard [EMAIL PROTECTED] wrote:

  I have installed Lyx from two seperate RPMs and have compiled from
  source using QT. Attempting to run it under each of the three
  attempts gives me this message:
 
  Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
 
   Can we assume that you checked and confirmed that libgl.so.* exists?
   I
 don't have such a library (and haven't seen a library numbered like
 that) on my Red Hat 7.3 system.

Yes:

[EMAIL PROTECTED] lib]# urpmf libGL.so
libxfree86:/usr/X11R6/lib/libGL.so.1
libxfree86:/usr/X11R6/lib/libGL.so.1.2
libxfree86-devel:/usr/X11R6/lib/libGL.so
libMesaGL1:/usr/X11R6/lib/libGL.so.1.0
libMesaGL1:/usr/X11R6/lib/libGL.so.1.4.501
 
[EMAIL PROTECTED] lib]# rpm -qa | grep libMesaGL1
libMesaGL1-5.0.1-5mdk

 
  I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2.
  Under 9.0 it worked perfectly, and I used it to write a novel.
 
   Well, then. It's probably a Mandrake problem. 

Ironically, having queried the mandrake expert list first, I was told
it was a lyx problem. :) 

 lists, that folks have found problems with mdk-9.2. I'd check that out
 first. I run Slackware and a couple of legacy Red Hat systems so I
 know nothing about Mandrake.

I've done some research in various places but haven't found anything
specific to this situation. Is the lyx-developers list particularly
friendly to bug-fixing? 

Thanks
Reuben


Re: Help! Lyx won't run

2003-11-26 Thread Jose' Matos
On Tuesday 25 November 2003 03:41, Not Pam Green wrote:

> I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
> 9.0 it worked perfectly, and I used it to write a novel. Now my novel is
> on hold because of this problem. Can anyone help? I like Lyx much better
> than Openoffice for writing...but I may have to switch if I can't find a
> resolution to this.

  Why don't you use the version that comes with Mandrake 9.2? That appears to 
be working.

> Thanks,
> Reuben

-- 
José Abílio

LyX and docbook, a perfect match. :-)



Re: Help! Lyx won't run

2003-11-26 Thread Munzir Taha
On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
> On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
> > I have installed Lyx from two seperate RPMs and have compiled from
> > source using QT. Attempting to run it under each of the three attempts
> > gives me this message:
I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works for me 
perfectly. Will you please explain to me why you installed from source or 
from separate RPMS?
-- 
  __/__/  _/  _/  _/
 _/ _\  _/ _\_/
_/\ /   _\ unzir_/ aha  PGP Key available
gpg --recv-keys --keyserver www.mandrakesecure.net F0671821

Telecommunications and Electronics Engineer
Linux Registered User #279362 at http://counter.li.org
Mandrake Club member
Maintainer of Mandrake Arabization Project Status (MAPS)
http://www.arabeyes.org/download/documents/distro/mdkarabicsupport.html
CIW Designer, ICDL, MOUS
New Horizons CLC
Riyadh, SA



Re: Help! Lyx won't run

2003-11-26 Thread Not Pam Green
On Wed, 26 Nov 2003 18:27:02 +0300
Munzir Taha <[EMAIL PROTECTED]> wrote:

> On Tuesday 25 November 2003 12:43, Andre Poenitz wrote:
> > On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
> > > I have installed Lyx from two seperate RPMs and have compiled from
> > > source using QT. Attempting to run it under each of the three
> > > attempts gives me this message:
> I am using Mandrake 9.2 with LyX 1.3.2 (from the CD's) and it works
> for me perfectly. Will you please explain to me why you installed from
> source or from separate RPMS?

Sure, because it doesn't work from the rpm on the cd :) 

Did you upgrade from 9.0? 


Re: Help! Lyx won't run

2003-11-26 Thread Not Pam Green
Hi Richard,

On Tue, 25 Nov 2003 19:02:00 -0800 (PST)
Rich Shepard <[EMAIL PROTECTED]> wrote:

> > I have installed Lyx from two seperate RPMs and have compiled from
> > source using QT. Attempting to run it under each of the three
> > attempts gives me this message:
> 
> > Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
> 
>   Can we assume that you checked and confirmed that libgl.so.* exists?
>   I
> don't have such a library (and haven't seen a library numbered like
> that) on my Red Hat 7.3 system.

Yes:

[EMAIL PROTECTED] lib]# urpmf libGL.so
libxfree86:/usr/X11R6/lib/libGL.so.1
libxfree86:/usr/X11R6/lib/libGL.so.1.2
libxfree86-devel:/usr/X11R6/lib/libGL.so
libMesaGL1:/usr/X11R6/lib/libGL.so.1.0
libMesaGL1:/usr/X11R6/lib/libGL.so.1.4.501
 
[EMAIL PROTECTED] lib]# rpm -qa | grep libMesaGL1
libMesaGL1-5.0.1-5mdk

> 
> > I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2.
> > Under 9.0 it worked perfectly, and I used it to write a novel.
> 
>   Well, then. It's probably a Mandrake problem. 

Ironically, having queried the mandrake "expert" list first, I was told
it was a "lyx problem". :) 

> lists, that folks have found problems with mdk-9.2. I'd check that out
> first. I run Slackware and a couple of legacy Red Hat systems so I
> know nothing about Mandrake.

I've done some research in various places but haven't found anything
specific to this situation. Is the lyx-developers list particularly
friendly to bug-fixing? 

Thanks
Reuben


Re: Help! Lyx won't run

2003-11-25 Thread Andre Poenitz
On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
 I have installed Lyx from two seperate RPMs and have compiled from
 source using QT. Attempting to run it under each of the three attempts
 gives me this message:
 
 
 Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
  
 lyx: SIGSEGV signal caught
 Sorry, you have found a bug in LyX. Please read the bug-reporting
 instructions in Help-Introduction and send us a bug report, if
 necessary. Thanks ! Bye.
 Aborted (core dumped)
 
 
 It happens as root or as not. 
 
 I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
 9.0 it worked perfectly, and I used it to write a novel. Now my novel is
 on hold because of this problem. Can anyone help? I like Lyx much better
 than Openoffice for writing...but I may have to switch if I can't find a
 resolution to this.

As a workaround: what about the xforms frontend. I don't think the
choice of frontends makes much difference when writing a novel, i.e.
mostly 'flat text' (structurally, I hope ;-))

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Help! Lyx won't run

2003-11-25 Thread Not Pam Green
Excuse the repetition - is this getting through to the list? Any ideas
about where else I might find help? 

Thanks


On Mon, 24 Nov 2003 19:41:01 -0800
Not Pam Green [EMAIL PROTECTED] wrote:

 I have installed Lyx from two seperate RPMs and have compiled from
 source using QT. Attempting to run it under each of the three attempts
 gives me this message:
 
 
 Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
  
 lyx: SIGSEGV signal caught
 Sorry, you have found a bug in LyX. Please read the bug-reporting
 instructions in Help-Introduction and send us a bug report, if
 necessary. Thanks ! Bye.
 Aborted (core dumped)
 
 
 It happens as root or as not. 
 
 I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
 9.0 it worked perfectly, and I used it to write a novel. Now my novel
 is on hold because of this problem. Can anyone help? I like Lyx much
 better than Openoffice for writing...but I may have to switch if I
 can't find a resolution to this.
 
 Thanks,
 Reuben
 


Re: Help! Lyx won't run

2003-11-25 Thread Rich Shepard
On Tue, 25 Nov 2003, Not Pam Green wrote:

 Excuse the repetition - is this getting through to the list?

Reuben,

  Yup.

 I have installed Lyx from two seperate RPMs and have compiled from
 source using QT. Attempting to run it under each of the three attempts
 gives me this message:

 Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501

  Can we assume that you checked and confirmed that libgl.so.* exists? I
don't have such a library (and haven't seen a library numbered like that) on
my Red Hat 7.3 system.

 I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
 9.0 it worked perfectly, and I used it to write a novel.

  Well, then. It's probably a Mandrake problem. I seem to recall reading
either on my local LUG mail list or some application-related mail lists,
that folks have found problems with mdk-9.2. I'd check that out first. I run
Slackware and a couple of legacy Red Hat systems so I know nothing about
Mandrake.

HTH,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Help! Lyx won't run

2003-11-25 Thread Andre Poenitz
On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
 I have installed Lyx from two seperate RPMs and have compiled from
 source using QT. Attempting to run it under each of the three attempts
 gives me this message:
 
 
 Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
  
 lyx: SIGSEGV signal caught
 Sorry, you have found a bug in LyX. Please read the bug-reporting
 instructions in Help-Introduction and send us a bug report, if
 necessary. Thanks ! Bye.
 Aborted (core dumped)
 
 
 It happens as root or as not. 
 
 I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
 9.0 it worked perfectly, and I used it to write a novel. Now my novel is
 on hold because of this problem. Can anyone help? I like Lyx much better
 than Openoffice for writing...but I may have to switch if I can't find a
 resolution to this.

As a workaround: what about the xforms frontend. I don't think the
choice of frontends makes much difference when writing a novel, i.e.
mostly 'flat text' (structurally, I hope ;-))

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Help! Lyx won't run

2003-11-25 Thread Not Pam Green
Excuse the repetition - is this getting through to the list? Any ideas
about where else I might find help? 

Thanks


On Mon, 24 Nov 2003 19:41:01 -0800
Not Pam Green [EMAIL PROTECTED] wrote:

 I have installed Lyx from two seperate RPMs and have compiled from
 source using QT. Attempting to run it under each of the three attempts
 gives me this message:
 
 
 Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
  
 lyx: SIGSEGV signal caught
 Sorry, you have found a bug in LyX. Please read the bug-reporting
 instructions in Help-Introduction and send us a bug report, if
 necessary. Thanks ! Bye.
 Aborted (core dumped)
 
 
 It happens as root or as not. 
 
 I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
 9.0 it worked perfectly, and I used it to write a novel. Now my novel
 is on hold because of this problem. Can anyone help? I like Lyx much
 better than Openoffice for writing...but I may have to switch if I
 can't find a resolution to this.
 
 Thanks,
 Reuben
 


Re: Help! Lyx won't run

2003-11-25 Thread Rich Shepard
On Tue, 25 Nov 2003, Not Pam Green wrote:

 Excuse the repetition - is this getting through to the list?

Reuben,

  Yup.

 I have installed Lyx from two seperate RPMs and have compiled from
 source using QT. Attempting to run it under each of the three attempts
 gives me this message:

 Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501

  Can we assume that you checked and confirmed that libgl.so.* exists? I
don't have such a library (and haven't seen a library numbered like that) on
my Red Hat 7.3 system.

 I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
 9.0 it worked perfectly, and I used it to write a novel.

  Well, then. It's probably a Mandrake problem. I seem to recall reading
either on my local LUG mail list or some application-related mail lists,
that folks have found problems with mdk-9.2. I'd check that out first. I run
Slackware and a couple of legacy Red Hat systems so I know nothing about
Mandrake.

HTH,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Help! Lyx won't run

2003-11-25 Thread Andre Poenitz
On Mon, Nov 24, 2003 at 07:41:01PM -0800, Not Pam Green wrote:
> I have installed Lyx from two seperate RPMs and have compiled from
> source using QT. Attempting to run it under each of the three attempts
> gives me this message:
> 
> 
> Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
>  
> lyx: SIGSEGV signal caught
> Sorry, you have found a bug in LyX. Please read the bug-reporting
> instructions in Help->Introduction and send us a bug report, if
> necessary. Thanks ! Bye.
> Aborted (core dumped)
> 
> 
> It happens as root or as not. 
> 
> I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
> 9.0 it worked perfectly, and I used it to write a novel. Now my novel is
> on hold because of this problem. Can anyone help? I like Lyx much better
> than Openoffice for writing...but I may have to switch if I can't find a
> resolution to this.

As a workaround: what about the xforms frontend. I don't think the
choice of frontends makes much difference when writing a novel, i.e.
mostly 'flat text' (structurally, I hope ;-))

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Help! Lyx won't run

2003-11-25 Thread Not Pam Green
Excuse the repetition - is this getting through to the list? Any ideas
about where else I might find help? 

Thanks


On Mon, 24 Nov 2003 19:41:01 -0800
Not Pam Green <[EMAIL PROTECTED]> wrote:

> I have installed Lyx from two seperate RPMs and have compiled from
> source using QT. Attempting to run it under each of the three attempts
> gives me this message:
> 
> 
> Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
>  
> lyx: SIGSEGV signal caught
> Sorry, you have found a bug in LyX. Please read the bug-reporting
> instructions in Help->Introduction and send us a bug report, if
> necessary. Thanks ! Bye.
> Aborted (core dumped)
> 
> 
> It happens as root or as not. 
> 
> I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
> 9.0 it worked perfectly, and I used it to write a novel. Now my novel
> is on hold because of this problem. Can anyone help? I like Lyx much
> better than Openoffice for writing...but I may have to switch if I
> can't find a resolution to this.
> 
> Thanks,
> Reuben
> 


Re: Help! Lyx won't run

2003-11-25 Thread Rich Shepard
On Tue, 25 Nov 2003, Not Pam Green wrote:

> Excuse the repetition - is this getting through to the list?

Reuben,

  Yup.

> I have installed Lyx from two seperate RPMs and have compiled from
> source using QT. Attempting to run it under each of the three attempts
> gives me this message:

> Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501

  Can we assume that you checked and confirmed that libgl.so.* exists? I
don't have such a library (and haven't seen a library numbered like that) on
my Red Hat 7.3 system.

> I recently upgraded my system from Mandrake 9.0 to Mandrake 9.2. Under
> 9.0 it worked perfectly, and I used it to write a novel.

  Well, then. It's probably a Mandrake problem. I seem to recall reading
either on my local LUG mail list or some application-related mail lists,
that folks have found problems with mdk-9.2. I'd check that out first. I run
Slackware and a couple of legacy Red Hat systems so I know nothing about
Mandrake.

HTH,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)