A
A
Andrey Shiryaev2011-12-15 15:17:11
linux
Andrey Shiryaev, 2011-12-15 15:17:11

Can't build php via checkinstall?

I'm trying to build php through checkinstall, but an error occurs:

/usr/bin/installwatch: line 338: /var/tmp/tmp.2AdtxLgTSs/installscript.sh: Permission denied

To build I use the command:
sudo checkinstall -D -y --install=no --pkgname=php5.3 --pkgversion=php5.3.8

PS Through make installgoing.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pentarh, 2011-12-15
@Claud

or /var or /tmp (/var/tmp -> /tmp) is mounted with noexec
specify another temporary directory, e.g.
TMPDIR=/home/user/tmp checkinstall make install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question