<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Lazarus definitely installs on Ubuntu 6, I&nbsp; have done it myself. But
unless I missed something it is a major mission. You go to their
website and download about 10 Tar balls. Then its all about the order
that you install them. They have all these dependencies that block you
installing them out of order. So its more or less in this order - Free
Pascal - The free Pascal Libraries -&nbsp; and only then the Lazarus IDE.<br>
<br>
The windows install was 1 click and the whole thing was done in a few
minutes!<br>
<br>
Great to hear that you are teching Pascal to School kids, my favourite
language. I would be interested to help you develop School tutorial
documentation for Lazarus.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:ubuntu-za-request@lists.ubuntu.com">ubuntu-za-request@lists.ubuntu.com</a> wrote:
<blockquote
 cite="midmailman.149.1187348431.14076.ubuntu-za@lists.ubuntu.com"
 type="cite">
  <pre wrap="">Send ubuntu-za mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:ubuntu-za@lists.ubuntu.com">ubuntu-za@lists.ubuntu.com</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-za">https://lists.ubuntu.com/mailman/listinfo/ubuntu-za</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:ubuntu-za-request@lists.ubuntu.com">ubuntu-za-request@lists.ubuntu.com</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:ubuntu-za-owner@lists.ubuntu.com">ubuntu-za-owner@lists.ubuntu.com</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ubuntu-za digest..."


Today's Topics:

   1. Re:  cron tutorial or Ubuntu 7.04 (Thomas Fogwill)
   2.  Free Pascal and Lazarus - Delphi compatibility on Linux
      (Phillip Pare)
   3.  Free Pascal and Lazarus - Delphi compatibility on Linux
      (Phillip Pare)
   4. Re:  Free Pascal and Lazarus - Delphi compatibility on        Linux
      (Jan Kroeze)
   5. Re:  Free Pascal and Lazarus - Delphi compatibility on        Linux
      (Jan Groenewald)
   6. Re:  cron tutorial or Ubuntu 7.04 (William Kinghorn)


----------------------------------------------------------------------

Message: 1
Date: Fri, 17 Aug 2007 11:17:21 +0200
From: Thomas Fogwill <a class="moz-txt-link-rfc2396E" href="mailto:thomas.fogwill@meraka.org.za">&lt;thomas.fogwill@meraka.org.za&gt;</a>
Subject: Re: [ubuntu-za] cron tutorial or Ubuntu 7.04
To: Ubuntu South African Local Community <a class="moz-txt-link-rfc2396E" href="mailto:ubuntu-za@lists.ubuntu.com">&lt;ubuntu-za@lists.ubuntu.com&gt;</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:1187342241.6114.26.camel@localhost.localdomain">&lt;1187342241.6114.26.camel@localhost.localdomain&gt;</a>
Content-Type: text/plain

On Fri, 2007-08-17 at 10:15 +0200, William Kinghorn wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Do I need to tell it to use root, and sh

this is my line

23 59 * * * root /home/feisty-mirrorBuild.sh &gt;&gt; /home/feisty-mirror.log 2&gt;&amp;1
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If this is a line in /etc/crontab, it should work fine (and you've
already told it to run as root). /etc/crontab is a system-wide config
for cron. A line like 
        23 59 * * * root some-command
in /etc/crontab is equivalent to doing the following as root
        $ crontab -e
        23 59 * * * some-command
i.e. /etc/crontab has the same basic format, but includes one additional
field to specify which user the scheduled command should run as.

So, provided /home/feisty-mirrorBuild.sh is executable, you're ok.

Cheers
Thomas




------------------------------

Message: 2
Date: Fri, 17 Aug 2007 11:27:58 +0200
From: Phillip Pare <a class="moz-txt-link-rfc2396E" href="mailto:phillip.pare@up.ac.za">&lt;phillip.pare@up.ac.za&gt;</a>
Subject: [ubuntu-za] Free Pascal and Lazarus - Delphi compatibility on
        Linux
To: Ubuntu South African Local Community <a class="moz-txt-link-rfc2396E" href="mailto:ubuntu-za@lists.ubuntu.com">&lt;ubuntu-za@lists.ubuntu.com&gt;</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:46C56A1E.6030308@up.ac.za">&lt;46C56A1E.6030308@up.ac.za&gt;</a>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi all

