On Sun, Jan 08, 2006 at 07:03:06AM -0800, Luigi Rizzo wrote: > did anyone succeed on compiling openpbx on FreeBSD ? > There is no configure script in svn, and i am not > familiar with the auto* tools, so even if i managed > to run the 'bootstrap.sh' script, it still fails to > find some libraries (e.g. tiff if i remember well) > that on FreeBSD are under /usr/local. > Makes me think that the paths are not properly set. > > If someone can help, even contacting me offline, i'd be grateful > > thanks > luigi
Have you tried to use --with-tiff-includes and --with-tiff-libs parameters to configure? Maybe --with-tiff-includes=/usr/local/include --with-tiff-libs=/usr/local/lib ./configure --help|grep tiff --with-tiff-includes Location of libtiff include files. --with-tiff-libs Location of libtiff library files. /Mikael _______________________________________________ Openpbx-dev mailing list [email protected] http://lists.openpbx.org/mailman/listinfo/openpbx-dev
