We have ZZIPlib installed.
My command configure line looks like :
./configure ?with-apxs ?with-curl ?with-curl-dir=/usr/local/lib ?with-gd ?with-gd-dir=/usr/local ?with-gettext ?with-jpeg-dir=/usr/local/lib ?with-kerberos, etc.
Then I need to add ?enable-zip to this line.
I can''t even find the right place to run the ./configure --help command.
解决方案@ujwalarali85
You need to PHP source, which is available from php.net.
Then cd into the source directory, and run your new configure command (with your enable zip), then make && make install.
@Markus
Sorry I couldn''t get you exactly, please explain in brief. Its very urgent requirement for me to enable ZIP functionality.
I have Webmin access but not know where and how to run Configure command with enable zip option.
Thanks a lot.
these are shell commands (aka CLI) so you need a shell window (or terminal (window), e.g. provided by aterm, xterm, ?) to type it there.
asar Whether to package the application’s source code into an archive, using Electron’s archive format. Defaults to true. Node modules, that must be unpacked, will be d...
1. 今天遇到一问题,在sles11/vxworks下编译通过,但是在hpux下失败 2. 编译错误: /usr/ccs/bin/ld:DP relative code in file /projects/xxx/DERIVED/tfa_pa32-hpux.a(tfa02_pa32-hpux.o) -share...
最近买个了小本lenovo x100e,结果发现这小本没有大小写指示灯,在windows用也无妨,不过我常常用这本在ubuntu中调试linux代码,vi 常用的编辑器,熟悉的都知道,大小写很关键的,用google搜了一下,发现可以用如下方法解决: 1. “sudo apt-get install l...
修改Ubuntu的启动logo 原文链接: https://my.oschina.net/jmjoy/blog/380262 内容: Plymouth splash screen is the initial splash screen at boot-up.Ubuntu 10.04 uses Plym...