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
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...
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
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...
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 "make" returns the error:
make: *** No rule to make target `<built-in>', needed by `miniperlmain.o'...
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 "-qmaxmem" options keeps getting passed to gcc, and gcc does not support that option. Then, when running "make", I get the error:
make: *** No rule to make...
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 "Add/Remove Software" program. *sigh* But it finally works. Thanks, everyone, for the advice! Unix Sys Admin
Thanks for all the tips! I still can't get "Internet Options" 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
Thanks for the tips -- I'll give them a try. I should also note, however, that "Tools"->"Internet Options" 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 "Internet...
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...
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 "Trap 3e" error. I suspect that slice 1 (which I modified) is not bootable, but...
I found a BluePrint that explains how to make a bootable CD, but, when I follow the directions, I get a "Trap 3e" error from the CD I create. Does anyone know what this means and how I can work around it? Unix Sys Admin
The line:
$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", 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
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...
Actually, I found a much more complicated, but much more thorough, way to do this. I go through "@INC" and search for files ending in .pm or .pl that have the "package" line in them, and then try to run $package_name::VERSION. If that doesn't work, I search for a...
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...
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...
Depending on the type of Console Server you are using, you may be able to "send break" while you are telnet-ed into the console server during boot. Do this by pressing "Control-]" during the boot. This should pop up a "telnet>" prompt. Type the words "send...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.