* Thus wrote Honza Hubeny ([EMAIL PROTECTED]):
> Hello,
> 
> I have this configuration:
> linux rh 7.0, kernel 2.4.20, apache 1.3.27, with php 4.2.3 as apxs module
> with firebirdCS-1.0.3-64IO
> 
> I have problems with firebird database files which are > 2GB.
> 
> Till today everithing works good but, now one database file is > then 2 GB
> and I have this error message in my log:
> 
> [23-Jul-2003 22:54:02] PHP Warning:  InterBase: I/O error for file
> "/web/test.gdb" Error while trying to open file File too large  in
> /web/test.inc on line 38
> 
> in the script on line 38 is:
> ibase_pconnect("/web/test.gdb",$ibuser,$ibpassword,"WIN1250",0,3)
> 
> when I use this line
> ibase_pconnect("localhost:/web/test.gdb",$ibuser,$ibpassword,"WIN1250",0,3)
> or connetct throug isql in shell.
> 
> everything works good. (No error). But I want connect to my database direcly
> through php and libgds.so, and not via gds_inet_server on localhost.

Apparantly you can't. I would try support from Interbase since that error
is from the Interbase libraries.

> 
> I trie to compile php module in several ways, check the versions of libs
> (libgds.so) but with no success.
> Can anybody send some suggestion to me?
> 
> Honza Hubeny
> [EMAIL PROTECTED]
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to