From: Alok K. D. <al...@dh...> - 2001-09-13 17:08:02
|
lose the '--with-apxs'. ----- Original Message ----- From: "Andreas Aderhold (Thyrell)" <a.a...@th...> To: "Bcdev" <bin...@li...> Sent: Thursday, September 13, 2001 12:21 PM Subject: [binarycloud-dev] PHP builds > 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 > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |