[OGo-Users] XA_64 Question

Christian Naumer users@opengroupware.org
Wed, 05 Mar 2008 18:06:58 +0100


This is a multi-part message in MIME format.
--------------070907040009030103070901
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Adam Tauno Williams schrieb:
>>>> I have the same Problem now. Could you send me the spec-file as well=
.
>>>  SPEC file are here <http://www.whitemiceconsulting.com/node/144> and
>>> probably (although possibly older versions) in the docs plone.
>> Thanks! Found them after a while. Had to tweak the spec file a bit for
>> the use in Centos (change apache2 to httpd)=20
>=20
> Please provide a diff of your changes.

Is attached.


>=20
> I suspect you are using an old version of SOPE,  current versions do
> *NOT* require that change.  =20

I downloaded:

http://download.opengroupware.org/releases/unstable/sope-4.7.1-fwd/source=
/sope-4.7.1-fwd-r1502.tar.gz
and had to make that change. I choose this release because I used the
Centos RPMS and as far as I know they are build against sope 4.7.

regards

Christian



--=20
Dr. Christian Naumer
Scientist Molecular Biology

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail cn@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. J=FCrgen Eck
Vorsitzender des Aufsichtsrats: Ulrich Putsch

--------------070907040009030103070901
Content-Type: text/x-patch;
 name="specfile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="specfile.diff"

1,2c1,2
< %define apache_modules_dir   %{_usr}/lib/apache2
< %define apache_conf_dir      %{_sysconfdir}/apache2/conf.d
---
> %define apache_modules_dir   %{_usr}/lib/httpd
> %define apache_conf_dir      %{_sysconfdir}/httpd/conf.d
4c4
< %define ngobjweb_requires    apache2
---
> %define ngobjweb_requires    httpd
7c7
< %define ngobjweb_release     trunk_r1551
---
> %define ngobjweb_release     trunk_r1504
37c37
< /usr/sbin/apxs2 -c *.c
---
> /usr/sbin/apxs -c *.c

--------------070907040009030103070901--