Segmentation fault exiting isql from unixODBC -
04-27-2004
, 03:36 AM
Hi,
I have been using the Pervasive ODBC drivers (odbcci.so) for a long
time to connect a Linux RedHat 7.2 box to a Pervasive SQL Server 2000i
under Novell.
Now that the Server has been upgraded to the latest release, I updated
the ODBC drivers on the Linux box by installing the 8.5 trial from
Pervasive (the old driver caused errors with the new server).
This seems to work at first, when using isql. I can send SQL
statements and get answers as usual. Only when I exit isql I get a
segmentation fault.
The reason for the ODBC connection is to write to the database via PHP
scripts. Wehn I do so, I get a segmentation fault in apache when
calling odbc_connect. I suspect this is the same as for isql.
I use unixODBC as described on the Support pages of Pervasive and have
upgraded it to 2.2.8. The Pervasive drivers are from
Pervasive.SQL-8.50-189.000.i486.tar.gz. PHP is 4.3.4, built with
unixODBC.
Has anyone experienced this problem before and maybe come over it? |