Database Security. Database Auditing. Database Caching. Database Masking. Get it now

Updating Error

in

I am trying to build a package for redhat and got the following error:

root@ip [~/greensql/trunk/greensql-fw]# ./build.sh
flex ok
bison ok
rpmbuild ok
error: Unable to open temp file.
RPM build errors:

Unable to open temp file.

Comments

You can fix it using the

You can fix it using the following method.
Simply create ~/.rpmmacros file with the following content:

%_tmppath /tmp

Best regards,
Yuli

Back to top