List Info

Thread: PECL Installation Fails




PECL Installation Fails
user name
2006-08-29 21:43:12
Hello, I tried running 'pecl install yaz' today on my
Redhat AS4 system 
with PHP 5 and got the following error:

...
checking for YAZ support... yes, shared
checking for yaz-config... NONE
configure: error: YAZ not found (missing NONE)
ERROR: `/tmp/tmpezzR0e/yaz-1.0.7/configure --with-yaz'
failed

Any idea as to why this is failing?

Thanks
Andrew

_______________________________________________
Yazlist mailing list
Yazlistlists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
PECL Installation Fails
user name
2006-08-30 07:02:09
Andrew Nagy wrote:
> Hello, I tried running 'pecl install yaz' today on my
Redhat AS4 system 
> with PHP 5 and got the following error:
> 
> ...
> checking for YAZ support... yes, shared
> checking for yaz-config... NONE

Did you install the yaz libraries and the yaz development
files/headers?

A place where PECL can find them ??

Marc Cromme

> configure: error: YAZ not found (missing NONE)
> ERROR: `/tmp/tmpezzR0e/yaz-1.0.7/configure --with-yaz'
failed
> 
> Any idea as to why this is failing?
> 
> Thanks
> Andrew
> 
> _______________________________________________
> Yazlist mailing list
> Yazlistlists.indexdata.dk
> http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
> 


-- 

Marc Cromme, cand. polyt, Ph.D
Senior Developer, Project Manager

Index Data Aps
Købmagergade 43, 2
1150 Copenhagen K.
Denmark

tel: +45 3341 0100
fax: +45 3341 0101

http://www.indexdata.com

INDEX DATA Means Business
for Open Source and Open Standards





_______________________________________________
Yazlist mailing list
Yazlistlists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
PECL Installation Fails
user name
2006-08-30 16:43:33
marc wrote:

> Andrew Nagy wrote:
>
>> Hello, I tried running 'pecl install yaz' today
on my Redhat AS4 
>> system with PHP 5 and got the following error:
>>
>> ...
>> checking for YAZ support... yes, shared
>> checking for yaz-config... NONE
>
>
> Did you install the yaz libraries and the yaz
development files/headers?
>
> A place where PECL can find them ??

Well this must obviously be the problem, I thought PECL was
the new 
method to install yaz.  What is the procedure for installing
Yaz for PHP?

Andrew

_______________________________________________
Yazlist mailing list
Yazlistlists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
PECL Installation Fails
user name
2006-08-31 07:51:04
Andrew Nagy wrote:
> marc wrote:
> 
>> Andrew Nagy wrote:
>>
>>> Hello, I tried running 'pecl install yaz'
today on my Redhat AS4 
>>> system with PHP 5 and got the following error:
>>>
>>> ...
>>> checking for YAZ support... yes, shared
>>> checking for yaz-config... NONE
>>
>>
>> Did you install the yaz libraries and the yaz
development files/headers?
>>
>> A place where PECL can find them ??
> 
> Well this must obviously be the problem, I thought PECL
was the new 
> method to install yaz.  What is the procedure for
installing Yaz for PHP?
> 

Well, first you must have installed the YAZ C-libs and YAZ
C-development 
header files and utilities.

The first you seem to have, the second you seem to miss, as
the shell 
script "yaz-config" follows with the development
utilities.


Depends very much on your platform, which you did not say
anything about.

On Debian you just add our repository to your
/etc/apt/sources.list

deb http://ftp.indexdata.d
k/debian etch main
deb-src http://ftp.indexdata.d
k/debian etch main

replace etch with sarge .. if you run sarge

and install

libyaz-dev - The YAZ Z39.50 toolkit (development files)
libyaz - The YAZ Z39.50 toolkit (runtime files)
yaz-doc - The YAZ Z39.50 toolkit (documentation)
yaz - The YAZ Z39.50 toolkit (utilities)

Then do your usual PECL package install, and it should
succeed.

On other platforms, do whatever is necessary to install the
equivalent 
of libyaz-dev, libyaz and yaz.

Check that you have the shell script
"yaz-config" in your path, and try 
a usual PECL install again.

Marc Cromme




> Andrew
> 
> _______________________________________________
> Yazlist mailing list
> Yazlistlists.indexdata.dk
> http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
> 


-- 

Marc Cromme, cand. polyt, Ph.D
Senior Developer, Project Manager

Index Data Aps
Købmagergade 43, 2
1150 Copenhagen K.
Denmark

tel: +45 3341 0100
fax: +45 3341 0101

http://www.indexdata.com

INDEX DATA Means Business
for Open Source and Open Standards





_______________________________________________
Yazlist mailing list
Yazlistlists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
PECL Installation Fails
user name
2006-08-31 07:51:04
Andrew Nagy wrote:
> marc wrote:
> 
>> Andrew Nagy wrote:
>>
>>> Hello, I tried running 'pecl install yaz'
today on my Redhat AS4 
>>> system with PHP 5 and got the following error:
>>>
>>> ...
>>> checking for YAZ support... yes, shared
>>> checking for yaz-config... NONE
>>
>>
>> Did you install the yaz libraries and the yaz
development files/headers?
>>
>> A place where PECL can find them ??
> 
> Well this must obviously be the problem, I thought PECL
was the new 
> method to install yaz.  What is the procedure for
installing Yaz for PHP?
> 

Well, first you must have installed the YAZ C-libs and YAZ
C-development 
header files and utilities.

The first you seem to have, the second you seem to miss, as
the shell 
script "yaz-config" follows with the development
utilities.


Depends very much on your platform, which you did not say
anything about.

On Debian you just add our repository to your
/etc/apt/sources.list

deb http://ftp.indexdata.d
k/debian etch main
deb-src http://ftp.indexdata.d
k/debian etch main

replace etch with sarge .. if you run sarge

and install

libyaz-dev - The YAZ Z39.50 toolkit (development files)
libyaz - The YAZ Z39.50 toolkit (runtime files)
yaz-doc - The YAZ Z39.50 toolkit (documentation)
yaz - The YAZ Z39.50 toolkit (utilities)

Then do your usual PECL package install, and it should
succeed.

On other platforms, do whatever is necessary to install the
equivalent 
of libyaz-dev, libyaz and yaz.

Check that you have the shell script
"yaz-config" in your path, and try 
a usual PECL install again.

Marc Cromme




> Andrew
> 
> _______________________________________________
> Yazlist mailing list
> Yazlistlists.indexdata.dk
> http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
> 


-- 

Marc Cromme, cand. polyt, Ph.D
Senior Developer, Project Manager

Index Data Aps
Købmagergade 43, 2
1150 Copenhagen K.
Denmark

tel: +45 3341 0100
fax: +45 3341 0101

http://www.indexdata.com

INDEX DATA Means Business
for Open Source and Open Standards





_______________________________________________
Yazlist mailing list
Yazlistlists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )