I've a problem with pear, only the DB.php and the Mail.php are working,
all the others I installed don't work. 

Installed packages:
===================
Package      Version  State
DB           1.5.0RC1 stable
HTTP_Request 1.1.1    stable
Mail         1.1.1    stable
Mail_Mime    1.2.1    stable
Net_DIME     0.3      beta
Net_URL      1.0.10   stable
SOAP         0.8RC1   beta

When I have a look into the directory, it's like that:

[lxcmsb3] /usr/php/pear/share/pear > l
total 72
drwxr-xr-x    6 root     root         4096 Aug 26 16:24 SOAP
drwxr-xr-x    6 root     root         4096 Aug 26 16:24 docs
drwxr-xr-x    2 root     root         4096 Aug 26 16:24 HTTP
drwxr-xr-x    2 root     root         4096 Aug 26 16:24 Net
drwxr-xr-x    4 root     root         4096 Aug 26 16:24 tests
drwxr-xr-x    2 root     root         4096 Aug 26 16:24 Mail
drwxr-xr-x    3 root     root         4096 Aug 26 16:24 data
-rw-r--r--    1 root     root         7331 Aug 26 16:23 Mail.php
drwxr-xr-x    2 root     root         4096 Aug 26 16:23 DB
-rw-r--r--    1 root     root        29165 Aug 26 16:23 DB.php



In this code snipplet the first three lines work very well, but when I
try to access a subdirectory it crashes... 
1 require 'DB.php';
2 $db = DB::connect('mysql://mysql:[EMAIL PROTECTED]/mysql);
3 require 'Mail.php';
4 require 'Mail/mime.php';

It's exactly the same with require 'SOAP/Client.php' instead of line 4


Please help me.
Moritz

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to