Status
Not open for further replies.

anantgupta

Active Member
677
2009
7
0
How to compile kloxo's php with --enable-zip

want to install zzlib library

I am using Centos 5

In order to use these functions you must compile PHP with zip support by using the --enable-zip configure option.

or anyway how to run its configure command or how to update it. we will find
the command

./configure command

we just have to know how to make changes to the kloxo's php not the root's one
 
11 comments
If you are using kloxo, php already comes with zip... There is a option to choose PHP mode, choose suPHP and it'll contain everything.

If you still face problems, install "webmin". It works alongside kloxo. It has a easy to use PHP module installer under "Options" inside "PHP Pear modules".

You can also try this command, although i m not sure if this will help much...

Code:
yum install gcc* zip -y
 
aah... @ warez basic i now...
:p

plz read the topic carefully. Need to install zzlib Library not zip

anywayz thanx for nothing...
 
Code:
http://forum.lxcenter.org/index.php?t=msg&goto=75173&
read this it may help u out.
Ok anant read the replies from staff how gay they are :o
They dont know anything about their own software. :'(
and there is no way to compile zip with it see there. End of story
Simple : Fuck Kloxo Install Cpanel B-)
 
try this solution

it will upgrade your php version to 5.3.3 which is latest stable version.. maybe this will solve your problem

run these commands as root

rpm -ivh http://repo.webtatic.com/yum/centos/5/`uname -i`/webtatic-release-5-1.noarch.rpm

yum --disablerepo=* --enablerepo=webtatic update php

if you don't need php 5.3.* then use this one
yum --enablerepo=webtatic --exclude=php*5.3* update php

it will upgrade it to 5.2.14 (which is latest 5.2 version)




offtopic :

nulling cpanel is not possible because most of the files are hosted on their server

however a duplicate copy can be created for sure
 
Status
Not open for further replies.
Back
Top