Freetype

chrda

Verified User
Joined
Apr 21, 2007
Messages
23
Freetype should be added to the script i think.
So many scripts uses it atleast the capthca part
 
Please email DirectAdmin support, because it's up to them :)
 
Thought it needed to be compiled into the php, atleast thats what i am experimenting with :)
 
Yes, but you needed to mail them, because it will become as default :) I've just finished a new version of CustomBuild with FreeType support :) Thank you for the suggestion. Have a good day!
 
Hello,

I've seen a few servers with this error now:
Code:
Found /usr/local/directadmin/custombuild/freetype-2.3.4.tar.gz
Extracting ...
Done.
Configuring freetype-2.3.4...
GNU make (>= 3.79.1) or makepp (>= 1.19) is required to build FreeType2.
Please try
  `GNUMAKE=<GNU make command name> ./configure'.
or >&2
  `GNUMAKE="makepp --norc-substitution" ./configure'.
Done. Making freetype-2.3.4...
Trying to make FreeType...
"./builds/toplevel.mk", line 50: Need an operator
"./builds/toplevel.mk", line 52: Missing dependency operator
"./builds/toplevel.mk", line 54: Need an operator
"./builds/toplevel.mk", line 55: Need an operator
"./builds/toplevel.mk", line 64: Could not find ./objs/modules.cfg
"./builds/toplevel.mk", line 86: Missing dependency operator
"./builds/toplevel.mk", line 88: Need an operator
Error expanding embedded variable.
server# uname -r
4.10-RELEASE
Also "portinstall: not found" shows up.
I removed the freetype pieces from the build (on this server), then the xml2 erro popped up again.. had to abort, back to 1.3 using customapache.

John
 
Just an FYI, the "cannot find xml2-config" error on freebsd, I ran:
Code:
pkg_add -r libxml2
John
 
Sorry to dig up an old thread here but has anyone found a fix for this FreeType error 'Error expanding embedded variable.' ?

Also, John, which parts of the script did you remove to disable instalation of freetype?

Thanks
Chris
 
Everything installed perfectly once i removed most instances of FreeType from the build script, it's a very nice script :)
 
K, easy fix for freetype erroring with
Code:
Error expanding embedded variable.

Edit line 2361 of the build script change 'make' to 'gmake'.
Do the same for line 2388 change 'make install' to 'gmake install'

This worked on my FreeBSD 6.2-Release system i hope it works for you.
 
Thank you! I hope somebody adjusts the build script for this (for FreeBSD)!




K, easy fix for freetype erroring with
Code:
Error expanding embedded variable.

Edit line 2361 of the build script change 'make' to 'gmake'.
Do the same for line 2388 change 'make install' to 'gmake install'

This worked on my FreeBSD 6.2-Release system i hope it works for you.
 
Back
Top