Hallo
Ik wil graag PHP opnieuw installeren, op zich zou dat prima moeten lukken. Maar alleen wil ik het installeren zodat ik Postgresql en Mysql. Alleen wil ik niet de database software zelf installeren, aangezien ik die op een andere server heb geinstalleerd, en ze niet lokaal gebruik.
Wanneer ik het compileer met --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config krijg ik de fout dat ik de mysql header files niet heb. (Dit was de configuratie van instelling van de standaard php installatie van PHP)
Weet iemand hoe ik mysql en postgresql ondersteuning kan installeren, zonder de databases te hoeven installeren?
Ik gebruik Mac OS X 10.5.4 en dit is mijn configuratie:
./configure --enable-shared --enable-inline-optimization --with-gd --with-png-dir=/opt/local --with-zlib --with-jpeg-dir=/usr --enable-ftp --with-libxml-dir=/usr --enable-exif --with-openssl=/usr/ --enable-zend-multibyte --enable-sqlite-utf8 --with-freetype-dir=/opt/local --with-kerberos=/usr --with-mcrypt=/opt/local --enable-sockets --with-pear --enable-bcmath --with-pgsql --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config --with-apxs2=/usr/sbin/apxs --disable-posix --with-curlwrappers --enable-zip --with-mime-magic --enable-gd-native-ttf --enable-mbstring=all --with-xsl --enable-pdo --with-pdo-pgsql --with-pdo-mysql=/usr/local/mysql --with-sqlite=shared --with-pdo-sqlite
Ps: ik weet niet of dit nu bij Apple talk of bij Non-windows-operating systems hoort..
Ik wil graag PHP opnieuw installeren, op zich zou dat prima moeten lukken. Maar alleen wil ik het installeren zodat ik Postgresql en Mysql. Alleen wil ik niet de database software zelf installeren, aangezien ik die op een andere server heb geinstalleerd, en ze niet lokaal gebruik.
Wanneer ik het compileer met --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config krijg ik de fout dat ik de mysql header files niet heb. (Dit was de configuratie van instelling van de standaard php installatie van PHP)
Weet iemand hoe ik mysql en postgresql ondersteuning kan installeren, zonder de databases te hoeven installeren?
Ik gebruik Mac OS X 10.5.4 en dit is mijn configuratie:
./configure --enable-shared --enable-inline-optimization --with-gd --with-png-dir=/opt/local --with-zlib --with-jpeg-dir=/usr --enable-ftp --with-libxml-dir=/usr --enable-exif --with-openssl=/usr/ --enable-zend-multibyte --enable-sqlite-utf8 --with-freetype-dir=/opt/local --with-kerberos=/usr --with-mcrypt=/opt/local --enable-sockets --with-pear --enable-bcmath --with-pgsql --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config --with-apxs2=/usr/sbin/apxs --disable-posix --with-curlwrappers --enable-zip --with-mime-magic --enable-gd-native-ttf --enable-mbstring=all --with-xsl --enable-pdo --with-pdo-pgsql --with-pdo-mysql=/usr/local/mysql --with-sqlite=shared --with-pdo-sqlite
Ps: ik weet niet of dit nu bij Apple talk of bij Non-windows-operating systems hoort..