Trying to install wsdl2php

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
swadams
Forum Newbie
Posts: 3
Joined: Mon Dec 01, 2008 5:18 pm

Trying to install wsdl2php

Post by swadams »

I keep getting “The extension ‘zlib’ couldn’t be found. Please make sure your version of PHP was built with ‘zlib’ support.” from the pear installer when I try to install wsdl2php. I've run the test script at http://us3.php.net/manual/zh/ref.zlib.php and it worked, so my version of PHP clearly is built with zlib support. Does anyone have any idea what might be causing the error message?
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Trying to install wsdl2php

Post by pickle »

Maybe wsdl2php is looking for the zlib library in a specific spot, and you've got it installed elsewhere. Is there an option to specify where zlib is found, something like:

-zlib=/etc/zlib

??
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
swadams
Forum Newbie
Posts: 3
Joined: Mon Dec 01, 2008 5:18 pm

Re: Trying to install wsdl2php

Post by swadams »

As far as I can tell, there isn't any such option. I used the "pear help install" command and didn't see anything like that listed.

:banghead:
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Trying to install wsdl2php

Post by pickle »

Maybe do a search on the PEAR site? Do they have forums?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
swadams
Forum Newbie
Posts: 3
Joined: Mon Dec 01, 2008 5:18 pm

Re: Trying to install wsdl2php

Post by swadams »

I'll try the PEAR forum.
Post Reply