WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PHP5 - with zlib installed ?  (Read 19098 times)

Offline danielibarnes

  • Hero Member
  • *****
  • Posts: 548
Re: PHP5 - with zlib installed ?
« Reply #15 on: March 01, 2011, 07:49:59 AM »
I contacted Daniel with a pm, hope to respond soon.
Thanks again gutmensch :)

Submitted. I updated pcre to 8.12 and added "--enable-unicode-properties" (implies --enabled-utf8)  to the configure parameters:

pcre-8.12 configuration summary:

    Install prefix .................. : /usr/local
    C preprocessor .................. : gcc -E
    C compiler ...................... : gcc
    C++ preprocessor ................ : g++ -E
    C++ compiler .................... : g++
    Linker .......................... : /usr/local/bin/ld
    C preprocessor flags ............ :
    C compiler flags ................ : -march=i486 -mtune=i686 -Os -pipe
    C++ compiler flags .............. : -march=i486 -mtune=i686 -Os -pipe
    Linker flags .................... :
    Extra libraries ................. : -lncurses

    Build C++ library ............... : yes
    Enable UTF-8 support ............ : yes
    Unicode properties .............. : yes
    Newline char/sequence ........... : lf
    \R matches only ANYCRLF ......... : no
    EBCDIC coding ................... : no
    Rebuild char tables ............. : no
    Use stack recursion ............. : yes
    POSIX mem threshold ............. : 10
    Internal link size .............. : 2
    Match limit ..................... : 10000000
    Match limit recursion ........... : MATCH_LIMIT
    Build shared libs ............... : yes
    Build static libs ............... : yes
    Link pcregrep with libz ......... : yes
    Link pcregrep with libbz2 ....... : yes
    Link pcretest with libreadline .. : yes
« Last Edit: March 01, 2011, 08:13:33 AM by danielibarnes »

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: PHP5 - with zlib installed ?
« Reply #16 on: March 01, 2011, 02:31:22 PM »
ok! to me the update did not work, then I realized that having a secondary mirror.
I set ibiblio and I could update the two packages and now everything is in full regalia



« Last Edit: March 01, 2011, 02:36:20 PM by vinnie »

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: PHP5 - with zlib installed ?
« Reply #17 on: May 07, 2012, 04:08:19 AM »
I know it's a very old post but I think there might be some relation, I'm trying to run this
http://www.phoronix-test-suite.com (generic package: http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-3.8.0 )
It is a benchmark that requires gtk2, xdg-utils and php.
After that I try to start the command phoronix-test-suite gui this is the output:
Code: [Select]
The following PHP extensions are REQUIRED by the Phoronix Test Suite:

ZIP      PHP Zip support is required for file compression and decompression.
...

Offline gutmensch

  • Administrator
  • Hero Member
  • *****
  • Posts: 605
  • I can make it disappear, have no fear!
    • remembrance blog
Re: PHP5 - with zlib installed ?
« Reply #18 on: May 07, 2012, 05:46:40 AM »
Heyho vinnie, time for a PHP update I guess ;-) you are running the php5.tcz extension or the apache2-mod-php5.tcz extension? php needed the switch --enable-zip=shared to include zip support, I think it's available in the mod, but I don't know for php5.tcz. However I'll update the mod since it's been quite some time, but what a shame - my build script is gone, aaawww lovely Monday! If you're encountering the problem with php5.tcz please contact robc :)
If I seem unduly clear to you, you must have misunderstood what I said. (Alan Greenspan)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: PHP5 - with zlib installed ?
« Reply #19 on: May 07, 2012, 04:43:15 PM »
Ok, well, first I tried php5, then seeing that it did not work I tried apache2-mod-php5.tcz , however I have not restarted so it might have messed up, I try again in these days and I'll let you know!

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10981
Re: PHP5 - with zlib installed ?
« Reply #20 on: May 08, 2012, 02:24:09 AM »
If you do get PTS working, please share results ;)
The only barriers that can stop you are the ones you create yourself.