Re: Old Perl DES package

2018-06-19 Thread Jesse via users
Sorry about the delay. 

Fixing the past mistakes of a lazy admin proved too much and would take too 
long. My manager had me port the applications to Linux.


Jesse Carroll

 Dagobert Michelsen via users  wrote: 
> Hi Jesse,
> 
> > Am 23.05.2018 um 17:12 schrieb  
> > :
> > 
> > Unfortunately the command you sent didn't work as the package is not in the 
> > catalog. Got a 'not in catalog' message. I did the manual thing but not I 
> > get an error for Crypt/DES.pl. Keep in mind this is Solaris 9 and the 
> > pm_crypt_des is not in the Solaris 9 catalog. I found pm_crypt_des for 
> > Solaris 10 but I doubt it will run on my 9 server. Is there a way to get 
> > Crypt/Des for Solaris 9? (And thanks for putting up with me.)
> 
> What is the specific error message? Crypt/DES.pl is not part of any package 
> to my knowledge.
> 
> 
> Best regards
> 
>   — Dago
> 
> -- 
> "You don't become great by trying to be great, you become great by wanting to 
> do something,
> and then doing it so hard that you become great in the process." - xkcd #896
>


Re: Old Perl DES package

2018-06-19 Thread Jesse via users
Sorry about the delay. 

Fixing the past mistakes of a lazy admin proved too much and would take too 
long. My manager had me port the applications to Linux.


Jesse Carroll

 Dagobert Michelsen via users  wrote: 
> Hi Jesse,
> 
> > Am 23.05.2018 um 17:12 schrieb  
> > :
> > 
> > Unfortunately the command you sent didn't work as the package is not in the 
> > catalog. Got a 'not in catalog' message. I did the manual thing but not I 
> > get an error for Crypt/DES.pl. Keep in mind this is Solaris 9 and the 
> > pm_crypt_des is not in the Solaris 9 catalog. I found pm_crypt_des for 
> > Solaris 10 but I doubt it will run on my 9 server. Is there a way to get 
> > Crypt/Des for Solaris 9? (And thanks for putting up with me.)
> 
> What is the specific error message? Crypt/DES.pl is not part of any package 
> to my knowledge.
> 
> 
> Best regards
> 
>   — Dago
> 
> -- 
> "You don't become great by trying to be great, you become great by wanting to 
> do something,
> and then doing it so hard that you become great in the process." - xkcd #896
>


Re: Old Perl DES package

2018-05-24 Thread Dagobert Michelsen via users
Hi Jesse,

> Am 23.05.2018 um 17:12 schrieb  
> :
> 
> Unfortunately the command you sent didn't work as the package is not in the 
> catalog. Got a 'not in catalog' message. I did the manual thing but not I get 
> an error for Crypt/DES.pl. Keep in mind this is Solaris 9 and the 
> pm_crypt_des is not in the Solaris 9 catalog. I found pm_crypt_des for 
> Solaris 10 but I doubt it will run on my 9 server. Is there a way to get 
> Crypt/Des for Solaris 9? (And thanks for putting up with me.)

What is the specific error message? Crypt/DES.pl is not part of any package to 
my knowledge.


Best regards

  — Dago

-- 
"You don't become great by trying to be great, you become great by wanting to 
do something,
and then doing it so hard that you become great in the process." - xkcd #896



Re: Old Perl DES package

2018-05-22 Thread Dagobert Michelsen via users
Hi Jesse,

Am 22.05.2018 um 17:34 schrieb Jesse via users :
> I've inherited an old V890 running Solaris 9. Apparently the previous admin 
> never checked on it as Perl scripts appear to have been failing for quite 
> some time. I'm getting "ld.so.1: perl: fatal: relocation error: file 
> /opt/csw/lib/perl/csw/auto/Crypt/DES/DES.so: symbol Perl_Tstack_sp_ptr: 
> referenced symbol not found". It looks like it's CSWpmcryptdes (version 
> 2.05). This package is no longer in the catalogs but I see 
> CSWpm-crypt-des-ede3 in the catalogs. Is this a replacement for 
> CSWpmcryptdes? If so should I deleted CSWpmcryptdes and then add 

Yes, this is correct. It should also automatically update if you
  pkgutil -U -u CSWpmcryptdes
but if you prefer you can also do it manually.


Best regards

  — Dago



-- 
"You don't become great by trying to be great, you become great by wanting to 
do something,
and then doing it so hard that you become great in the process." - xkcd #896



Old Perl DES package

2018-05-22 Thread Jesse via users
I've inherited an old V890 running Solaris 9. Apparently the previous admin 
never checked on it as Perl scripts appear to have been failing for quite some 
time. I'm getting "ld.so.1: perl: fatal: relocation error: file 
/opt/csw/lib/perl/csw/auto/Crypt/DES/DES.so: symbol Perl_Tstack_sp_ptr: 
referenced symbol not found". It looks like it's CSWpmcryptdes (version 2.05). 
This package is no longer in the catalogs but I see CSWpm-crypt-des-ede3 in the 
catalogs. Is this a replacement for CSWpmcryptdes? If so should I deleted 
CSWpmcryptdes and then add 


Jesse Carroll