Bonjour à tous

J'essaye un peu desespérément de re installer oracle après une mise à jour de Ubuntu 9.10 vers la 10.04, qui m'a changé la version de PHP et donc perdu toutes mes configs / installs.

Je suis ce tutoriel : http://www.lacot.org/blog/2009/11/03...t-install.html , mais ça plante au make de PDO-1.0.3. J'ai un autre PC sous Ubuntu 9.10, et ça marche.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/bin/bash /home/steevanb/PDO-1.0.3/libtool --mode=compile cc  -I. -I/home/steevanb/PDO-1.0.3 -DPHP_ATOM_INC -I/home/steevanb/PDO-1.0.3/include -I/home/steevanb/PDO-1.0.3/main -I/home/steevanb/PDO-1.0.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -DHAVE_CONFIG_H  -g -O2   -c /home/steevanb/PDO-1.0.3/pdo_dbh.c -o pdo_dbh.lo 
libtool: compile:  cc -I. -I/home/steevanb/PDO-1.0.3 -DPHP_ATOM_INC -I/home/steevanb/PDO-1.0.3/include -I/home/steevanb/PDO-1.0.3/main -I/home/steevanb/PDO-1.0.3 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /home/steevanb/PDO-1.0.3/pdo_dbh.c  -fPIC -DPIC -o .libs/pdo_dbh.o
/home/steevanb/PDO-1.0.3/pdo_dbh.c: In function ‘pdo_stmt_instantiate’:
/home/steevanb/PDO-1.0.3/pdo_dbh.c:410: error: ‘zval’ has no member named ‘refcount’
/home/steevanb/PDO-1.0.3/pdo_dbh.c:411: error: ‘zval’ has no member named ‘is_ref’
/home/steevanb/PDO-1.0.3/pdo_dbh.c: In function ‘pdo_stmt_construct’:
/home/steevanb/PDO-1.0.3/pdo_dbh.c:435: error: ‘zend_fcall_info’ has no member named ‘object_pp’
/home/steevanb/PDO-1.0.3/pdo_dbh.c:458: error: ‘zend_fcall_info_cache’ has no member named ‘object_pp’
/home/steevanb/PDO-1.0.3/pdo_dbh.c: In function ‘zim_PDO_setAttribute’:
/home/steevanb/PDO-1.0.3/pdo_dbh.c:752: error: ‘zval’ has no member named ‘refcount’
/home/steevanb/PDO-1.0.3/pdo_dbh.c: In function ‘zim_PDO_getAttribute’:
/home/steevanb/PDO-1.0.3/pdo_dbh.c:818: error: ‘zval’ has no member named ‘refcount’
/home/steevanb/PDO-1.0.3/pdo_dbh.c: In function ‘pdo_hash_methods’:
/home/steevanb/PDO-1.0.3/pdo_dbh.c:1122: warning: assignment discards qualifiers from pointer target type
/home/steevanb/PDO-1.0.3/pdo_dbh.c:1126: warning: assignment discards qualifiers from pointer target type
Je suis complètement bloqué, je ne sais pas quoi faire. Quelqu'un a une idée pour corriger ce problème, une autre méthode pour installer oci, ou les versions déja compilées de PDO, oci et pdo_oci ?

Merci