With recent freebsd 6.2 stable installation I like to try portsnap. Since it’s already in base, no need to install this program 🙂 Just trying it 🙂 alamster# portsnap fetch Looking up portsnap.FreeBSD.org mirrors… 3 mirrors found. Fetching public key from portsnap3.FreeBSD.org… done. Fetching snapshot tag from portsnap3.FreeBSD.org… done. Fetching snapshot metadata… done. Fetching snapshot […]
Install gd support in php without xorg
Recent upgrade to php 5.2.3 require to install gd support too but it always need xorg. Here’s a lttle note on how to add gd support in php5 ports in freebsd without xorg. 1. Checking installed php extension proxy# pkg_info | grep php5 php5-5.2.3 PHP Scripting Language (Apache Module and CLI) php5-bz2-5.2.3 The bz2 shared […]
PC-BSD 1.4 beta – Release name: da Vinci
After months of hard work, the PC-BSD team is pleased to make available the 1.4 BETA release. This version includes many exciting new features and software, such as: 3D desktop support via Beryl KDE 3.5.7 FreeBSD 6.2 Xorg 7.2 New GUI tools & utilities Optional Components, and much more Changelog : PCBSD 1.4 BETA – […]
php 5.2.3 upgrade more issue
Warning: session_save_path() [ href=’function.session-save-path’>function.session-save-path]: open_basedir restriction in effect. with error reporting set, blank page won’t give anything 🙁 A little work need to be done since session not working properly after upgrade php from php 4.4.7 to php 5.2.3. After doing install and uninstall php5 ports in freebsd 6.2 box. I can see that error. […]
Upgrading to php5
Recent announcement from php.net about end support for php4 make me thinking about upgrading to php5. All server already use latest php4 version php 4.4.7 with mysql support (4.0.27) and apache1.37 Upgrading start from student server : 1. Uninstall all related php4 ports 2. Install php5 ports kongja# cd /usr/ports/lang/php5 && make clean ===> Cleaning […]