Date: Wednesday, February 22, 2006 @ 14:40:25
  Author: csaba
    Path: /cvsroot/carob/libmysequoia/test-suite/php5

Modified: README (1.1 -> 1.2)

Updated with mysql and php repo.


--------+
 README |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)


Index: libmysequoia/test-suite/php5/README
diff -u libmysequoia/test-suite/php5/README:1.1 
libmysequoia/test-suite/php5/README:1.2
--- libmysequoia/test-suite/php5/README:1.1     Wed Feb 22 14:02:01 2006
+++ libmysequoia/test-suite/php5/README Wed Feb 22 14:40:25 2006
@@ -1,13 +1,24 @@
 Steps to run the tests:
 
-1. Update your /etc/apt/sources.list or /etc/yum.repos.d/ according to this 
instruction: http://carob.continuent.org/LibMySequoia
+1. Add the following to your /etc/apt/sources.list:
 
-2. apt-get install libmysequoia OR yum install libmysequoia
+  ### MySQL 5 and PHP 5 repository
+  deb http://ftp.yi.se/pub/software/dotdeb/ stable all
+  deb-src http://ftp.yi.se/pub/software/dotdeb/ stable all
+       
+       ### Continuent repository
+       deb http://carob.continuent.org/repo/debian/ binary/
+  deb-src http://carob.continuent.org/repo/debian/ source/
+       
+2. apt-get update
+   apt-get install mysql-server-5.0 mysql-client-5.0 libmysqlclient15-dev
+   apt-get install php5 php5-cli php5-mysqli
+   apt-get install libmysequoia libmysequoia-dev
 
-3. Recompile PHP replacing mysql_config with mysequoia_config
+3. apt-get source php5
+   Recompile PHP replacing mysql_config with mysequoia_config and replace 
/usr/lib/php5/20050922/mysqli.so with
+   ext/mysqli/.libs/mysqli.so
 
 4. Start your cluster
 
-5. Modify php5/connect.inc (hostname, username, password)
-
-6. ./run to run all the tests or simply ./run 001.phpt to run only the 
001.phpt test
+5. ./run to run all the tests or simply ./run 001.phpt to run only the 
001.phpt test

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to