I would like to install a) Free Pascal with the Lazarus libraries and b)
the Northern Sotho localisation of Open Office in a Tux Lab in a remote
rural school in Limpopo. They do not have internet access in their
laboratory so I need to burn the necessary files to a DVD and then
physically carry out the install on their Tux Lab server.

The Lazarus is necessary for the school to offer Higher grade Computer
Science (ie IT) using their Linux machines.

If anybody has experience in this area, please could they give me an
idea of all the files that I should download for the job.

I have burnt the Fiesty 7.04 desktop -i386 DVD from the University of
Pretoria Mirror, but I can't seem to find the Lazarus files on this DVD.

Dwayne Bailey has suggested that the Open Office Northern Sotho language
pack should be within a meta package that carries the translations. Does
anybody know how to find this meta package on the Ubuntu Fiesty 7.04 or
on the Ubuntu LTS 6.06 DVD?

Thank you.

Regards

Phillip





------------------------------

Message: 3
Date: Fri, 17 Aug 2007 11:28:43 +0200
From: Phillip Pare <a class="moz-txt-link-rfc2396E" href="mailto:ptpare@lantic.net">&lt;ptpare@lantic.net&gt;</a>
Subject: [ubuntu-za] Free Pascal and Lazarus - Delphi compatibility on
        Linux
To: Ubuntu South African Local Community <a class="moz-txt-link-rfc2396E" href="mailto:ubuntu-za@lists.ubuntu.com">&lt;ubuntu-za@lists.ubuntu.com&gt;</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:46C56A4B.9050408@lantic.net">&lt;46C56A4B.9050408@lantic.net&gt;</a>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi all

I would like to install a) Free Pascal with the Lazarus libraries and b)
the Northern Sotho localisation of Open Office in a Tux Lab in a remote
rural school in Limpopo. They do not have internet access in their
laboratory so I need to burn the necessary files to a DVD and then
physically carry out the install on their Tux Lab server.

The Lazarus is necessary for the school to offer Higher grade Computer
Science (ie IT) using their Linux machines.

If anybody has experience in this area, please could they give me an
idea of all the files that I should download for the job.

I have burnt the Fiesty 7.04 desktop -i386 DVD from the University of
Pretoria Mirror, but I can't seem to find the Lazarus files on this DVD.

Dwayne Bailey has suggested that the Open Office Northern Sotho language
pack should be within a meta package that carries the translations. Does
anybody know how to find this meta package on the Ubuntu Fiesty 7.04 or
on the Ubuntu LTS 6.06 DVD?

Thank you.

Regards

Phillip






------------------------------

Message: 4
Date: Fri, 17 Aug 2007 11:31:43 +0200
From: "Jan Kroeze" <a class="moz-txt-link-rfc2396E" href="mailto:thejcwk@gmail.com">&lt;thejcwk@gmail.com&gt;</a>
Subject: Re: [ubuntu-za] Free Pascal and Lazarus - Delphi
        compatibility on        Linux
To: <a class="moz-txt-link-abbreviated" href="mailto:ptpare@lantic.net">ptpare@lantic.net</a>, <a class="moz-txt-link-abbreviated" href="mailto:phillip.pare@up.ac.za">phillip.pare@up.ac.za</a>,         "Ubuntu South African
        Local Community" <a class="moz-txt-link-rfc2396E" href="mailto:ubuntu-za@lists.ubuntu.com">&lt;ubuntu-za@lists.ubuntu.com&gt;</a>
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:eeadea2f0708170231t28f0cab3sbd747c55db7245d0@mail.gmail.com">&lt;eeadea2f0708170231t28f0cab3sbd747c55db7245d0@mail.gmail.com&gt;</a>
Content-Type: text/plain; charset="iso-8859-1"

&lt;snip&gt;

  </pre>
  <blockquote type="cite">
    <pre wrap="">If anybody has experience in this area, please could they give me an
idea of all the files that I should download for the job.
    </pre>
  </blockquote>
  <pre wrap=""><!---->

Best advice I could give you would be to perform a test install on some
random PC (or perhaps on a virtual one). That'll tell you exactly what
you'll need.

  </pre>
</blockquote>
<br>
</body>
</html>