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!

Search results for query: *

  • Users: erulia
  • Content: Threads
  • Order by date
  1. erulia

    Removing a corrupted directory?

    I have a directory that somehow lost its "." and ".." entries. I cannot delete, move, rename or edit this directory (I've tried rm, rmdir, mkdir, mv, and using Perl to write into it). Anyone have any ideas? I'm willing to edit inodes if I need to, to fix this! -Unix Sys...
  2. erulia

    Calling one Perl CGI script from another

    I am writing a complicated set of Perl CGI scripts that work as follows: Script 1: Contains a form in which users enter information. Script 2: Gets the information from Script 1 and puts it in a database. Script 3: Gets the information from the database and displays it in a web page. I would...
  3. erulia

    Building Perl 5.6.1 on AIX 5.1 with GCC 3.2

    I am trying to build Perl 5.6.1 on AIX 5.1 using GCC 3.2. I run Configure without a problem (although it can't figure much out on its own and I have to enter a bunch of stuff), but &quot;make&quot; returns the error: make: *** No rule to make target `<built-in>', needed by `miniperlmain.o'...
  4. erulia

    How do I build Perl 5.6.1 on AIX 5.1?

    I've got an AIX 5.1 system with gcc 3.2 installed, and I can't get Perl to build. First, when I run ./Configure, the &quot;-qmaxmem&quot; options keeps getting passed to gcc, and gcc does not support that option. Then, when running &quot;make&quot;, I get the error: make: *** No rule to make...
  5. erulia

    Internet Explorer: Can't enter text in forms

    I have IE 5 (I know, it's an old version) and I recently started having this bizarre problem. I can't enter text into on-line forms. This seems only to effect text boxes; the address bar, drop boxes and checkboxes all work fine. A few weeks back, I installed the Google toolbar, but that is...
  6. erulia

    &quot;Trap 3e&quot; error?

    I am trying to create a custom, bootable, Solaris 2.6 CD-ROM. I can successfully make a CD-ROM that has the contents of the normal Solaris 2.6 Server install CD, but when I try to boot to the CD, I get a &quot;Trap 3e&quot; error. I suspect that slice 1 (which I modified) is not bootable, but...
  7. erulia

    How to make bootable Solaris 2.6 CD?

    I would like to make a custom Solaris 2.6 boot CD. I need to add a link in s1/usr of the CD. Does anyone know how to do this? Thanks! Unix Sys Admin
  8. erulia

    Listing installed Perl Modules and Versions

    I would like to create a program that would find all the modules installed on a server and list the names and the versions of these modules. Any tips as to how to get the version from a module automatically would be helpful and appreciated. Also, if anyone knows of a program that does this...
  9. erulia

    Instructions for using DBD::ODBC to connect to an Access DB?

    I recently downloaded DBD::ODBC for ActiveState Perl 5.8.0. I would like to connect ot an MS Access 2000 database. Is there a quick-reference or a tutorial for this somewhere on-line? I'm comfortable with Perl, and I've used DBD::Oracle at work, I just don't know if the same stuff applies to...
  10. erulia

    Newbie to Perl DBD::ODBC. Any tips?

    I just downloaded DBI and DBD::ODBC. I am using Windows 98 and would like to connect to an MSAccess 2000 database. Is there any good documentation on line that might help me get started? I'm pretty good with DBD::Oracle on Solaris, so I basically just need to see the syntax and a few...

Part and Inventory Search

Back
Top