Re: [Virtuoso-users] hosting_php.so

2009-07-20 Thread Tim Haynes
Steve Judkins wrote: [] The issue may be particular to how PHP packages are installed on Ubuntu. It's been over 3 months since I tried it but I vaguely recall the problem was the directory where the php.ini was expecting the extension_dir to load plug-ins from. Ubuntu debian packages had

Re: [Virtuoso-users] hosting_php.so

2009-07-16 Thread Tim Haynes
Steve Judkins wrote: While we are on this topic... Does connecting an from an external install of php via iODBC give you exactly the same functionality? Do the Wordpress and Drupal scripts (for ODS integration) work without requiring the php hosting? Hi, I see no reason why you couldn't

Re: [Virtuoso-users] hosting_php.so

2009-07-16 Thread Steve Judkins
On Thu, Jul 16, 2009 at 8:31 AM, Tim Haynes tim.hay...@openlinksw.co.ukwrote: I see no reason why you couldn't host in apache and use Virtuoso just for the data backend, if you wanted: for example, drupal's settings.php contains a line $db_url = 'odbc://drupal:ignored@Local

Re: [Virtuoso-users] hosting_php.so

2009-07-15 Thread Tim Haynes
Sebastian Hellmann wrote: Hi, here some feedback: I finally succeeded. Besides the --enable-php5 option, ./configure also needs --with-iodbc=/path/to/iODBC otherwise compilation will fail Good news! Then it is also necessary to copy the libphp5.so, which is mentioned in the ini (Load7 =

Re: [Virtuoso-users] hosting_php.so

2009-07-15 Thread Steve Judkins
While we are on this topic... Does connecting an from an external install of php via iODBC give you exactly the same functionality? Do the Wordpress and Drupal scripts (for ODS integration) work without requiring the php hosting? I plan on trying this again soon but my last effort to use the

Re: [Virtuoso-users] hosting_php.so

2009-07-14 Thread Tim Haynes
Sebastian Hellmann wrote: ok, still no luck with 5.0.11 here is some output: cat config.log | grep php $ ./configure --prefix=/opt/virtuoso-opensource-5.0.11 --with-readline=/usr/lib/libreadline.so --with-php5=/opt/lib/php5 config.status:912: creating binsrc/hosting/php/Makefile

Re: [Virtuoso-users] hosting_php.so

2009-07-13 Thread Tim Haynes
Sebastian Hellmann wrote: Thanks for your help Tim. I still didn't succeed. Could you verify the steps I took and see if I'm missing anything: sudo su Downloaded iodbc latest version ./configure --prefix=/opt/lib/iODBC make make install Downloaded php-5.2.10 ./configure --prefix=/opt/lib/php5

Re: [Virtuoso-users] hosting_php.so

2009-07-13 Thread Sebastian Hellmann
ok, still no luck with 5.0.11 here is some output: cat config.log | grep php $ ./configure --prefix=/opt/virtuoso-opensource-5.0.11 --with-readline=/usr/lib/libreadline.so --with-php5=/opt/lib/php5 config.status:912: creating binsrc/hosting/php/Makefile php4_CFLAGS='' php4_LDFLAGS=''

Re: [Virtuoso-users] hosting_php.so

2009-07-10 Thread Sebastian Hellmann
Thanks for your help Tim. I still didn't succeed. Could you verify the steps I took and see if I'm missing anything: sudo su Downloaded iodbc latest version ./configure --prefix=/opt/lib/iODBC make make install Downloaded php-5.2.10 ./configure --prefix=/opt/lib/php5 --enable-maintainer-zts

Re: [Virtuoso-users] hosting_php.so

2009-07-08 Thread Tim Haynes
Sebastian Hellmann wrote: Hi all, I'm currently analising the structure of Virtuoso, PHP and VAD, because I'm trying to create an OntoWiki VAD. My problem is that I could not locate hosting_php.so Specs: Ubuntu 9.04, I compiled it myself, standard options. I tried version 6.0-tp1 and also