adding php-mysql
Andreas Gungl
Andreas.Gungl at osp-dd.de
Wed Jul 13 17:43:24 CEST 2005
Helge Hess schrieb:
> On Jul 13, 2005, at 13:54, Roy Hoobler wrote:
>
>> Found it. This link has the information (It was a little hard to
>> find) I
>> will try a little later:
>> http://www.kolab.org/webclient.html
>
>
> I'm failing at the very first step of this file which is the
> recompilation of PHP/Apache. What exactly has to be done to perform this
> action inside Kolabs own world of packages?
> A step-by-step guide would be appreciated.
You only have to:
- provide a mysql package from an openpgk server
- add an appropriate line to obmtool.conf
- add a line "--with=mod_php_mysql" to the apache build command
i.e. something like this:
diff -ub obmtool.conf obmtool.conf.modified
--- obmtool.conf 2005-07-11 09:29:17.000000000 +0200
+++ obmtool.conf.modified 2005-07-13 17:41:34.000000000 +0200
@@ -99,6 +99,7 @@
@install ${loc}sed-4.1.2-2.2.0
@install ${loc}libxml-2.6.14-2.2.1
@install ${loc}libxslt-1.1.11-2.2.0 # WARNING: Remove libgcrypt
before building!
+ @install ${loc}mysql-4.1.10-2.3.0
@install ${altloc}apache-1.3.31-2.2.3_kolab2 \
--with=mod_auth_ldap \
--with=mod_dav \
@@ -110,6 +111,7 @@
--with=mod_php_openldap \
--with=mod_php_xml \
--with=mod_php_dom \
+ --with=mod_php_mysql \
--with=mod_ssl \
--with=mod_php_mbstring
@install ${altloc}php-4.3.9-2.2.2_kolab \
Regards,
Andreas
More information about the users
mailing list