> Hello everybody,
> 
> Just installed PHP4.3.1 on OpenBSD! Everything went fine but now I get
> the error "failed to create stream: No such file or directory". with
> relative paths!
> 
> Example: (script in the web-root)
> <?php
>     require_once ('../mysql.inc.php');
> 
> ?>
> 
> What's wrong? Nothing has been changed in the php.ini file!
> 
> Please help.. websites are down...

Some onther info:

In php.ini file:
include_path = ".:/usr/local/lib/php"

configure command (Is  the same as with the previous installation
(PHP4.2)):

'./configure' '--with-apxs=/usr/sbin/apxs' '--with-config-file-path=/var/www/conf' 
'--enable-calendar' '--enable-bcmath' '--with-yp' '--with-pcre-regex' '--enable-ftp' 
'--with-xml' '--with-openssl' '--with-zlib' '--enable-sysvsem' '--enable-sysvshm' 
'--enable-sockets' '--with-mysql=/usr/local' '--prefix=/usr/local' '--sysconfdir=/etc'

Greetings,

-- 
Steven Apostolou <[EMAIL PROTECTED]>


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

Reply via email to