Database Security. Database Auditing. Database Caching. Database Masking. Get it nowUpdating Error
Posted May 20th, 2008 by tfryman
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.
G
Comments
You can fix it using the
You can fix it using the following method.
Simply create ~/.rpmmacros file with the following content:
%_tmppath /tmpBest regards,
Yuli