From: Andreas A. (Thyrell) <a.a...@th...> - 2001-09-13 16:48:55
|
Hi All, this might be a bit off-topic, but I'm going mad building the command-line php binary. It just does not work; and can't find any hints in the docs. Just feeling like a bloody rookie :( 4.0.6 on Mandrake8 #! /bin/sh # # Created by configure "./configure" \ "--prefix=/usr/local/php4" \ "--with-config-file-path=/usr/local/php4/etc" \ "--with-apxs" \ "--enable-bcmath" \ "--enable-calendar" \ "--enable-xml" \ "--enable-wddx" \ "--enable-debug=no" \ "--with-jpeg" \ "--with-tiff" \ "--with-ttf=/usr/lib" \ "--with-mysql" \ "--with-imap=shared" \ "--with-ldap=shared" \ "--with-dom" \ "--with-sablot" \ "--with-xslt-sablot" \ "--with-t1lib" \ "--enable-memory-limit" \ "--enable-trans-sid" \ "--with-zlib" \ "--without-gd" \ "--enable-static" \ "$@" Damned, got to comfortable using rpm the last years :( Andi |