I am trying to submit a LaTeX file to the arXiv which uses biblatex. However, it fails whatever I do.
I first get the message
biblatex.sty is not found
I have tried including (all from TeXLive 2010) biblatex.sty but then I get
logreq.sty is missing then logreq.def is missing
then
! Package biblatex Error: Outdated 'etoolbox' package.
I then tried adding etoolbox.sty and etoolbox.def and get
! Package biblatex Error: Style 'alphabetic' not found
So I added alphabetic.bbx then standard.bbx then alphabetic.cbx and finally I get
! Package biblatex Error: Autocite command 'inline' undefined
I also tried incorporating the bib into the main LaTeX file as in biblatex submitting to a journal but it doesn't help.
Has anyone successfully used biblatex with the arXiv and if so, how?

inlineis defined inbiblatex.def, which you'll need to include. You'll probably need all of the files in the biblatex root folder, and some more. But I don't have a TexLive 2009 available, so I can't test it for you. – Mateus Araújo Aug 31 '11 at 1:53