2011-01-17 11 views
0

Ich möchte die uploadprogress Erweiterung in XAMPP 1.7.1 (mit Ubuntu 10.04) installieren.Installiere uploadprogress in XAMPP (Ubuntu 10.04)

Bitte lassen Sie mich wissen, was ich falsch mache:

1) Ich habe heruntergeladen uploadedprogress-1.0.1.tgz zu Desktop

2) Ich habe laufen tar zxvf upload-1.0 .1.tgz, um das Archiv im Ordner zu extrahieren.

3) cd upload-1.0.1

4) /opt/lampp/bin/phpize-5.2.9 (in diesem Schritt ... obwohl ich in den richtigen Ordner von PHP zeigen .. ich bekomme keine Informationen über PHP API-Version, zend Modul api usw. Hier ist der Ausgang

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) Marke

Ich bin ein Neuling, also bitte jemanden, der mich durch diesen Prozess führt. Vielen Dank!

Antwort

0

Ich habe XAMPP 'devel' Paket nicht installiert. Nach der Installation ging alles gut. Zwei letzte Dinge: sudo make install & bearbeiten Sie die php.ini

0

Herunterladen und Installieren von XAMPP-Entwicklungspaket, dann laufen:

sudo/opt/lampp/bin/PECL installieren upload

Fügen Sie "extension = uploadprogress.so" in /opt/lampp/etc/php.ini

hinzu
Verwandte Themen