[quote]
Thanks for feedback Benjamin. To give you an idea here are the software versions we are running :
MSM v3.28.8
Oracle 10g
PHP v5.2.14
Apache2 (v2.2.16)
PEAR v1.9.1
I again installed MSM today running through steps 1-4 and step 2 just returned to the command prompt.
We felt there may be a problem with php and pear so installed php, and this is the resulting dialog :
Installing PHP SAPI module: cgi
Installing PHP CGI binary: /usr/local/bin/
Installing PHP CLI binary: /usr/local/bin/
Installing PHP CLI man page: /usr/local/man/man1/
Installing build environment: /usr/local/lib/php/build/
Installing header files: /usr/local/include/php/
Installing helper programs: /usr/local/bin/
program: phpize
program: php-config
Installing man pages: /usr/local/man/man1/
page: phpize.1
page: php-config.1
Installing PEAR environment: /usr/local/lib/php/
[PEAR] Archive_Tar - already installed: 1.3.7
[PEAR] Console_Getopt - already installed: 1.2.3
[PEAR] Structures_Graph- already installed: 1.0.3
[PEAR] XML_Util - already installed: 1.2.1
[PEAR] PEAR - already installed: 1.9.1
Wrote PEAR system config file at: /usr/local/etc/pear.conf
You may want to add: /usr/local/lib/php to your php.ini include_path
Installing PDO headers: /usr/local/include/php/ext/pdo/
Any guidance would be gratefully received
Regards
[/quote]
Hi,
Can you post output for this commands:
pear list
and
php -m
you should have something similar for this:
[arek@thor ~]% php -m [PHP Modules] bz2 ctype curl date dom filter gd gettext hash iconv json libxml mysql openssl pcntl pcre PDO pdo_mysql pdo_pgsql pdo_sqlite pgsql posix pspell readline Reflection session SimpleXML soap SPL SQLite standard tidy tokenizer wddx xml xmlreader xmlwriter xsl zip zlib [Zend Modules] [arek@thor ~]% [arek@thor ~]% pear list Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.7 stable Console_Getopt 1.2.3 stable DB 1.7.13 stable File_Archive 1.5.4 stable HTTP 1.4.1 stable HTTP_Client 1.2.0 stable HTTP_Request 1.4.4 stable I18N 1.0.0 stable Image_Canvas 0.3.2 alpha Image_Color 1.0.3 stable Image_Graph 0.7.2 alpha Log 1.12.3 stable MDB2 2.5.0b2 beta MDB2_Driver_pgsql 1.5.0b2 beta MIME_Type 1.2.1 stable Mail 1.2.0 stable Mail_Mime 1.8.1 stable Mail_Queue 1.2.6 stable Net_SMTP 1.4.4 stable Net_Socket 1.0.10 stable Net_URL 1.0.15 stable Numbers_Roman 1.0.2 stable Numbers_Words 0.16.0 beta PEAR 1.9.1 stable Services_JSON 1.0.2 stable Structures_Graph 1.0.3 stable Text_Diff 1.1.1 stable XML_HTMLSax 2.1.2 stable XML_Parser 1.3.4 stable [arek@thor ~]%
Of course you should have pdo and other stuffs for oracle as I have for pgsql.
Regards
Arek