[Virtuoso-users] virtuoso-t dumping core on Solaris 10

2007-10-03 Thread Trevor Wennblom
Seems like passing CFLAGS=-O no longer prevents 'vrtuoso-t' from dumping core in version 5.0.2 on Solaris. bash-3.00# gdb virtuoso-t GNU gdb 6.2.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it an

Re: [Virtuoso-users] virtuoso-php5-t crashes on Vista with malformed SQL

2007-10-03 Thread Sören Auer
On 10/3/07, Hugh Williams wrote: > 1. Confirm the Version of the Virtuoso ODBC Driver being used which can be > obtain from the Drivers Tab of the ODBC Administrator The drivers tab contains for Virtuoso: Name: Virtuoso (Open Source) Version: Not marked Company: Not marked File: VIRTODBC.DLL Lis

[Virtuoso-users] Problems compiling on OS X

2007-10-03 Thread Trevor Wennblom
Having some trouble compiling on OS X 10.4.10 % uname -a Darwin names-computer.local 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386 Output from 'make': [..cut..] Making all in ODS-Polls make[2]: Nothing to be done for `all'. Makin

Re: [Virtuoso-users] virtuoso-php5-t crashes on Vista with malformed SQL

2007-10-03 Thread Hugh Williams
Hi Soren, Can you please provide the following: 1. Confirm the Version of the Virtuoso ODBC Driver being used which can be obtain from the Drivers Tab of the ODBC Administrator 2. Provide and ODBC trace of the attempted connection such that we can see where in the ODBC layer the failure is occur

[Virtuoso-users] virtuoso-php5-t crashes on Vista with malformed SQL

2007-10-03 Thread Sören Auer
When sending malformed SQL via ODBC to Virtuoso virtuoso-php5-t crashes without any error. I'm executing the following PHP: $db=odbc_connect('virtuoso','dba','dba'); $result = odbc_exec($db,'SELECT * FROM DB.DBA.SYS_USERS'); print_r(odbc_result_all($result)); everything works fine and as expected

Re: [Virtuoso-users] Virtuoso with PHP on Windows

2007-10-03 Thread Sören Auer
I saw you updated the Virtuoso on Windows guide quickly :-) Just one little remark: if Virtuoso runs as a service the DSN should be created as a "System DSN" - "User DSN" won't work, but is opened as a default in the ODBC connections dialog. Cheers, Sören

Re: [Virtuoso-users] Virtuoso with PHP on Windows

2007-10-03 Thread Sören Auer
On 10/3/07, Mitko Iliev wrote: > To the basic installation steps from > http://virtuoso.openlinksw.com/wiki/main/Main/VOSUsageWindows could be > added following in regard to Virtuoso with PHP hosting : > > The PATH variable in the system wide environment must have : > > \bin;\lib; Ok - maybe you

Re: [Virtuoso-users] Getting seeAlso dereferencing and owl:sameAs inference working

2007-10-03 Thread Hugh Williams
Hi Christian, Thank you for reporting this issue, which is known to us and a fix is currently being worked on. Once this is available we shall update you on how to obtain the patch. Best Regards, Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Universal Data A

Re: [Virtuoso-users] Virtuoso with PHP on Windows

2007-10-03 Thread Mitko Iliev
Hi Sören, Sören Auer wrote: > On 10/2/07, Patrick van Kleef wrote: > >> OpenLink provides a zip file with a complete build of VOS, now >> including also the binary and support libraries for php5 hosting: >> >> http://virtuoso.openlinksw.com/wiki/main/Main/VOSDownload >> > > Thanks, t