im using 8.1 release
here is the error
[root@warzone /usr/ports/lang/php5-extensions]# make install
clean
===> php5-extensions-1.4 depends on file:
/usr/local/include/php/main/php.h
-
found
===> php5-extensions-1.4 depends on file:
/usr/local/lib/php/20090626/ctype.so
- not found
===> Verifying install for /usr/local/lib/php/20090626/ctype.so in
/usr/ports
/textproc/php5-ctype
===> php5-ctype-5.3.3_2 depends on file: /usr/local/bin/phpize - found
===> php5-ctype-5.3.3_2 depends on file: /usr/local/bin/autoconf-2.68 -
found
===> PHPizing for php5-ctype-5.3.3_2
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
autoconf: required version 2.68 not found
*** Error code 1
Stop in /usr/ports/textproc/php5-ctype.
*** Error code 1
Stop in /usr/ports/lang/php5-extensions.
*** Error code 1
Stop in /usr/ports/lang/php5-extensions.
Any idea why its failing at /usr/ports/textproc/php5-ctype ?
Autoconf seems to be installed right.
--
*Andrés Chavez
IT System / Network Administrator CPF
FreeBSD Server Administrator
http://www.andreschavez.com.ve*
_______________________________________________
freebs...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-port...@freebsd.org"
--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de
I fell into a similar trap a couple of days ago and the solution in my
case was to
- Rebuild all autoconf related as stated in ports/UPDATING
- Rebuild php5
hth,
--
per
2010/12/11 Per olof Ljungmark <p...@intersonic.se>
> On 12/12/10 00:23, Andres Chavez wrote:
> I fell into a similar trap a couple of days ago and the solution in my
> case was to
>
> - Rebuild all autoconf related as stated in ports/UPDATING
> - Rebuild php5
>
> hth,
>
> --
> per
>
--
2010/12/11 Andres Chavez <fluxbox...@gmail.com>
> Can you specify what exactly UPDATING says about it ?, since i still
> recieving the same error after rebuild autoconf and all deps, also php5
>
> 2010/12/11 Per olof Ljungmark <p...@intersonic.se>
>
> On 12/12/10 00:23, Andres Chavez wrote:
>> I fell into a similar trap a couple of days ago and the solution in my
>> case was to
>>
>> - Rebuild all autoconf related as stated in ports/UPDATING
>> - Rebuild php5
>>
>> hth,
>>
>> --
>> per
>>
>
>
>
> I just fixed it with a simple portupgrade -F and then reinstalled autoconf
> as usual ;)
Regretfully, the way in which php* embeds autconf in the phpize script is a little tricky to work around. Suffice to say that whilst things are still a little fluid in autofoo land, work is in progress, and has been for many cpu years, to make things a little easier.
-aDe