Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by meloware

  1. meloware

    Can't access Berkeley DB - DB_File.so: dbopen (not found)

    Well, I commented out the DB_File stuff, wrote my own file save, and am able to store MD5 checksummed accounts. I suppose I could rewrite the scripts just to look at and append delimited text files, but I should understand what is going on. Does Perl 5.8.3 already come with the Berkeley DB...
  2. meloware

    Can't access Berkeley DB - DB_File.so: dbopen (not found)

    Thank you uida1154 for the reply. I am not sure what you are suggesting, but I ran the code in the same directory as addUser.pl, (minus the [/code] statements) and got: www.meloware.com# perl forum_help.cgi HOME: / HZ: 100 LOGNAME: clawson MAIL: /var/mail/clawson PATH: /usr/sbin:/usr/bin PS1: #...
  3. meloware

    Can't access Berkeley DB - DB_File.so: dbopen (not found)

    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...
  4. meloware

    Newbie can't install gzip binary

    Ok, problem solved. After some verbal abuse over my ignorance, a chat room told me to do the following: #pkgadd -d gzip-1_3 everything worked fine. I knew nothing about this command, and the install page associated with gzip mentioned nothing about it. Too much is often assumed about users. I...
  5. meloware

    Newbie can't install gzip binary

    invoking the 'file' command produced the following: #file gzip-1_3 gzip-1_3: commands text # when I examine the file using 'cat', I realize that this package appears to be a combination of scripting and binary data. Knowing almost nothing about UNIX (yet), I can only guess that perhaps I...
  6. meloware

    Newbie can't install gzip binary

    I think (hope) this is simple. I just installed Sun/Solaris 2.6 in an old Sparc IPX. I downloaded gzip-1_3 (binary) and have been going crazy trying to install it, logged in as root. HOW do I install this? Do I need to be in a particular shell? I am using a terminal emulator on my Windows PC, as...
  7. meloware

    Is Download Verification possible with Perl

    A user requests a download from my website, using a downloader Perl script. Does anyone know how I might verify that the download actually completed?

Part and Inventory Search

Back
Top