[imp] imp fatal error
Craig White
craigwhite at azapple.com
Mon Nov 24 15:46:28 PST 2003
top posting...sorry - but I reply on the bottom...
On Mon, 2003-11-24 at 16:23, Vikram wrote:
> Okay, now check out the URL:
> http://doublehelix.popgen.org/mail/horde/test.php
>
> I managed to get the latest version of PEAR properly installed under
> /usr/share/pear.
>
> mysql-devel, mysql-server and mysql have been installed properly. You were
> right, I did not have php-mysql-4.2.2-17.2, it is installed now though. And
> I get following when I do:
>
> #ps aux|grep mysql
> mysql 887 0.0 2.4 28812 4672 ? S 18:19 0:00
> /usr/libexec/mysql
> root 4349 0.0 0.3 3276 728 pts/3 S 19:12 0:00
> grep mysql
>
> Any clues?
>
> Thank you.
>
>
> > ----
> > Red Hat 9 - YMMV
> >
> > /usr/share/
> >
> > is where the pear tarball goes if you downloaded the latest pear from
> > pear.php.net
> >
> > mysql-devel-3.23.58-1.9
> > mysql-server-3.23.58-1.9
> > mysql-3.23.58-1.9
> > php-mysql-4.2.2-17.2
> >
> > are the rpm's installed necessary on RH 9 to make horde 2/imp 3 work
> >
> > I would bet that you don't have php-mysql installed
> >
> > if so - is mysqld running?
> >
> > ps aux|grep mysql
> >
> > should list the daemon as running
----
if you got pear in the right place, it would say so on the 'test.php'
link - it doesn't.
try 'locate pear'
and it should tell you where that pear should be. On RH 9, it was
/usr/share - I don't know where the right location is for your setup.
ALSO
now that you have php_mysql installed, you should probably edit
/etc/php.ini (or wherever it is located) and fix the line...
session.use_trans_sid = 1
and replace it with
session.use_trans_sid = 0
then finally - restart httpd (apache) - on Red Hat...
service httpd restart
and the test.php should show the changes
Craig
More information about the imp
mailing list