[ic] catalog working, no admin/login, unable to checkout

IC Support ic_support at mnwebdesign.com
Fri Sep 2 01:08:20 UTC 2011


 

> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org 
> [mailto:interchange-users-bounces at icdevgroup.org] On Behalf Of Peter
> Sent: Thursday, September 01, 2011 5:50 PM
> To: interchange-users at icdevgroup.org
> Subject: Re: [ic] catalog working, no admin/login, unable to checkout
> 
> On 01/09/11 14:29, IC Support wrote:
> > OK, I figured everything out, I forgot my host set my VPS 
> SSH on port 
> > 1022 while DirectAdmin is on 2222. I am now into installing 
> local perl 
> > and failed
> > 1 test. I can't quite figure out where to go from here:
> > 
> > I went here ../cpan/Cwd/t and did:
> > perl ./cwd.t
> > 
> > and got this:
> > opendir(linktest/../../../../../../../../../..): Permission 
> denied at 
> > ./cwd.t line 213 not ok 25
> > #   Failed test at ./cwd.t line 213.
> > #                   ''
> > #     doesn't match
> > 
> '(?i-xsm:\/home\/curt\/perl\-5\.12\.4\/cpan\/Cwd\/t\/_ptrslt_\/_path_\
> > /_to_\
> > /_a_\/_dir_$)'
> > 
> > and looked up line 213:
> > like(Cwd::_perl_abs_path($file), qr|$want$|i) if 
> $EXTRA_ABSPATH_TESTS;
> > 
> > looks like it wants a path, I don't have a linktest path...
> 
> Is this the initial perl install or the CPAN modules install? 
>  I think you may be trying to install modules as an 
> unprivlidged user here, but the perl is installed as root and 
> so CPAN needs to be run as root as well.

OK, I did this as user curt, from your guide:

$ sudo yum -y install gcc gdbm-devel openssl-devel tk-devel gd-devel
expat-devel make 
$ cd
$ wget http://www.cpan.org/src/perl-5.12.3.tar.gz 
$ tar -xvzf perl-5.12.1.tar.gz 
$ cd perl-5.12.1
$ ./Configure -des -Dprefix=/usr/local/perl-5.12.3 
$ make
$ make test 

That is as far as I got, failed 1 test. Should I be root instead?

> I'm guessing this is the Bundle::CPAN install, but you don't 
> really say?

Sorry, this is the perl install, as I show above.




More information about the interchange-users mailing list