PDA

View Full Version : Install Error: Assembler messages


juampi
27th February 2006, 18:33
Hi All!
I 'm install a ISPconfig stable in Debian 3.1.
In the php5 compilation a have a following error:

ext/spl/spl_iterators.lo: No space left on device
/tmp/ccQsgyeu.s: Assembler messages:
/tmp/ccQsgyeu.s:29153: FATAL: Can't write ext/spl/spl_iterators.lo: Illegal seek
make: *** [ext/spl/spl_iterators.lo] Error 1
ERROR: Could not make PHP

I have gcc, flex, bison, libmysql-dev and other tools for compilation installed. How can I solved it?.

Regards,
JP

till
27th February 2006, 20:24
I guess your problem is that your harddisk or at least one of the partitions is full "ext/spl/spl_iterators.lo: No space left on device".

juampi
27th February 2006, 21:18
I guess your problem is that your harddisk or at least one of the partitions is full "ext/spl/spl_iterators.lo: No space left on device".

Thank you Kill!
I changed my partition with more space and work!

Regard,
JP