Try editing \cups\lib\cups\filter\pstoraster
Change the line that says:
GS_LIB=${prefix}/lib
to
GS_LIB="${prefix}/lib;${prefix}/resource/init;${prefix}/resource/font"
I can now use 'lp article9.ps' and get a successful print to my default printer Smiley
Hi, Paul. thanks work.
I copy & paste ' GS_LIB="${prefix}/lib;${prefix}/resource/init;${prefix}/resource/font" '.
but, I can't print it.

Cups's Printers page info ' Photosmart_2575 "No %%Pages: comment in header!" '
The error listed (No %%Pages: comment in header) is only a warning - it should not effect printing.
I need a debug log to try and understand why it is failing for you, and working for me:
1) Close cupsd.exe
2) Delete \cups\var\log\cups\error_log
3) edit \cups\etc\cups\cupsd.conf - change 'LogLevel info' to 'LogLevel debug'
4) restart cupsd - try printing
5) close cupsd - send me the resulting error_log