Bernard,

Thanks for looking over the logs.  I have attached Image.pm.rej.

I used standard locale, I believe it was US English, I did not change it from the default.

To install PerlQt, I used the PerlQt-3.006-Perl5.8.x-ithreads-static.i586.sh executable, I got a locale warning from it also.
The warning was:
cannot open file "/usr/X11R6/lib/X11/XftConfig"
Qt: Locales not supported on X server



Thanks, Mark

Bernard Li wrote:

Hi Mark:

Can you post all the steps you have taken throughout the entire install
process (including options you have chosen during FC2 installation)?

There are 2 clues from the oscarinstall.log:

1. If this is a fresh re-install of the OS, and the first time you've
installed OSCAR, you should not have failed patching:

patching file usr/lib/systeminstaller/SystemInstaller/Image.pm
Hunk #1 succeeded at 1 with fuzz 1.
Hunk #2 FAILED at 19.
Hunk #3 FAILED at 31.
2 out of 4 hunks FAILED -- saving rejects to file
usr/lib/systeminstaller/SystemInstaller/Image.pm.rej
SIS patch for fedora done

Perhaps posting Image.pm.rej might help...

2. When you install FC2, what 'locale' did you choose?  This seems like
a bad error message.

--> Running: "./oscar_wizard"
cannot open file "/usr/X11R6/lib/X11/XftConfig"
Qt: Locales not supported on X server
cannot open file "/usr/X11R6/lib/X11/XftConfig"
Qt: Locales not supported on X server


That's really all I could get from the oscarinstall.log.

Cheers,

Bernard




***************
*** 19,24 ****
  #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
  #   Michael Chase-Salerno <[EMAIL PROTECTED]>
  use strict;
  
  use base qw(Exporter);
--- 19,25 ----
  #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  
  #   Michael Chase-Salerno <[EMAIL PROTECTED]>
+ #   Copyright (c) 2004, Revolution Linux Inc, Benoit des Ligneris
  use strict;
  
  use base qw(Exporter);
***************
*** 30,36 ****
  @EXPORT = qw(find_distro init_image del_image write_scconf cp_image 
split_version);
  @EXPORT_OK = qw(find_distro init_image del_image write_scconf cp_image 
split_version);
  
- $VERSION = sprintf("%d.%02d", q$Revision: 1.30 $ =~ /(\d+)\.(\d+)/);
  
  my @MODS=qw(Kernel_ia64 Kernel_iseries Kernel_x86);
  use SystemInstaller::Image::Kernel_x86;
--- 31,37 ----
  @EXPORT = qw(find_distro init_image del_image write_scconf cp_image 
split_version);
  @EXPORT_OK = qw(find_distro init_image del_image write_scconf cp_image 
split_version);
  
+ $VERSION = sprintf("%d.%02d", q$Revision: 1.1.2.1 $ =~ /(\d+)\.(\d+)/);
  
  my @MODS=qw(Kernel_ia64 Kernel_iseries Kernel_x86);
  use SystemInstaller::Image::Kernel_x86;

Reply via email to