I rebuilt apache to allow zend to run and i have broken something...

carlgale

Verified User
Joined
Oct 12, 2006
Messages
34
I needed to add zend optizer to my da vps so i could run zended scripts but after rebuilding apache i have lost the ability to run another script which was previously working...

when i try and go to it i now get an error message on the page
Warning: virtual() [function.virtual]: Unable to include '/xxx/xx.pl' - request execution failed in /home/admin/xxxx


This is the same page that was fine prior to the rebuild so i assume that i have managed to turn something off but being newish to DA i am not sure what.

If anyone know what i have turned off could you please help out, as usual the hosts are not too helpful with issues like this as they just blame it on the scripts being run etc.

thanks
carl
 
I needed to add zend optizer to my da vps so i could run zended scripts but after rebuilding apache

Why would you rebuild apache? All you need to do is run the zend installer and it does everything you need.
 
sorry, when i say i rebuilt apache i used the following command

cd /usr/local/directadmin/customapache
./build update
./build zend

i assume it did a lot of changes to apache as it took a good half an hour to run
 
I have never installed zend that way and it usually takes about a minute or less to run.
 
yes i think i made the mistake of rebuilding/updating apache to include it rather than just adding it. I've gotta work out what i turned off now when it updated
 
Back
Top