doWebalizer configure script is only looking in /usr/lib

interfasys

Verified User
Joined
Oct 31, 2003
Messages
2,100
Location
Switzerland
Code:
./configure --prefix=${PREFIX} --with-png=/usr/lib --with-gdlib=/usr/lib --with-gd=/usr/include --enable-dns --with-dblib --with-db --with-z-inc --with-zlib
png and gd libs are usually not in /usr/lib on FreeBSD
 
Hello,

Comparing with:
http://help.directadmin.com/item.php?id=237

it looks like it should be /usr/local/lib.
Custombuild puts it's libraries into /usr/local for all OS's, and does compile gd and png, so /usr/local/lib should be where it's looking.

I'll update that in the build scripts.
If I'm missing anything else, let me know.

John
 
Update the 'maually' to 'manually' at the help page :)
Everything else is okay, as far I can see
 
Back
Top