Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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

In reply to Got gdbm store returned -1 error 13 when trying to write! by perlkid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-25 04:04 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found