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 IamaSherpa 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: *

  1. erulia

    Removing a corrupted directory?

    As I mentioned, I already tried to remove the directory. I get the specific error: rm: Unable to remove directory jta: File exists when I do an rm -rf. -Unix Sys Admin
  2. 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...
  3. erulia

    Calling one Perl CGI script from another

    How does this work in the CGI world? With these scripts, the output is sent to a web page. The "Script 2", as I described it, does not do any output, but needs to send the POST'ed data on to Script 3, which will then generate output. -Unix Sys Admin
  4. 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...
  5. 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'...
  6. 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...
  7. erulia

    Internet Explorer: Can't enter text in forms

    Yee-ha! I'm FINALLY entering this text from Internet Explorer! I had to upgrade to 6 (sp1) in the end: IE didn't show up in the &quot;Add/Remove Software&quot; program. *sigh* But it finally works. Thanks, everyone, for the advice! Unix Sys Admin
  8. erulia

    Internet Explorer: Can't enter text in forms

    Thanks for all the tips! I still can't get &quot;Internet Options&quot; to pop up, so I'll try that repair tool. BTW, I removed the Google bar, and it didn't help. :( I'll try the repair and the upgrade next. :) Unix Sys Admin
  9. erulia

    Internet Explorer: Can't enter text in forms

    Thanks for the tips -- I'll give them a try. I should also note, however, that &quot;Tools&quot;->&quot;Internet Options&quot; wasn't working, either. This may have been a temporary problem -- I'll try it again when I get home. Anyway, the problem was that I would click on &quot;Internet...
  10. 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...
  11. 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...
  12. erulia

    How to make bootable Solaris 2.6 CD?

    I found a BluePrint that explains how to make a bootable CD, but, when I follow the directions, I get a &quot;Trap 3e&quot; error from the CD I create. Does anyone know what this means and how I can work around it? Unix Sys Admin
  13. erulia

    How to check Itemprice (it should be decimal not alphabet)

    The line: $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack(&quot;C&quot;, hex($1))/eg; allows hexidecimal numbers (i.e.: The letters a-f and A-F). Depending on how the rest of your code works, you might be able to remove this line, or you might need to edit it. Unix Sys Admin
  14. erulia

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

    Okay, here's a more specific question. I've attached to the database and gotten table information. Unfortunately, I don't have read/write access to some of the tables. This database is an Access 2000 database and I only have Access 97 installed, so I can't go in through MSAccess to make...
  15. erulia

    Listing installed Perl Modules and Versions

    Actually, I found a much more complicated, but much more thorough, way to do this. I go through &quot;@INC&quot; and search for files ending in .pm or .pl that have the &quot;package&quot; line in them, and then try to run $package_name::VERSION. If that doesn't work, I search for a...
  16. 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
  17. 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...
  18. 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...
  19. erulia

    Can't login to netra

    Depending on the type of Console Server you are using, you may be able to &quot;send break&quot; while you are telnet-ed into the console server during boot. Do this by pressing &quot;Control-]&quot; during the boot. This should pop up a &quot;telnet>&quot; prompt. Type the words &quot;send...
  20. 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