>>>>> "Wolfgang" == Wolfgang Ginolas <[EMAIL PROTECTED]> writes:
Wolfgang> Hi i have lyx-1.0.4.tar.gz, and compiled it as root with
Wolfgang> ./configure && make && make install
Wolfgang> without errors.
Wolfgang> When i run lyx it sais that i have no LyX directory and i
Wolfgang> said "yes". After thar an "Alert" window apperes:
Wolfgang> Error: Could not change to directory:
Wolfgang> /home/wolfgang/.lyx/ Succes
Wild guess: you are using a linux distribution which is based on glibc
(libc6), but you use an xforms library which is compiled for libc5.
This can be easily checked by running
ldd `which lyx`
which will show that lyx tries to use both libc5 and libc6.
The fix is to get a correct xforms library.
JMarc