Subject Firebird is not working well under Mono, Apache and Linux
Author marcoaureliocastro
Hello,

I have an aplication written in Delphi 2005 and Firebird Provider
1.7. I works ok in Windows but in Linux (acessing the same database)
it does not work. The database as the directory is associated to the
user firebird with chmod 777. The messages are:

FirebirdSql.Data.Firebird.FbException: Unable to complete network
request to host "localhost".
in <0x00173> FirebirdSql.Data.Firebird.FbConnectionInternal:Connect ()
in (wrapper remoting-invoke-with-check)
FirebirdSql.Data.Firebird.FbConnectionInternal:Connect ()
in <0x0003d> FirebirdSql.Data.Firebird.FbConnectionPool:Create ()
in <0x00089> FirebirdSql.Data.Firebird.FbConnectionPool:CheckOut ()
in (wrapper remoting-invoke-with-check)
FirebirdSql.Data.Firebird.FbConnectionPool:CheckOut ()
in <0x000f0> FirebirdSql.Data.Firebird.FbConnection:Open ()

Any help will be very accepted.

Thanks,

Marco Castro