2011-01-17 7 views
0

XAMPP 1.7.1(Ubuntu 10.04を使用)にuploadprogress拡張機能をインストールしたいと思います。XAMPP(Ubuntu 10.04)にuploadprogressをインストール

私が間違ってやっているお聞かせください:

1)私はデスクトップ

2にuploadedprogress-1.0.1.tgzをダウンロードしました)私はタールzxvf uploadprogressの-1.0を実行してきました.1.tgzをクリックして、フォルダ内のアーカイブを抽出します。

3)CDのuploadprogressの-1.0.1

4)/opt/lampp/bin/phpize-5.2.9(このステップでは...私はPHPの右のフォルダを指していますが..ノー等のPHP APIバージョンに関する情報、ZendのモジュールAPI、 ここで出力

grep: /opt/lampp/include/php/main/php.h: No such file or directory 
grep: /opt/lampp/include/php/Zend/zend_modules.h: No such file or directory 
grep: /opt/lampp/include/php/Zend/zend_extensions.h: No such file or directory 
Configuring for: 
PHP Api Version:   
Zend Module Api No:  
Zend Extension Api No: 
configure.in:144: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached 
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... 
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... 
aclocal.m4:3535: AC_LIBTOOL_LINKER_OPTION is expanded from... 
aclocal.m4:5473: _LT_AC_LANG_C_CONFIG is expanded from... 
aclocal.m4:5472: AC_LIBTOOL_LANG_C_CONFIG is expanded from... 
aclocal.m4:2952: AC_LIBTOOL_SETUP is expanded from... 
aclocal.m4:2932: _AC_PROG_LIBTOOL is expanded from... 
aclocal.m4:2895: AC_PROG_LIBTOOL is expanded from... 
configure.in:144: the top level 
configure.in:144: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached 
aclocal.m4:3490: AC_LIBTOOL_COMPILER_OPTION is expanded from... 
aclocal.m4:7600: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... 
configure.in:144: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached 
aclocal.m4:5586: _LT_AC_LANG_CXX_CONFIG is expanded from... 
aclocal.m4:5585: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... 
aclocal.m4:4621: _LT_AC_TAGCONFIG is expanded from... 
configure.in:144: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached 
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from... 
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from... 
aclocal.m4:3535: AC_LIBTOOL_LINKER_OPTION is expanded from... 
aclocal.m4:5473: _LT_AC_LANG_C_CONFIG is expanded from... 
aclocal.m4:5472: AC_LIBTOOL_LANG_C_CONFIG is expanded from... 
aclocal.m4:2952: AC_LIBTOOL_SETUP is expanded from... 
aclocal.m4:2932: _AC_PROG_LIBTOOL is expanded from... 
aclocal.m4:2895: AC_PROG_LIBTOOL is expanded from... 
configure.in:144: the top level 
configure.in:144: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached 
aclocal.m4:3490: AC_LIBTOOL_COMPILER_OPTION is expanded from... 
aclocal.m4:7600: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... 
configure.in:144: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached 
aclocal.m4:5586: _LT_AC_LANG_CXX_CONFIG is expanded from... 
aclocal.m4:5585: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... 
aclocal.m4:4621: _LT_AC_TAGCONFIG is expanded from... 

5)に./configure --with-PHP-config設定=は/ opt/LAMPP/binに/ PHP-CONFIG-取得します5.2.9

6)make

私は初心者ですので、誰かがこのプロセスを通して私を導いてください。ありがとう!

答えて

0

XAMPP 'devel'パッケージをインストールしませんでした。それをインストールした後、すべてがうまくいった。最後の二つの事柄:

sudoのは/ opt/LAMPP/binに/ PECL uploadprogressのに

をインストールします。sudoはその後、実行、php.iniの

0

ダウンロード&編集をインストールし、XAMPP開発パッケージをインストールします/opt/lampp/etc/php.iniに "extension = uploadprogress.so"を追加してください

関連する問題