soxxx ::Citat: The phpize command is used to prepare the build environment for a PHP extension. In the following sample, the sources for an extension are in a directory named extname:
$ cd extname
$ phpize
$ ./configure
$ make
# make install
Verovatno nisi u direktorijumu u kojem su ti fajlovi. Imas php instaliran?
Imam php instaliran. mn-host.com/phpinfo.php
A ovaj phpize uopste ne postoji!
Dopuna: 31 Dec 2006 15:21
bl00dz3r0 ::find / -name phpsize -exec stat '{}' \; -print
Nakon ovoga dobijam sledecu poruku:
find: /proc/32676/fd: No such file or directory
find: /proc/1051/fd: No such file or directory
Dopuna: 02 Jan 2007 21:17
Kako da inst. ovaj phpize i .configure?
|