Error installing on FreeBSD - libjpeg

That is excellent, thank-you so much! With this I was able to successfully install Plone on FreeBSD 10... and inside a secure jail, in fact. As I'm using csh for my shell instead of Bourne, the syntax is just very slightly different:

$ setenv CFLAGS "-I/usr/local/include" $ setenv CPPFLAGS "-I/usr/local/include" $ setenv LDFLAGS "-L/usr/local/lib" $ ./install.sh standalone

Thanks agin for the help. Great introduction the Plone community. :slight_smile:

1 Like