Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
apxs2, the apache extension tool, writes its output to stderr instead of stdout, even in case of no error. how to correct this issue?

What I have tried:

looked in man page for any clue, but didn't find any.
Posted
Updated 27-Jul-17 4:50am
v2
Comments
Richard MacCutchan 27-Jul-17 11:24am    
Use redirection to send stderr to stdout: apxs2 2> &1
ilostmyid2 27-Jul-17 11:36am    
it can't solve the problem. considering i want to see errors and don't want to see output, this command redirects stderr to stdout. apxs2 writes its output as well as errors to stderr. so i'll get both on stdout. what differ?!
Richard MacCutchan 27-Jul-17 11:38am    
Sorry but this is not a programming issue. You need to try a site that offers support for this product.
ilostmyid2 27-Jul-17 12:05pm    
ur right, but since programmers write extension modules for apache, i thought it would be a good idea to ask my question here. if you know a more proper site, i would glad if u give me the link.
Richard MacCutchan 27-Jul-17 15:08pm    
Try the site where you downloaded it from.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900