Hi all respectful Perlmonks,
I keep getting the error as shown in the Apache error_log as
"gdbm store return -1 error 13" while I was trying to write
data into a db file using dbmopen.
dbmopen(%DB, "file", 666) ;
$DB("moo") = "moo" ;
for this example I would get an error as
gdbm store return -1, errno 13, key "moo" at line blah blah..
It's a cgi program using perl, when I tested off line (just run from
the command line with parameters given)the data was written to the file.db
no problem.
However, when I ran this same program through a browser and trying
to add a record, it gave me an internal server error and the log
shown the error 13 as stated above. the permission for the file.db was
set to 777 just to make sure there was no problem with writing permission
the contents of the db can be view, but cann't write via a browser.
It's running on a Redhat, Perl 5.6.1, Apache 1.3.24 with mod_ssl
Anyone came accross the error above? I would appreciate any input you may have
thanks!!
regards,
-perlkid
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.