I'm trying to basically duplicate the php5.0.4 that came on my Fedora Core 4 except I want --with-mysql and gd Jesus why do these numbskills at Fedore give me a php without it. When I installed this if it had asked me if I wanted mysql I'm sure I would have said yes. I don't think it asked.
Here is the config
'./configure' '--build=i386-redhat-linux' '--host=i386-redhat-linux' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-pear=/usr/share/pear' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/usr/share/file/magic.mime' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' '--with-gd' '--without-odbc' '--disable-dom' '--disable-dba' '--with-xpm-dir=/etc/X11R6/lib' '--with-freetype-dir=/usr/X11R6'
and it goes along for a good long while and they dies and says can't find xpm.h
No clue where that's coming from tho I suspect xpm.... and even less idea what I should do about it. I've surfed about missing xpm.h and all I get is gibberish
about some mandrake rpm or some damn thing that is useless.
Why is this so fecking exasperating!!!!!
It's pretty obious why a lot of people hate building stuff I have no problem with the concepts of dependencies and compiling and building options. its when it doesn't work and because of "X" but no clue what to do about it that makes me want to bang my head into a wall.