Debian Lenny PHP5 Upgrade - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: Debian Lenny PHP5 Upgrade (/thread-15013.html) |
Debian Lenny PHP5 Upgrade - viperiii - 09-01-2011 10:01 AM What would be the right way to get my php5 up to 5.2.8 at least? Currently at 5.2.6-1-lenny I think... my apt/sources.list Code: deb http://ftp.debian.org/debian/ lenny main contrib non-free When I tested a .deb source it caused too many issues.. should I attempt an upgrade to Squeeze? reason I'm looking to upgrade is supporting Joomla 1.7 and some of rockettheme's new modules - RokGallery: Needs a minimum PHP version of 5.2.8. You are running PHP version 5.2.6-1+lenny13 - The PHP Sqlite PDO driver is needed but not installed. any ideas? I can follow directions but still not good enough on my own... I break a lot of things when left to my own devices! RE: Debian Lenny PHP5 Upgrade - kilburn - 09-01-2011 05:13 PM 1. Upgrade to squeeze (things *will* break) 2. Update the panel to the latest version (or re-run the update procedure if you are already at 1.0.7). 3. Everything should work now. Ask if you have any further problems. RE: Debian Lenny PHP5 Upgrade - viperiii - 09-02-2011 01:49 AM (09-01-2011 05:13 PM)kilburn Wrote: 1. Upgrade to squeeze (things *will* break) Many Thanks... things broke and didn't know the little tidbit of information to re-run the setup... re-run the setup completely like an upgrade... download do make install and all that or just the setup again? (already at 1.0.7 but will do complete procedure as stated above... thx again!) thanks! RE: Debian Lenny PHP5 Upgrade - kilburn - 09-02-2011 04:17 PM Yeah that's it, you have to rerun the whole upgrade procedure because this will ensure that you get all the required packages for debian squeeze, as well as some minor customizations. RE: Debian Lenny PHP5 Upgrade - viperiii - 09-18-2011 07:05 AM (09-02-2011 04:17 PM)kilburn Wrote: Yeah that's it, you have to rerun the whole upgrade procedure because this will ensure that you get all the required packages for debian squeeze, as well as some minor customizations. Finnally spent the time and got it all upgraded to squeeze... couple of issues that I had created for myself... the process used was from here... http://www.howtoforge.com/upgrade-debian-lenny-to-squeeze-in-a-few-simple-steps Issues that I hit: Code: Unable to migrate to dependency-based boot system So now I was ready to continue and reload / re-install ISP-CP over the top again... Everything went perfectly... Code: Welcome to ispCP '1.0.7 OMEGA' Update Dialog. When I type http://admin.domain.com I hit the 1st hosted site and not the admin login... seems my bind / dns is confused again... any ideas? (full disclosure) I went back to starting snapshot and found that the problem was there when I started... so the upgrade did everything perfectly... the problem was carried forward from the last issue that was going on with bind9 failure happening... imagine that issue has returned... ideas for that? think I can fix it like I did last time however seem to only be a temporary fix each time... http://isp-control.net/forum/thread-6448-post-99135.html#pid99135 RE: Debian Lenny PHP5 Upgrade - viperiii - 09-18-2011 08:54 AM Found the problem... at least part of it... within the network I was able to hit admin.tld.com however externally still was not able to... during all my re-loads and snapshots seem to have messed up and not redone the /etc/hosts file... that was still aimed at the old address... Figured I'd re-follow the IP change steps and see if that helped... http://isp-control.net/documentation/doku.php?id=howto:ispcp:change_ip yup... so far internally all is working great again... now to see if admin.tld.com externally will work...... YUP.. Success... now reboot and see if its all holding before I remove all my snapshots, and backup.... yuck... Not sure why it didn't hold the IP changes from last time while it was working but figure something was still in there.... seems to be doing good now... just showing the old address in the bind/backup data only now... Also very speedy as well... seems to be moving much quicker than previously.... Either Squeeze / PHP5.3.3 / Fixing things... but really seems much snappier! RE: Debian Lenny PHP5 Upgrade - viperiii - 09-20-2011 04:47 AM Okay... Everything running... PHP is now more current but still get the PDO Error from the Joomla Component... php error went away.. "The PHP Sqlite PDO driver is needed but not installed." doesn't seem to be part of the installation? RE: Debian Lenny PHP5 Upgrade - viperiii - 09-20-2011 06:26 AM # Aptitude update # Aptitude install php5-dev php5- sqlite sqlite libmagic aspell aspell-dev-en Fixed for me... hopefully I didn't trash the install again! |