Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Problems with backticks (maybe with Apache configuration)

by perigeeV (Hermit)
on Jun 22, 2001 at 15:33 UTC ( [id://90679]=note: print w/replies, xml ) Need Help??


in reply to Problems with backticks (maybe with Apache configuration)

Lynx uses temp files liberally. Even though -dump is supposed to output to STDOUT, it still creates intermediate temp files. It writes those temp files to the user's home directory. The problem is you're probably running as 'nobody'. Try running:

lynx -trace -tlog -dump http://foo.bar 2>/tmp/lynx.tracefile

Search for LYOpenTemp in the tracefile.

You could muck about with Lynx's environment variables or even sudo, but you might just use LWP::Simple.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://90679]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found