search for: sprefix

Displaying 3 results from an estimated 3 matches for "sprefix".

Did you mean: prefix
2014 Dec 07
1
GD libraries and $PREFIX (was Re: building NUT on Mac OS X Yosemite(website/documentation))
Hi Charles, Typo on my part (copy pasting diff scripts). I tried building libGD in the following directory (sPREFIX is an env name I use in scripts): sPREFIX=${PWD}/../build/usr This works, all files in the correct directory. Next I try building NUT with the following params: sPREFIX=${PWD}/../build/usr configure \ --with-gd-includes="-I${sPREFIX}/include/libgd" \ --with-gd-libs="-L...
2014 Dec 04
0
GD libraries and $PREFIX (was Re: building NUT on Mac OS X Yosemite(website/documentation))
...with the placement of the GD libraries, if they > are not installed under the root it will not find them > > If I build GD into /build/usr and add the following lines to my make script > for nut: > > PREFIX=/build/usr > > configure \ > --with-gd-includes="-I${sPREFIX}/include/libgd" \ > --with-gd-libs="-L${sPREFIX}/lib64" \ > ...... > > Configure will abort with a GD libary not found. If I set PREFIX=/build and > rebuild GD and NUT then configure will identify the GD libs. Not sure where > the problem is exactly. > >...
2014 Nov 23
6
building NUT on Mac OS X Yosemite (website/documentation)
After a fresh ?nut' (version 2.7.2.5) clone on Yosemite, Configuration summary: ====================== build serial drivers: yes build USB drivers: yes build SNMP drivers: yes build neon based XML driver: yes enable Avahi support: no build Powerman PDU client driver: no build IPMI driver: no build Mac OS X meta-driver: yes build i2c based drivers: no enable SSL support: yes (OpenSSL)