Subject Re: UDF library causes broken pipe on Linux, but works with FB on Windows
Author testfirst235
Hello Michael & Matt

I copied the UDFs to the /opt/firebird/UDF directory, as well as in
/usr/lib/firebird/2.0/UDF, and made sure all files were chowned by
firebird:firebird. I set the RootDirectory, and tried running from
ISQL in case there was a problem with FlameRobin. Still a problem. We
really don't want to have run the server live on Windows to make this
work!

Rob

ISQL output:

======================================
Database: employee, User: sysdba
SQL>
SQL> select 234 from rdb$database;

============
234

SQL> select UUID_CREATE() from rdb$database;

UUID_CREATE
======================
Statement failed, SQLCODE = -902
Error reading data from the connection.
SQL>
SQL> select 234 from rdb$database;
Statement failed, SQLCODE = -902
Unable to complete network request to host "localhost".
-Error writing data to the connection.
-Broken pipe
SQL>