pear install issue
Avinash Piare
avinash at piare.org
Fri Jun 17 15:11:42 GMT 2005
I solved the problem, without really meaning to:
In my make.conf i had the line
WANT_PHP_PEAR=yes
Before actually installing php5-pear. I #out the entry it and installed
mamboserver (same goed for gallery); no problems. It installed php5-pear :o)
I removed the # in /etc/make.conf. I'm experiencing other problems with php
(include path issue's; already placed the right include path in my php.ini),
but i'll solve that one :o)
The information you requested:
make -V BUILD_DEPENDS
pkg-config:/usr/ports/devel/pkgconfig
make -V RUN_DEPENDS
pear:/usr/ports/devel/php5-pear
/usr/local/include/php/main/php.h:/usr/ports/lang/php5
/usr/local/lib/php/20041030-debug/pcre.so:/usr/ports/devel/php5-pcre
/usr/local/lib/php/20041030-debug/xml.so:/usr/ports/textproc/php5-xml
pkg-config:/usr/ports/devel/pkgconfig
No output on the other commands.
-----Oorspronkelijk bericht-----
Van: Vasil Dimov [mailto:vd at datamax.bg]
Verzonden: vrijdag 17 juni 2005 16:53
Aan: Avinash Piare
CC: FreeBSD-ports at freebsd.org
Onderwerp: Re: pear install issue
On Fri, Jun 17, 2005 at 03:06:26PM +0200, Avinash Piare wrote:
> I just removed the whole ports tree and got the latest ports
> collection from cvsup.freebsd.org, but i keep getting the same error !
It seems that your problem is not in /usr/ports/ directory.
Can you try the following:
% cd /usr/ports/devel/php5-pear
% make -V EXTRACT_DEPENDS
% make -V PATCH_DEPENDS
% make -V FETCH_DEPENDS
% make -V BUILD_DEPENDS
% make -V RUN_DEPENDS
You should get something like pear:/usr/ports/devel/php5-pear
Dont you have something strange in /etc/make.conf or in your environment?
More information about the freebsd-ports
mailing list