[PHP-DEV] Bug #13032: Using IMAP support with PHP Header file missing

2001-08-29 Thread jan . suchanek

From: [EMAIL PROTECTED]
Operating system: Linux
PHP version:  4.0.6
PHP Bug Type: Unknown/Other Function
Bug description:  Using IMAP support with PHP Header file missing

Hello!

I want to use php 4.0.6 in order to run horde/imp. Therefor
I need imap support. I include --with-imap as configuration
option. At the building process I get the following message:

In file included from /incoming/web/php-4.0.6/ext/imap/php_imap.h:11,
 from internal_functions.c:32:
/usr/include/imap/c-client.h:30: osdep.h: No such file or directory

Which is not totally wrong since the file is not there. The Problem seems
to be that the osdep.h ist not longer used by the imap client. In the
sources of imap-4.7c this file not longer exists. You have to get it
elsewhere. In the distribution (SuSE 7.2) I use there is a package for imap
development support which has all header files for imap installed but the
osdep.h. I did not spent a lot of time with this problem but I think that
the definitions declared in  osdep.h have been moved into another file.
So perhaps you only need to fix the sources of the imap support in php...

Greetings, Jan Suchanek

-- 
Edit bug report at: http://bugs.php.net/?id=13032edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12003 Updated: failed to locate host machine

2001-07-23 Thread jan . suchanek

ID: 12003
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: InterBase related
Operating System: Linux Red Hat 7.1 (2.4.2)
PHP Version: 4.0.6
New Comment:

This problem I have is on Linux server.
In /etc/services is gds_db3050/tcp
Are you sure with port 3060? 3050 is standard.

Systems.
I have Linux server as intranet server and W2000 station as testing server.

Previous Comments:


[2001-07-22 19:25:56] [EMAIL PROTECTED]

BTW, please also update this bug to actually tell us which
OS you are running. In the OS type above, you have said:
Linux Red Hat 7.1 (2.4.2)

But in the text of the bug report, you said:
W2000+Apache1.3.20+PHP4.06

Which is it?



[2001-07-22 19:24:07] [EMAIL PROTECTED]

The error message is implying that you have not made
the required updates to your /etc/services file that
Interbase requires.

Make sure the following line appears somewhere in your
/etc/services:

gds_db 3060/tcp

(This is assuming you haven't done anything silly which
would make interbase run on a port other than the default.)



[2001-07-11 07:06:45] [EMAIL PROTECTED]

Compilation of php was:
./configure --with-interbase=/opt/interbase --with-apxs=/usr/local/apache/bin/apxs 
--enable-debug.

Othervice ... I can't find a file php_interbase.so



[2001-07-11 02:06:04] [EMAIL PROTECTED]

Sure. This problem is only on the server, where interbase is running.



[2001-07-10 06:02:35] [EMAIL PROTECTED]

This does not like a PHP error, but PHP is rather relaying the error that InterBase 
gives.
Are you sure Interbase running and the name 'localhost' resolves into an IP address?

Derick



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=12003


Edit this bug report at http://bugs.php.net/?id=12003edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12003 Updated: failed to locate host machine

2001-07-11 Thread jan . suchanek

ID: 12003
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: 
Status: Open
Bug Type: InterBase related
Operating System: Linux Red Hat 7.1 (2.4.2)
PHP Version: 4.0.6
New Comment:

Compilation of php was:
./configure --with-interbase=/opt/interbase --with-apxs=/usr/local/apache/bin/apxs 
--enable-debug.

Othervice ... I can't find a file php_interbase.so

Previous Comments:


[2001-07-11 02:06:04] [EMAIL PROTECTED]

Sure. This problem is only on the server, where interbase is running.



[2001-07-10 06:02:35] [EMAIL PROTECTED]

This does not like a PHP error, but PHP is rather relaying the error that InterBase 
gives.
Are you sure Interbase running and the name 'localhost' resolves into an IP address?

Derick



[2001-07-10 05:58:33] [EMAIL PROTECTED]

I have a problem with connecting to database server.
I have W2000+Apache1.3.20+PHP4.06 machine and when I connect with
$dbh = ibase_pconnect('interbase.agropol:/opt/interbase/data/ptf.gdb','name','pass'); 
it works.
The server is Red Hat 7.1. But when I try to connect from itself with
$dbh = ibase_connect('localhost:/opt/interbase/data/ptf.gdb','name','pass');
it returns to me 
Warning: InterBase: Unable to complete network request to host localhost. Failed to 
locate host machine. Undefined service gds_db/tcp. in /usr/local/apache/htdocs/cl.php 
on line 11






ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12003edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12003: failed to locate host machine

2001-07-10 Thread jan . suchanek

From: [EMAIL PROTECTED]
Operating system: Linux Red Hat 7.1 (2.4.2)
PHP version:  4.0.6
PHP Bug Type: InterBase related
Bug description:  failed to locate host machine

I have a problem with connecting to database server.
I have W2000+Apache1.3.20+PHP4.06 machine and when I connect with
$dbh =
ibase_pconnect('interbase.agropol:/opt/interbase/data/ptf.gdb','name','pass');
it works.
The server is Red Hat 7.1. But when I try to connect from itself with
$dbh =
ibase_connect('localhost:/opt/interbase/data/ptf.gdb','name','pass');
it returns to me 
Warning: InterBase: Unable to complete network request to host localhost.
Failed to locate host machine. Undefined service gds_db/tcp. in
/usr/local/apache/htdocs/cl.php on line 11

-- 
Edit bug report at: http://bugs.php.net/?id=12003edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #12003 Updated: failed to locate host machine

2001-07-10 Thread jan . suchanek

ID: 12003
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: InterBase related
Operating System: Linux Red Hat 7.1 (2.4.2)
PHP Version: 4.0.6
New Comment:

Sure. This problem is only on the server, where interbase is running.

Previous Comments:


[2001-07-10 06:02:35] [EMAIL PROTECTED]

This does not like a PHP error, but PHP is rather relaying the error that InterBase 
gives.
Are you sure Interbase running and the name 'localhost' resolves into an IP address?

Derick



[2001-07-10 05:58:33] [EMAIL PROTECTED]

I have a problem with connecting to database server.
I have W2000+Apache1.3.20+PHP4.06 machine and when I connect with
$dbh = ibase_pconnect('interbase.agropol:/opt/interbase/data/ptf.gdb','name','pass'); 
it works.
The server is Red Hat 7.1. But when I try to connect from itself with
$dbh = ibase_connect('localhost:/opt/interbase/data/ptf.gdb','name','pass');
it returns to me 
Warning: InterBase: Unable to complete network request to host localhost. Failed to 
locate host machine. Undefined service gds_db/tcp. in /usr/local/apache/htdocs/cl.php 
on line 11






ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=12003edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11851: Failure at php_include

2001-07-03 Thread jan . suchanek

From: [EMAIL PROTECTED]
Operating system: RedHat Linux 7.1 (2.4.2
PHP version:  4.0.6
PHP Bug Type: PHP options/info functions
Bug description:  Failure at php_include

Using Apache 1.3.20 (DSO) and PHP 4.0.6 as a module.

If a make a *.php file on Linux system, it works, but when I copy a *.php file from 
W2000, it returns:
Warning: Failed opening '/usr/local/apache/htdocs/index.php' for inclusion 
(include_path='.:/usr/local/lib/php') in Unknown on line 0
when loading.

Is any problem with different encoding?


-- 
Edit Bug report at: http://bugs.php.net/?id=11851edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11851 Updated: Failure at php_include

2001-07-03 Thread jan . suchanek

ID: 11851
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: PHP options/info functions
Operating system: RedHat Linux 7.1 (2.4.2
PHP Version: 4.0.6
Description: Failure at php_include

Thanx
I have changed permissions from -rwxrwx--- to -rwxrwxr-- and it semms O.K.

Previous Comments:
---

[2001-07-03 04:04:39] [EMAIL PROTECTED]

Possibly permissions, can you check this?

Derick

---

[2001-07-03 03:59:30] [EMAIL PROTECTED]

Using Apache 1.3.20 (DSO) and PHP 4.0.6 as a module.

If a make a *.php file on Linux system, it works, but when I copy a *.php file from 
W2000, it returns:
Warning: Failed opening '/usr/local/apache/htdocs/index.php' for inclusion 
(include_path='.:/usr/local/lib/php') in Unknown on line 0
when loading.

Is any problem with different encoding?

---


Full Bug description available at: http://bugs.php.net/?id=11851


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]