Hi Dan,
I have a MacBook (Intel)circa 2006 that originally had OS X 10.4
installed. It has 2 GB RAM and is 32 bit. I have installed Ubuntu 12.04.
Could this be used to compile a connector? If so, what has to be done to
do so? I really have no knowledge of any of the computer languages, so I
don't know if my offer to help will be useful.Yes, that could be used, but you need to compile the whole of LO in
order to get the connector. If you are using the Ubuntu 12.04 (which is
the same baseline as what I have on 32 bit OS), then there is a page on
the developer wiki which tells you what you need to have in order to be
able to build the basic LO on Ubuntu systems.
I went to the developer wiki. That led me to
http://download.documentfoundation.org/libreoffice/src/4.0.0/. So far so good. But what package do I download to build? I am downloading libreoffice-4.0.0.3.tar.xz <http://download.documentfoundation.org/libreoffice/src/4.0.0/libreoffice-4.0.0.3.tar.xz> just in case that is the correct one. (I don't think that the one labelled translations would be the one.
In addition, you will need libmysqlclient, and libmysqlcppconn. I think
these are installed if you install the mysql connector plugin that
Ubuntu provides with its own distrib version of LO, if not, you will
have to install them via apt-get, synaptic, or the graphical interface
that Ubuntu provides for installing new software (I forget what it is
called at the moment).
I have one of them had already been installed, so I installed the other one. I also downloaded the dev version of both of this as they might come in handy. If not let me know.
With that hardware, it will take some time, plan on 24-48 hours for a
first build and to have the connector built at the same time, you need
to add the following switches after you type ./autogen.sh to start the
configuration of the build :--with-ext-mysql-connector --with-system-mysql
If you get an error at this point, give me a shout.
Alex
Let me see if I understand: 24-48 hours to build LO from the tar ball and after that another 24-48 hours to build the connector. Or is it 24-48 hours to do all of it?
--Dan