Archive for September 8th, 2003

The ol’ college try

September 8th, 2003

So I have given b2 a good shake and it seems pretty solid. I don’t think i can have one post in multiple categories, but that isn’t essential. It is pretty simple .php & MySQL and I could tinker around underneath the hood all day and then go and customize the .css to change what it looks like.

But I feel like I would be shortchanging myself if i didn’t at least try the Movable Type system, so here goes….

niagara:/usr/ports/www/MT# make install
===>  Extracting for MT-2.64_1
>> Checksum OK for MT-2.64-full-lib.tar.gz.
===>  Patching for MT-2.64_1
===>  Configuring for MT-2.64_1
===>  Installing for MT-2.64_1
===>   Generating temporary packing list
===>  Checking if www/MT already installed
Installing cgi /usr/local/www/cgi-bin/mt
Installing data /usr/local/www/data/mt
Postinstall adjustment is needed at the fist time. The following list is
some PERL modules needed for running MT, you can also install them from
 ports:

HTML::Template is from www/p5-HTML-Template
Image::Size is from graphics/p5-Image-Size
File::Spec is from devel/p5-File-Spec
CGI::Cookie is from www/p5-CGI.pm
LWP::UserAgent is from www/p5-libwww
SOAP::Lite is from net/p5-SOAP-Lite
File::Temp is form devel/p5-File-Temp
ImageMagick support is from graphics/ImageMagick

DB Modules are depend on your choice.

To upgrade a previous verion of MT: Do NOT do this from  ports
structure! Instead, go to download the 'Upgrade Version' file from this
link:

        http://www.movabletype.org/download.shtml
Please read the docs to initialize a blog DB in /usr/local/www/cgi-bin/mt/db
===>   Registering installation for MT-2.64_1
Filed under:

MT dependencies

September 8th, 2003

wow. did you catch that list?

HTML::Template is from www/p5-HTML-Template
Image::Size is from graphics/p5-Image-Size
File::Spec is from devel/p5-File-Spec
CGI::Cookie is from www/p5-CGI.pm
LWP::UserAgent is from www/p5-libwww
SOAP::Lite is from net/p5-SOAP-Lite
   archivers/p5-Compress-Zlib (p5-Compress-Zlib-1.22)
   devel/p5-IO-stringy (p5-IO-stringy-2.108)
   mail/p5-MIME-Lite (p5-MIME-Lite-3.01)
   mail/p5-MIME-Tools (p5-MIME-Tools-5.411a_2)
   mail/p5-Mail-Tools (p5-Mail-Tools-1.58)
   net/p5-Net (p5-Net-1.12,1)
   net/p5-URI (p5-URI-1.23)
   security/p5-Authen-SASL (p5-Authen-SASL-2.04)
   security/p5-Crypt-SSLeay (p5-Crypt-SSLeay-0.51)
   security/p5-Digest-MD5 (p5-Digest-MD5-2.26)
   textproc/p5-XML-Parser (p5-XML-Parser-2.31_1)
   www/p5-HTML-Parser (p5-HTML-Parser-3.28)
   www/p5-HTML-Tagset (p5-HTML-Tagset-3.03)
   www/p5-libwww (p5-libwww-5.69)
File::Temp is form devel/p5-File-Temp
ImageMagick support is from graphics/ImageMagick
   converters/libiconv (libiconv-1.9.1_1)
   devel/gettext (gettext-0.11.5_1)
   devel/gmake (gmake-3.80)
   devel/imake-4 (imake-4.3.0_1)
   devel/libtool13 (libtool-1.3.5_1)
   devel/pkgconfig (pkgconfig-0.15.0)
   graphics/hdf (hdf-4.1r5)
   graphics/jasper (jasper-1.700.2)
   graphics/jbigkit (jbigkit-1.5)
   graphics/jpeg (jpeg-6b_1)
   graphics/lcms (lcms-1.09,1)
   graphics/libfpx (libfpx-1.2.0.9)
   graphics/libwmf (libwmf-0.2.8)
   graphics/png (png-1.2.5_2)
   lang/python22 (python-2.2.3_3)
   multimedia/libmpeg2 (libmpeg2-0.3.1_1)
   print/freetype2 (freetype2-2.1.4_1)
   print/ghostscript-gnu (ghostscript-gnu-7.07_3)
   textproc/expat2 (expat-1.95.6_1)
   textproc/libxml2 (libxml2-2.5.10)
   x11-fonts/fontconfig (fontconfig-2.2.90_3)
   x11/XFree86-4-libraries (XFree86-libraries-4.3.0_5)

looks like we’ll be hitting up CPAN this evening.

Wow (again). I hate that ImageMagick has X as it’s dependency (if I don’t run X on that box, what does ImageMagick need those libraries for, anyway?). And the Ghostscript drivers I reduced to image formats that I recognized and removed ALL of the printers.

Time to go to bed, I’m going swimming again tomorrow morning. I got up early this morning too. I’m tired!

Filed under:

installing DBD::mysql

September 8th, 2003

need music … there we go: smoothbeats.com playing The Roots. nice :)

now, where was I?

ahh yes, /usr/ports/databases/p5-DBD-mysql

niagara:/usr/ports/databases/p5-DBD-mysql# make install | tee make-install-output

===> Configuring for p5-DBD-mysql-2.1026_1
I will use the following settings for compiling and testing:

cflags (mysql_config) = -I’/usr/local/include/mysql’
libs (mysql_config) = -L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm
nocatchstderr (default ) = 0
ssl (guessed ) = 0
testdb (default ) = test
testhost (default ) =
testpassword (default ) =
testuser (default ) =

To change these settings, see ‘perl Makefile.PL –help’ and
‘perldoc INSTALL’.

…ok. that could have been a lot worse.

Filed under: ,