Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Richard Quadling
On 21 March 2011 13:09, Pierre Joye wrote: > On Mon, Mar 21, 2011 at 2:05 PM, Cindy Harper wrote: >> And another question I've never been clear on - if I have already downloaded >> the compiled php 5.3.x, and the compiled php_yaz, is it necessary to compile >> a new PHP with yaz enabled if I want

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Cindy Harper
Thanks - I knew about configure --help, but I had only tried disable-one-shot... Thanks for tutoring this real newbie, both of you! Cindy Harper, Systems Librarian Colgate University Libraries char...@colgate.edu 315-228-7363 On Mon, Mar 21, 2011 at 9:05 AM, Richard Quadling wrote: > On 21 Ma

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Pierre Joye
On Mon, Mar 21, 2011 at 2:05 PM, Cindy Harper wrote: > And another question I've never been clear on - if I have already downloaded > the compiled php 5.3.x, and the compiled php_yaz, is it necessary to compile > a new PHP with yaz enabled if I want to enable yaz? Or could I just have put > the ph

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Richard Quadling
On 21 March 2011 13:01, Cindy Harper wrote: > Thanks - I didn't know how to go back to square one after I'd > enable-one-shot'd. > > Cindy Harper, Systems Librarian > Colgate University Libraries > char...@colgate.edu > 315-228-7363 > > > > On Mon, Mar 21, 2011 at 8:58 AM, Pierre Joye wrote: >> >

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Cindy Harper
And another question I've never been clear on - if I have already downloaded the compiled php 5.3.x, and the compiled php_yaz, is it necessary to compile a new PHP with yaz enabled if I want to enable yaz? Or could I just have put the php_yaz in my extensions dir, put the dependecies in my path, an

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Cindy Harper
Thanks - I didn't know how to go back to square one after I'd enable-one-shot'd. Cindy Harper, Systems Librarian Colgate University Libraries char...@colgate.edu 315-228-7363 On Mon, Mar 21, 2011 at 8:58 AM, Pierre Joye wrote: > hi, > > You don't need zlib to compile yaz. > > As long as you h

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Pierre Joye
hi, You don't need zlib to compile yaz. As long as you have a working yaz library (.lib and headers), all you should do is: configure --disable-all --enable-cli --with-yaz=shared nmake for the Thread Safe build (apache module). And: configure --disable-all --enable-cli --with-yaz=shared --disa

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Cindy Harper
Thanks - please do send me the zlib-1.2.3-vc9-x86.zip. Do you know when the windows.php.net will be back up? And does your list of dependencies have multiple versions, and I'd only need one version? Or are all of those included in the download from pecl2.php.net? Cindy Harper, Systems Librarian C

Re: [PHP-WIN] PHP_YAZ

2011-03-21 Thread Richard Quadling
On 19 March 2011 21:28, Cindy Harper wrote: > OK - so I 'm using VC9.  I thought I might as well get everything working, > so I turned on configre --enable-one-shot.  Now it's giving errors in trying > to link zlib. I got zlib.1.2.5, and I'm following the README there to try to > compile the dll /

Re: [PHP-WIN] PHP_YAZ

2011-03-19 Thread Cindy Harper
OK - so I 'm using VC9. I thought I might as well get everything working, so I turned on configre --enable-one-shot. Now it's giving errors in trying to link zlib. I got zlib.1.2.5, and I'm following the README there to try to compile the dll / library - I'm afriad I don't know the difference and

Re: [PHP-WIN] PHP_YAZ

2011-03-13 Thread Pierre Joye
hi, You can fetch the Windows Platform SDK 6.1, which includes VC9 too. Cheers, On Sun, Mar 13, 2011 at 10:39 AM, Richard Quadling wrote: > On 13 March 2011 09:36, Richard Quadling wrote: >>> I don't know much about compiling PECL modules, and after I've compiled, >>> when I test, I get a Fata

Re: [PHP-WIN] PHP_YAZ

2011-03-13 Thread Richard Quadling
On 13 March 2011 09:36, Richard Quadling wrote: >> I don't know much about compiling PECL modules, and after I've compiled, >> when I test, I get a Fatal error: Call to undefined function yaz_connect() >> in C:\Inetpub\wwwroot\aftergoogle2\aftergoogle.php on line 28 To compile a PHP extension on

Re: [PHP-WIN] PHP_YAZ

2011-03-13 Thread Richard Quadling
On 11 March 2011 19:12, Cindy Harper wrote: > AFAIK, There are 2 pieces of code - the YAZ module itself, found at > http://www.indexdata.com/yaz, and PHP_YAZ, the interface between YAZ and PHP > at http://pecl.php.net/package/yaz.  So from your message, I take it the > php_yaz you used came from p

Re: [PHP-WIN] PHP_YAZ

2011-03-11 Thread Richard Quadling
On 9 March 2011 14:49, Cindy Harper wrote: > Is anyone successfully using php_yaz with either > 1) WAMP - I have a test Windows server that I manage > or > 2) a Linux shared hosted LAMP where they won't load the YAZ PECL module for > you, but they will allow you to put your lib files in your home