Can't screen run a shell script that sets LD_LIBRARY_PATH so libcudart before starting cudaminer? Somehow I don't see how this incompatibility is a a real issue with cudaminer itself...
Don't have to
this is how I do
cat miner.sh
LD_LIBRARY_PATH=/usr/local/cuda/lib64 ./CudaMiner/cudaminer.......
cat screen_miner.sh
screen -dmS cudaminer miner.sh