[rt-users] RT 3 Solaris 9 x86 will not install Session RequestandDBI
AJ
rt at musefoundry.com
Thu Jan 22 18:52:52 EST 2004
Export
LD_LIBRARY_PATH=/usr/local/lib:<pathtomysqllib>:<pathtoberkeleylib>:/usr/lib
Also make sure the berekely lib and incude paths are in the LDFLAGS and
CPPFLAGS
Worse case scenario:
perl -MCPAN -e shell
force install Apache::Session
not having db_file support shouldn't have an effect. I do not think RT uses
dbd files.
-----Original Message-----
From: Randy Millis [mailto:rmillisl at gdcanada.com]
Sent: Thursday, January 22, 2004 4:33 PM
To: AJ; rt-users at lists.fsck.com
Subject: Re: [rt-users] RT 3 Solaris 9 x86 will not install Session
RequestandDBI
> export LDFLAGS="-L/usr/local/lib -L/usr/lib -L<pathtomysql>/lib/mysql
> export CPPFLAGS="-I/usr/local/include -I<pathtomysql>/include/mysql -I
> /usr/include -I/include"
This is what I set. The paths and lib files exist:
-cut-
echo $LDFLAGS
-L/usr/local/lib -L/usr/local/mysql/lib/mysql
echo $CPPFLAGS
-I/usr/local/include -I/usr/local/mysql/include/mysql -I /usr/include -I
/include
-cut-
> Also, if I remember, I installed the Apache::DBI and Apache::Session
> manually. Also installed the DBD::mysql manually as well. Had something
to
> do with there being an error during the initial configure part that flew
by
> so fast on CPAN that I missed it. The sources are in your .cpan/build
> directory if you have attempted to install already.
Tried this. Same errors. :-(
Any ideas (anyone)?
More information about the rt-users
mailing list