From: Steve D. <sd...@sw...> - 2001-07-25 12:09:12
|
Hi Robert. It seems you're stuck on step 1 :-(. You don't appear to have the modules (or not in the right place) for the CPAN approach. "Dr. Robert J. Meier" wrote: > Steve, > > Thank you for the install problems flowchart. It arrived too late for me > to run it tonight, but I will try it tomorrow. > > How can I complete an upgrade to perl-5.6.1 started by CPAN? > > The current status is that I have been trying to install DBD-Pg. Installation > from an rpm package (0.73) was accomplished with apparent success, but only > changed the details of the error. Subsequently, as advised by others, I > tried to use CPAN to install DBD::Pg. CPAN upgraded my installed perl from > 5.5.3 to 5.6.1, but any attempts to make, test, or install other bundles > now reports I don't know if rpm's and cpan will play together very well. I know some manual installs don't work well with Debian packages, but I can't speak for RedHat on this. Personally, I would try to be consistent and stick with the rpm's. Everything needed should be available as rpm's. You may want to follow the red hat install notes per the faq (just the perl steps 2 and 6-13). Note the version dependencies from the rpm's. It sounds like you were ok on Apache and Postgres. Try the above and then go through the flow chart and see what happens. I'll be gone until this evening, but would be curious to hear how this works. Good luck, Steve Redhat 7.0 Installation instructions Thanks to Jacky Fang who provided the installation instructions. 1.Install apache1.3.12-25.i386.rpm 2.Install perl5.6.0-9.i386.rpm 3.Install postgresql-7.0.2-17.i386.rpm 4.Install postgresql-server-7.0.2-17.i386.rpm 5.Install postgresql-devel-7.0.2-17.i386.rpm (POSTGRES_INCLUDE) 6.tar xvzf DBI-1.14.tar.gz 7.cd DBI-1.14 8.perl Makefile.PL 9.make 10.make install 11.cd .. 12.tar xvzf DBD-Pg-0.95 13.cd DBD-Pg-0.95 14.export POSTGRES_LIB=/usr/lib/pgsql 15.export POSTGRES_INCLUDE=/usr/include/pgsql 16.perl Makefile.PL 17.make 18.make install 19.install SQL-Ledger Some of the applications have newer version however the installation instructions remain the same. Just substitute the old version with a newer version. |