Edit report at https://bugs.php.net/bug.php?id=62424&edit=1
ID: 62424 Comment by: semnanweb at gmail dot com Reported by: semnanweb at gmail dot com Summary: fribidi not anymore have fribidi-config Status: Assigned Type: Bug Package: fribidi Operating System: Ubuntu 11.04 64 PHP Version: 5.4.4 Assigned To: behnam Block user comment: N Private report: N New Comment: Thankx for support this useful extension. Will be tested. Previous Comments: ------------------------------------------------------------------------ [2013-05-15 06:36:51] beh...@php.net The PHP extension for GNU FriBidi just got an update (release 1.1) after 10 years: http://pecl.php.net/package/fribidi The new PECL package depends on FriBidi >= 0.19.1 and brings back all the features the old (deprecated) log2vis API has. Please let me know if you experience any new issues. ------------------------------------------------------------------------ [2013-05-13 21:20:13] beh...@php.net It's fixed on my personal git repo. Waiting for the git.php.net repo to push the update. ------------------------------------------------------------------------ [2013-04-01 15:07:39] clicky at erebot dot net The attached patch makes it possible to configure the package (ie. go past the "phpize" step). However, compilation will fail afterwards due to changes in fribidi's API. See my other patch in bug #57893 for a fix. ------------------------------------------------------------------------ [2012-06-26 18:53:04] semnanweb at gmail dot com Description: ------------ During compile my os have not fribidi-config anymore. so how can i compile it? my current libfribidi installation : any program like `vlc` use this library for show right to left subtitles. sweb@sweb-laptop:~/tmp/fribidi-1.0$ apt-cache show libfribidi N: Unable to locate package libfribidi E: No packages found sweb@sweb-laptop:~/tmp/fribidi-1.0$ apt-cache show libfribidi0 libfribidi-dev Package: libfribidi-dev Priority: optional Section: libdevel Installed-Size: 424 Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> Original-Maintainer: Debian Hebrew Packaging Team <debian-hebrew-pack...@lists.alioth.debian.org> Architecture: amd64 Source: fribidi Version: 0.19.2-1 Depends: libfribidi0 (= 0.19.2-1) Filename: pool/main/f/fribidi/libfribidi-dev_0.19.2-1_amd64.deb Size: 79136 MD5sum: 7a7ec94d7d54182872ec6f7f6ffa6596 SHA1: 3352ed3fb7f5003ee5b9876da464c844a19f313c SHA256: 42f931e0cfd20b9fb19d3c5dedd02f2c64f946ab84147ba3728c0ba315fae4b7 Description: Development files for FreeBidi library FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the header files and static libraries for the FriBidi C library. Homepage: http://www.fribidi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Package: libfribidi0 Priority: important Section: libs Installed-Size: 196 Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> Original-Maintainer: Debian Hebrew Packaging Team <debian-hebrew-pack...@lists.alioth.debian.org> Architecture: amd64 Source: fribidi Version: 0.19.2-1 Depends: libc6 (>= 2.4) Filename: pool/main/f/fribidi/libfribidi0_0.19.2-1_amd64.deb Size: 43806 MD5sum: e432a921e858fa15c0b1616a9c62822d SHA1: 7c71ef203f02542248de985c33b1a5d82fa4582c SHA256: a89d700b8c537c2f43e6a42f3e379a16a92e26e9045062ca340932b8a518c61b Description: Free Implementation of the Unicode BiDi algorithm FriBiDi is a BiDi algorithm implementation for Hebrew and/or Arabic languages. This package contains the shared libraries. Homepage: http://www.fribidi.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 18m Task: minimal Test script: --------------- sweb@sweb-laptop:~/tmp/fribidi-1.0$ ./configure checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking for cc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for icc... no checking for suncc... no checking whether cc understands -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20100525 checking for PHP installed headers prefix... /usr/local/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for FriBidi support... yes, shared checking for fribidi-config... no checking for FriBidi version... configure: error: fribidi-config not found. Expected result: ---------------- Can not complied. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62424&edit=1 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php