Status
Not open for further replies.

babarali124

Active Member
735
2010
41
0
Hello guyz,

can anyone help me how to enable this on my vps ?? centos 5.5 32bit :(

im getting this error

Warning: curl_exec() has been disabled for security reasons in /home/admin/......

i have searched google but couldnt find anything ... how to fix this please help ... as i have also tried to follow some tuts but nothing worked ...

yum install php-curl

but it says :

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.5ninesolutions.com
* base: mirrors.xmission.com
* extras: mirror.its.uidaho.edu
* updates: mirrors.kernel.org
Setting up Install Process
Package php-common-5.1.6-23.2.el5_3.i386 already installed and latest version
Nothing to do


please help
 
14 comments
Thanks alot localhost but now im facing this prob :(

Failed loading /usr/lib/kloxophp/ioncube/ioncube_loader_lin_5.2.so: /usr/lib/kloxophp/ioncube/ioncube_loader_lin_5.2.so: undefined symbol: zend_error_noreturn
Cannot load Zend Extension Manager - it was built with configuration 1.2.0
 
how to do that ?? please help and thanks alot :) no one knew this i searched all google couldnt find the solution ... i have liked your reply :)
 
done and error is gone but still one error left

Cannot load Zend Extension Manager - it was built with configuration 1.2.0, whereas running engine is API220090626,NTS
 
Zend Optimizer only works with up to 5.2.x, what you need for php >=5.3.0 is Zend Guard.

And so you know, if there is old scripts compiled for Zend Optimizer they wont work for Zend Guard so all your clients need to upgrade the software they are using that depends on Zend Optimizer and there is tons of companies that still only relies on Zend Optimizer and refuse to make a version for php 5.3 (and where Zend Guard only works) so think of that before using php 5.3.x.

Try leaving just Zendoptimizer.so and commenting the zend extension managers.
 
Guyz this is getting complicated... I dont have any knowledge about this server stuff... Can anyone tell me how to setup a new server??? Like i install new is centos 32 bit .. Now what should i do after that?? For php etc usually i install kloxo cauz i dont know how to install other stuff.. Can anyone plz give me a tutorial... To install everything required for a new server like curl php etc ...
 
Status
Not open for further replies.
Back
Top