Subject Re: [firebird-php] Suse Linux ibase_connect lost or broken pipes.
Author Uwe Oeder
I am now using Classic server.

I have added to the aliases.conf
creativeinfodb.fdb = /opt/lampp/uwe/creativeinfo/creativeinfodb.fdb

In the firebird.conf I set.
DatabaseAccess = None
so that only aliases are used to connect to the database.

My connection string to the firebird looks as follows.

$host = 'creativeinfo.fdb' ;
$user = 'zapperon' ;
$password = 'me' ;

$mydbhandle = ibase_connect($host,$user,$password) ;

My firebird.log file still displays

suselinux, Wed Mar 9 04:00:36 2005
INET/inet_error: connect errno = 111

suselinux, Wed Mar 9 04:02:08 2005
INET/inet_error: connect errno = 111

suselinux, Wed Mar 9 04:23:43 2005
INET/inet_error: connect errno = 111


Lester Caine wrote:

> Uwe Oeder wrote:
>
> > I have recently finished developing my website on WindowsXP and
> > everything worked fine. I now installed a PC with Suse Linux 9.1
> > Personal Edition , Firebird and XAMPP. So I converted everything that
> > was necessary to the correct case. Now however when ever I want to
> > connect to my database file with ibase_connect I get the following
> error
> > message : "Connection lost to pipe server operating system directive
> > stat failed No such file or directory in
> > /opt/lampp/uwe/creativeinfo/engineclass.inc on line 205
> > Connection lost to pipe server operating system directive stat
> failed No
> > such file or directory
> >
> > Does anybody have a clue what could be wrong ?
> > I installed the SuperServer Firebird FireBirdCS-1.5.2.4731-0.i686.tar.gz
> > Does the same with FireBirdCS-1.5.2.4731-0.i686.rpm
> > and FireBirdSS-1.5.2.4731-0.i686.rpm
> >
> > Please help my pipes of patience are becoming clogged as well.
>
> What connection string are you using, this sounds like a windows style
> string in the linux connection?
> Can you set up an alias, so that you don't need the full path anyway?
>
> --
> Lester Caine
> -----------------------------
> L.S.Caine Electronic Services
>
> *Yahoo! Groups Sponsor*
> ADVERTISEMENT
> click here
> <http://us.ard.yahoo.com/SIG=129fapf5e/M=298184.6018725.7038619.3001176/D=groups/S=1705007183:HM/EXP=1110387601/A=2593423/R=0/SIG=11el9gslf/*http://www.netflix.com/Default?mqso=60190075>
>
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/firebird-php/
>
> * To unsubscribe from this group, send an email to:
> firebird-php-unsubscribe@yahoogroups.com
> <mailto:firebird-php-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>