Re: [LHA-misc] Compiling php with gd and static?
Status: Beta
Brought to you by:
ncherry
From: Jay H. <jay...@2i...> - 2001-06-19 06:25:43
|
Neil, What Mike was looking for (I think) is the command line that lists all the --with --without, libs, directories, etc. Some other things to look at since it is giving you 'undefined function' problems: - phpinfo() will list what is/is not available. - php_functions.h (.c?) has the entry points for all the /ext/... php libraries. On some systems with a broken shell/sed there are problems in this file and not everything is handled correctly. - there are prerequisites for some modules and they won't work unless all parts are there. I believe 'gd' has a lot of them since I also pulled in pdflib and spent the next 8 hours tracking down all the other pieces. Glad to see your liking PHP as a language. Good luck, Jay At 04:25 PM 6/18/01 -0400, you wrote: >Mike Baptiste wrote: > > > > WHat build command did you use to build php? (You can see it in teh > > output frmo phpinfo(); What version of gd is installed on your system? > >Ooops, sorry forgot to add that it's gd-1.8.4 > >-- >Linux Home Automation Neil Cherry nc...@ho... >http://members.home.net/ncherry (Text only) >http://meltingpot.fortunecity.com/lightsey/52 (Graphics) >http://linuxha.sourceforge.net/ (SourceForge) > >_______________________________________________ >http://lists.sourceforge.net/lists/listinfo/linuxha-misc >To unsubscribe, send "unsubscribe Linuxha-misc" >in the body of a message to Lin...@li... |