Hello, I've installed PHP 4.3.0 and have configured it with the following command:
./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-config-file-path=/usr/local/apache2/conf --with-mysql=/usr \ --with-ldap=/usr --with-openssl --with-zlib --enable-trans-sid \ --enable-wddx make make test make install But when I try to open a file using the "file://path/to/file" string, I get an error message saying that this wrapper was not found. I also tried using --enable-php-streams in the configure command but to no avail. make test doesn't show any errors. This occurs in both the Apache module and CLI version. Is there something else that I need to do to enable the file: wrapper? Steve -- Steve Gallo Database Administrator [EMAIL PROTECTED] Center for Computational Research University at Buffalo, The State University of New York 9 Norton Hall, Buffalo, NY 14260-1800 716-645-6500 x521 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php