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 strongm 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 mxstein

  1. mxstein

    how to configure and install make package?

    I've dowloaded make-3.80-sol9-sparc-local.gz from sunfreeware. After dowloading i gunzip'd it and did a pkgadd -d on the make package. From reading the INSTALL file I next tried to configure it by doing ./configure but I get the error ./configure not found. I've tried running ./configure from...
  2. mxstein

    @INC path

    Is there a way to add paths to @INC? I downloaded GDBM_File from cpan and it isn't in my @INC path so it can't find it to use it. Tried moving GDBM_File into one of my @INC paths but it still can't find it.
  3. mxstein

    ftp batch

    Ihave 42 servers that are basically identical. It seems almost everyday I have a file that I need to put on each server. I'd like to be able to automatically ftp a file from one machine to all 42 but have been unsuccessful in writing one. Does anybody have an example of a script that handles...
  4. mxstein

    gdbm- need to reconfigure perl?

    I read that if you download gdbm you need to reinstall perl or do the configure over to get it to work. Does anyone know if this is true. I have installed gdbm and i can't get GDBM_File to work.
  5. mxstein

    GDBM_File

    still getting same error
  6. mxstein

    GDBM_File

    When I run the command perl -s 'use GDBM_File;' I get an error can't locate GDBM_File.pm in @INC. I have installed gdbm-1.8.3-sol9-sparc-local and gd-2.0.33-sol9-sparc-local but I still get this error. Does anyone know what I should do to get the GDBM_File module to work. I don't even know if I...
  7. mxstein

    Sore awk output in variable

    I would like to store the output of an awk command into a variable to be used later. I have a file called "names" This file has the data below first last cuid awk '{print $2 ; }' names will list "last" I'd like to store that in a variable called last like below but it doesn't work last='awk...

Part and Inventory Search

Back
Top