On Dec 3, 2014, at 7:05 PM, simon-ali...@eazimail.com wrote:

> One other issue I noticed is 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.
> 
> (this is with the latest public code release from the git repository).

Can you elaborate on how you are using PREFIX versus sPREFIX?

-- 
Charles Lepple
clepple@gmail




_______________________________________________
Nut-upsdev mailing list
Nut-upsdev@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsdev

Reply via email to