[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] GD & Freetype on Raq4
- Subject: Re: [cobalt-users] GD & Freetype on Raq4
- From: "Steve Bassi" <steve@xxxxxxxxx>
- Date: Fri Jan 3 16:52:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> I am trying to install some software called MapServer for a project, and
> currently, feel some way out of my depth, not a feeling I like.
>
> The MapServer configuration, needs me to locate libraries such as the GD
and
> Freetype, which it uses. It will let me know if they are suitable versions
> etc. but I have no idea where they are.
>
You have to install them.
This is an easy way.
Log in to the raq using ssh
rpm -Uvh http://www.uk2raq.com/updates/php/freetype-1.3.1-5.i386.rpm
rpm -Uvh http://www.uk2raq.com/updates/php/freetype-devel-1.3.1-5.i386.rpm
rpm -Uvh http://www.uk2raq.com/updates/php/freetype2-2.0.1-ximian.1.i386.rpm
rpm -Uvh
http://www.uk2raq.com/updates/php/freetype2-devel-2.0.1-ximian.1.i386.rpm
rpm -Uvh http://www.uk2raq.com/updates/php/gd-devel-2.0.1-1.i386.rpm
rpm -Uvh http://www.uk2raq.com/updates/php/gd-progs-2.0.1-1.i386.rpm
rpm -Uvh http://www.uk2raq.com/updates/php/gd-static-2.0.1-1.i386.rpm
Although getting the latest version tarballs and installing them would be
better and quite straightforward to install.
You would then need to update php.
I am sure you do not have PHP4.3.0 - so I would suggest you follow the notes
I posted a couple of days ago.
Bassi