Find the answer to your Linux question:
Results 1 to 2 of 2
Hello to All, I upgraded my Debian server (Lenny to Squeeze) but got following error about missing lzf for PHP .. PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/lzf.so' - ...
  1. #1
    Linux Newbie
    Join Date
    Dec 2008
    Location
    Luxembourg
    Posts
    130

    PHP: lzf.so is missing (after upgrade Lenny to Squeeze)

    Hello to All,

    I upgraded my Debian server (Lenny to Squeeze) but got following error about missing lzf for PHP

    ..
    PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/lzf.so' - /usr/lib/php5/20090626+lfs/lzf.so: cannot open shared object file: No such file or directory in Unknown on line 0
    ..

    It looks like it is present in zend packages.
    Should I install zend packages ?
    Are zend packages related to PHP ?

    I have a lzf.so under old directory 2006..+lfs something but copying it under 20090626 does not help.

    Thanks,
    Bruno

  2. #2
    Linux Newbie
    Join Date
    Dec 2008
    Location
    Luxembourg
    Posts
    130

    SOLVED : PHP: lzf.so is missing (after upgrade Lenny to Squeeze)

    Hello,

    I uninstall and (re)-install lzf via :

    pecl uninstall lzf
    pecl install lzf

    'install' downloaded, compiled correct latest version and installed it under expected location.

    Bye,
    Bruno

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •