symfony in a freebsd box
Fast and easy symfony framework installation in your FreeBSD would be through pear. Pear doesn’t bundle with FreeBSD apache + php installation from port installation. To roll pear in FreeBSD box,
cd /usr/ports/devel/pear
make install clean distclean
p/s: if you having problem with core dump 6, try doing this
After pear is installed, do this
pear channel-discover pear.symfony-project.com
pear install symfony/symfony
Check your symfony version
symfony -V
> symfony version 1.0.5

