[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please help with ideas -- Freeside



Thanks for the reply.  I have installed the packages as adviced in your mail already but still.  Please check the data below.
 
# pkg_info
bash-2.05a          The GNU Bourne Again Shell
expat-1.95.6_1      XML 1.0 parser written in C
gettext-0.11.5_1    GNU gettext package
libgnugetopt-1.2    GNU getopt library
libiconv-1.8_2      A character set conversion library
linux_base-6.1      The base set of packages needed in Linux mode
mysql-client-4.1.0  Multithreaded SQL database (client)
p5-DBI-1.20         The perl5 Database Interface.  Required for DBD::* modules
p5-Data-ShowTable-3.3 Perl5 module to pretty-print arrays of data
# ps -ax | grep mysqld
    98 con  I+     0:00.01 /bin/sh /usr/local/mysql/bin/mysqld_safe --user=mysql
  117 con  S+     0:41.15 /usr/local/mysql/libexec/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/var --user=mysql
 
 
Emmanuel.
 
 
----- Original Message -----
From: "Noah K Sematimba" <ksemat at ksemat.co.ug>
To: "Emmanuel Odoom" <odoom at ghana.com>
Cc: <afnog at afnog.org>
Sent: Friday, May 23, 2003 6:13 AM
Subject: Re: Please help with ideas -- Freeside

>
> You do not have the mysql client installed on your system. You can find
> this in /usr/ports/databases on FreeBSD. Chances are that you will need
> the mysql server installed as well.
>
> You can also check that the appropriate perl modules for accessing mysql
> databases are installed using CPAN. You can also install them using the
> ports system if you so require. Incidentally it may be a good idea to
> upgrade your ports via cvsup before you do this....and maybe your base
> system to the most recent stable version.
>
> Noah.