I am trying to install and run a script package called 'LoginMD5_0.31'
I have the following binaries installed on my machine:
perl_s-5.8.3-sol26-sparc-local
db-1.85-sol26-sparc-local
md5-6142000-sol26-sparc-local
My unix box is too small to hold gcc, so I am using binaries.
I attempt to run (from a local shell) 'addUser.pl' and get the following:
$ perl addUser.pl username password meloware@yahoo.com
ld.so.1: perl: fatal: relocation error: file /usr/local/lib/perl5/5.8.3/sun4-sol
aris/auto/DB_File/DB_File.so: symbol dbopen: referenced symbol not found
Killed
$
I have tried to install several versions of Berkeley DB, with no luck.
does anybody have ideas on how I might get this to run?
I am new to UNIX. Is there a set of commands which allow me to see where Perl expects to find DB 1.85?
If I knew where it was looking, maybe a symbolic link in the right place might do the job.
I have spent at least 15 hours on this problem. I'd sure appreciate some help.
I have the following binaries installed on my machine:
perl_s-5.8.3-sol26-sparc-local
db-1.85-sol26-sparc-local
md5-6142000-sol26-sparc-local
My unix box is too small to hold gcc, so I am using binaries.
I attempt to run (from a local shell) 'addUser.pl' and get the following:
$ perl addUser.pl username password meloware@yahoo.com
ld.so.1: perl: fatal: relocation error: file /usr/local/lib/perl5/5.8.3/sun4-sol
aris/auto/DB_File/DB_File.so: symbol dbopen: referenced symbol not found
Killed
$
I have tried to install several versions of Berkeley DB, with no luck.
does anybody have ideas on how I might get this to run?
I am new to UNIX. Is there a set of commands which allow me to see where Perl expects to find DB 1.85?
If I knew where it was looking, maybe a symbolic link in the right place might do the job.
I have spent at least 15 hours on this problem. I'd sure appreciate some help.