Hi Ted:

Fedora Core 5 is fully supported in trunk, see the following message:

http://sourceforge.net/mailarchive/message.php?msg_id=15408941

I strongly encourage you to test it and give us any feedback, as this
will be released as OSCAR 5.0.

Thanks!

Bernard 

> -----Original Message-----
> From: Ted Powell [mailto:[EMAIL PROTECTED] On Behalf 
> Of Ted Powell
> Sent: Wednesday, April 26, 2006 18:44
> To: Bernard Li
> Cc: OSCAR Users
> Subject: Re: [Oscar-users] perl-XML-Simple setup script
> 
> On Tue, Apr 25, 2006 at 06:22:06PM -0700, Bernard Li wrote:
> > [...]
> > > I'll probably have enough adventures for a while getting 4.2 
> > > going with
> > > an unsupported distribution.
> > 
> > Which is what?  Perhaps we can help (or is already 
> supported in trunk).
> 
> Well, I did this to Fedora.pm:
> 
>     --- Fedora.pm-orig      2005-10-28 12:44:28.000000000 -0700
>     +++ Fedora.pm   2006-04-21 16:34:23.000000000 -0700
>     @@ -38,9 +38,11 @@
>             return 0;
>      }
>      
>     -# We only support Fedora Core 2 and 3, otherwise quit.
>     +# We only support Fedora Core 2, 3 and 5, otherwise quit.
>      
>     -if ($redhat_release =~ 'Heidelberg') {
>     +if ($redhat_release =~ 'Bordeaux') {
>     +       $fc_release = 5;
>     +} elsif ($redhat_release =~ 'Heidelberg') {
>             $fc_release = 3;
>      } elsif ($redhat_release =~ 'Tettnang') {
>             $fc_release = 2;
> 
> and invoking it on one of our machines returns these values:
> 
>     $VAR1 = {
>               'arch' => 'x86_64',
>               'linux_distro_version' => 5,
>               'linux_distro' => 'fedora',
>               'os_release' => '2.6.15-1.2054_FC5',
>               'ident' => 'linux-x86_64-2.6.15-1.2054_FC5-fedora-5',
>               'os' => 'linux'
>             };
> 
> I haven't got all the way through the Oscar Wizard preparation script
> yet; a little way past where it sets up the MySQL database. 
> In a couple
> of cases, the fix has been as simple as: ln -s rhel4 fc5
> 
> BTW, I'll be away from email until Monday.
> 
> -- 
> Ted Powell <[EMAIL PROTECTED]>   http://psg.com/~ted/
> "If you don't look, you don't know."
>     Dr. Sam Ting, Nobel laureate experimental physicist.
> 


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Oscar-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to